windmill-cli 1.707.0 → 1.708.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
|
@@ -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.
|
|
16775
|
+
VERSION: "1.708.0",
|
|
16776
16776
|
WITH_CREDENTIALS: true,
|
|
16777
16777
|
interceptors: {
|
|
16778
16778
|
request: new Interceptors,
|
|
@@ -93199,7 +93199,7 @@ var ducklake_default = command40;
|
|
|
93199
93199
|
|
|
93200
93200
|
// src/main.ts
|
|
93201
93201
|
await init_context();
|
|
93202
|
-
var VERSION = "1.
|
|
93202
|
+
var VERSION = "1.708.0";
|
|
93203
93203
|
async function checkVersionSafe(cmd) {
|
|
93204
93204
|
const mainCommand = cmd.getMainCommand();
|
|
93205
93205
|
const upgradeCommand = mainCommand.getCommand("upgrade");
|