windmill-cli 1.636.0 → 1.637.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,7 +23,7 @@ import { pull as hubPull } from "./commands/hub/hub.js";
23
23
  import { pull, push } from "./commands/sync/sync.js";
24
24
  import { add as workspaceAdd } from "./commands/workspace/workspace.js";
25
25
  export { flow, app, script, workspace, resource, resourceType, user, variable, hub, folder, schedule, trigger, sync, lint, gitsyncSettings, instance, dev, hubPull, pull, push, workspaceAdd, };
26
- export declare const VERSION = "1.636.0";
26
+ export declare const VERSION = "1.637.0";
27
27
  export { WM_FORK_PREFIX } from "./core/constants.js";
28
28
  declare const command: Command<{
29
29
  workspace?: (import("../deps/jsr.io/@windmill-labs/cliffy-command/1.0.0-rc.5/mod.js").StringType & string) | undefined;
@@ -3719,6 +3719,7 @@ export type WorkerPing = {
3719
3719
  memory_usage?: number;
3720
3720
  wm_memory_usage?: number;
3721
3721
  job_isolation?: string;
3722
+ native_mode?: boolean;
3722
3723
  };
3723
3724
  export type UserWorkspaceList = {
3724
3725
  email: string;