windmill-cli 1.703.1 → 1.703.3
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
|
@@ -16752,7 +16752,7 @@ var init_OpenAPI = __esm(() => {
|
|
|
16752
16752
|
PASSWORD: undefined,
|
|
16753
16753
|
TOKEN: getEnv3("WM_TOKEN"),
|
|
16754
16754
|
USERNAME: undefined,
|
|
16755
|
-
VERSION: "1.703.
|
|
16755
|
+
VERSION: "1.703.3",
|
|
16756
16756
|
WITH_CREDENTIALS: true,
|
|
16757
16757
|
interceptors: {
|
|
16758
16758
|
request: new Interceptors,
|
|
@@ -89801,7 +89801,7 @@ var config_default = command35;
|
|
|
89801
89801
|
|
|
89802
89802
|
// src/main.ts
|
|
89803
89803
|
await init_context();
|
|
89804
|
-
var VERSION = "1.703.
|
|
89804
|
+
var VERSION = "1.703.3";
|
|
89805
89805
|
async function checkVersionSafe(cmd) {
|
|
89806
89806
|
const mainCommand = cmd.getMainCommand();
|
|
89807
89807
|
const upgradeCommand = mainCommand.getCommand("upgrade");
|