mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-08 08:04:25 +00:00
Merge branch 'main' into run-flow
This commit is contained in:
+2
-2
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user