windmill-cli 1.768.0 → 1.769.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.
- package/esm/main.js +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.
|
|
16787
|
+
VERSION: "1.769.0",
|
|
16788
16788
|
WITH_CREDENTIALS: true,
|
|
16789
16789
|
interceptors: {
|
|
16790
16790
|
request: new Interceptors,
|
|
@@ -27044,7 +27044,7 @@ var init_auth = __esm(async () => {
|
|
|
27044
27044
|
});
|
|
27045
27045
|
|
|
27046
27046
|
// src/core/constants.ts
|
|
27047
|
-
var WM_FORK_PREFIX = "wm-fork", VERSION = "1.
|
|
27047
|
+
var WM_FORK_PREFIX = "wm-fork", VERSION = "1.769.0";
|
|
27048
27048
|
|
|
27049
27049
|
// src/utils/git.ts
|
|
27050
27050
|
var exports_git = {};
|