From 2c1a95293247ed5fa05accc048e64d4af2f963d8 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 2 Nov 2023 22:34:39 +0100 Subject: [PATCH] fix: fix cli --- cli/deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/deps.ts b/cli/deps.ts index e710255465..b57838d4bb 100644 --- a/cli/deps.ts +++ b/cli/deps.ts @@ -1,6 +1,6 @@ // windmill export { setClient } from "https://deno.land/x/windmill@v1.188.1/mod.ts"; -export * from "https://deno.land/x/windmill@v1.195.0/windmill-api/index.ts"; +export * from "https://deno.land/x/windmill@v1.188.1/windmill-api/index.ts"; export { SEP } from "https://deno.land/std@0.201.0/path/separator.ts"; // cliffy export { Command } from "https://deno.land/x/cliffy@v1.0.0-rc.2/command/mod.ts";