windmill-cli 1.732.0 → 1.733.1

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.
Files changed (2) hide show
  1. package/esm/main.js +2 -2
  2. package/package.json +1 -1
package/esm/main.js CHANGED
@@ -16772,7 +16772,7 @@ var init_OpenAPI = __esm(() => {
16772
16772
  PASSWORD: undefined,
16773
16773
  TOKEN: getEnv3("WM_TOKEN"),
16774
16774
  USERNAME: undefined,
16775
- VERSION: "1.732.0",
16775
+ VERSION: "1.733.1",
16776
16776
  WITH_CREDENTIALS: true,
16777
16777
  interceptors: {
16778
16778
  request: new Interceptors,
@@ -25420,7 +25420,7 @@ var init_auth = __esm(async () => {
25420
25420
  });
25421
25421
 
25422
25422
  // src/core/constants.ts
25423
- var WM_FORK_PREFIX = "wm-fork", VERSION = "1.732.0";
25423
+ var WM_FORK_PREFIX = "wm-fork", VERSION = "1.733.1";
25424
25424
 
25425
25425
  // src/utils/git.ts
25426
25426
  var exports_git = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "windmill-cli",
3
- "version": "1.732.0",
3
+ "version": "1.733.1",
4
4
  "description": "CLI for Windmill",
5
5
  "license": "Apache 2.0",
6
6
  "type": "module",