From d29c5ccc12a20aca347129f6a63efc0b0eb70a02 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Mon, 27 Feb 2023 09:24:18 +0100 Subject: [PATCH] fix(cli): bump cli to non broken client 1.69.3 --- cli/deps.ts | 4 ++-- cli/vhs/example.flow.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/deps.ts b/cli/deps.ts index b3e0b0d89c..7685e0a18f 100644 --- a/cli/deps.ts +++ b/cli/deps.ts @@ -1,6 +1,6 @@ // windmill -export { setClient } from "https://deno.land/x/windmill@v1.66.0/mod.ts"; -export * from "https://deno.land/x/windmill@v1.66.0/windmill-api/index.ts"; +export { setClient } from "https://deno.land/x/windmill@v1.69.3/mod.ts"; +export * from "https://deno.land/x/windmill@v1.69.3/windmill-api/index.ts"; // cliffy export { Command } from "https://deno.land/x/cliffy@v0.25.7/command/command.ts"; diff --git a/cli/vhs/example.flow.json b/cli/vhs/example.flow.json index 16e6e908ef..393c67132e 100644 --- a/cli/vhs/example.flow.json +++ b/cli/vhs/example.flow.json @@ -9,7 +9,7 @@ "lock": "", "path": null, "type": "rawscript", - "content": "// import * as wmill from \"https://deno.land/x/windmill@v1.50.0/mod.ts\"\n\nexport async function main(x: string) {\n console.log(\"Hello from Deno! The argument x is \" + x);\n return x;\n}\n", + "content": "// import * as wmill from \"https://deno.land/x/windmill@v1.69.3/mod.ts\"\n\nexport async function main(x: string) {\n console.log(\"Hello from Deno! The argument x is \" + x);\n return x;\n}\n", "language": "deno", "input_transforms": { "x": {