Merge branch 'main' into run-flow

This commit is contained in:
Kai Jellinghaus
2022-11-23 21:25:51 +01:00
committed by GitHub
11 changed files with 22 additions and 15 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { Command } from "https://deno.land/x/cliffy@v0.25.4/command/command.ts";
import { ScriptService } from "https://deno.land/x/windmill@v1.41.0/mod.ts";
import { ScriptService } from "https://deno.land/x/windmill@v1.50.0/mod.ts";
import { GlobalOptions } from "./types.ts";
import { colors } from "https://deno.land/x/cliffy@v0.25.4/ansi/colors.ts";
import { getContext } from "./context.ts";
@@ -7,7 +7,7 @@ import {
Job,
JobService,
Script,
} from "https://deno.land/x/windmill@v1.41.0/windmill-api/index.ts";
} from "https://deno.land/x/windmill@v1.50.0/windmill-api/index.ts";
import { Table } from "https://deno.land/x/cliffy@v0.25.4/table/table.ts";
import { green } from "https://deno.land/std@0.161.0/fmt/colors.ts";