windmill-cli 1.766.0 → 1.766.2

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
@@ -16784,7 +16784,7 @@ var init_OpenAPI = __esm(() => {
16784
16784
  PASSWORD: undefined,
16785
16785
  TOKEN: getEnv3("WM_TOKEN"),
16786
16786
  USERNAME: undefined,
16787
- VERSION: "1.766.0",
16787
+ VERSION: "1.766.2",
16788
16788
  WITH_CREDENTIALS: true,
16789
16789
  interceptors: {
16790
16790
  request: new Interceptors,
@@ -26804,7 +26804,7 @@ var init_auth = __esm(async () => {
26804
26804
  });
26805
26805
 
26806
26806
  // src/core/constants.ts
26807
- var WM_FORK_PREFIX = "wm-fork", VERSION = "1.766.0";
26807
+ var WM_FORK_PREFIX = "wm-fork", VERSION = "1.766.2";
26808
26808
 
26809
26809
  // src/utils/git.ts
26810
26810
  var exports_git = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "windmill-cli",
3
- "version": "1.766.0",
3
+ "version": "1.766.2",
4
4
  "description": "CLI for Windmill",
5
5
  "license": "Apache 2.0",
6
6
  "type": "module",