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.
@@ -32,7 +32,7 @@ export const OpenAPI = {
32
32
  PASSWORD: undefined,
33
33
  TOKEN: getEnv("WM_TOKEN"),
34
34
  USERNAME: undefined,
35
- VERSION: '1.636.0',
35
+ VERSION: '1.637.0',
36
36
  WITH_CREDENTIALS: true,
37
37
  interceptors: {
38
38
  request: new Interceptors(),
package/esm/src/main.js CHANGED
@@ -47,7 +47,7 @@ export { flow, app, script, workspace, resource, resourceType, user, variable, h
47
47
  // console.error(JSON.stringify(event.error, null, 4));
48
48
  // }
49
49
  // });
50
- export const VERSION = "1.636.0";
50
+ export const VERSION = "1.637.0";
51
51
  // Re-exported from constants.ts to maintain backwards compatibility
52
52
  export { WM_FORK_PREFIX } from "./core/constants.js";
53
53
  const command = new Command()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "windmill-cli",
3
- "version": "1.636.0",
3
+ "version": "1.637.0",
4
4
  "description": "CLI for Windmill",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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;