windmill-cli 1.700.0 → 1.700.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
|
@@ -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.700.
|
|
16755
|
+
VERSION: "1.700.1",
|
|
16756
16756
|
WITH_CREDENTIALS: true,
|
|
16757
16757
|
interceptors: {
|
|
16758
16758
|
request: new Interceptors,
|
|
@@ -89624,7 +89624,7 @@ var config_default = command35;
|
|
|
89624
89624
|
|
|
89625
89625
|
// src/main.ts
|
|
89626
89626
|
await init_context();
|
|
89627
|
-
var VERSION = "1.700.
|
|
89627
|
+
var VERSION = "1.700.1";
|
|
89628
89628
|
async function checkVersionSafe(cmd) {
|
|
89629
89629
|
const mainCommand = cmd.getMainCommand();
|
|
89630
89630
|
const upgradeCommand = mainCommand.getCommand("upgrade");
|