windmill-cli 1.717.0 → 1.717.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.
- package/esm/main.js +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.717.
|
|
16775
|
+
VERSION: "1.717.1",
|
|
16776
16776
|
WITH_CREDENTIALS: true,
|
|
16777
16777
|
interceptors: {
|
|
16778
16778
|
request: new Interceptors,
|
|
@@ -25289,7 +25289,7 @@ var init_auth = __esm(async () => {
|
|
|
25289
25289
|
});
|
|
25290
25290
|
|
|
25291
25291
|
// src/core/constants.ts
|
|
25292
|
-
var WM_FORK_PREFIX = "wm-fork", VERSION = "1.717.
|
|
25292
|
+
var WM_FORK_PREFIX = "wm-fork", VERSION = "1.717.1";
|
|
25293
25293
|
|
|
25294
25294
|
// src/utils/git.ts
|
|
25295
25295
|
var exports_git = {};
|