windmill-cli 1.684.0 → 1.684.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
|
@@ -11812,7 +11812,7 @@ var init_OpenAPI = __esm(() => {
|
|
|
11812
11812
|
PASSWORD: undefined,
|
|
11813
11813
|
TOKEN: getEnv2("WM_TOKEN"),
|
|
11814
11814
|
USERNAME: undefined,
|
|
11815
|
-
VERSION: "1.684.
|
|
11815
|
+
VERSION: "1.684.1",
|
|
11816
11816
|
WITH_CREDENTIALS: true,
|
|
11817
11817
|
interceptors: {
|
|
11818
11818
|
request: new Interceptors,
|
|
@@ -85186,7 +85186,7 @@ var config_default = command35;
|
|
|
85186
85186
|
|
|
85187
85187
|
// src/main.ts
|
|
85188
85188
|
await init_context();
|
|
85189
|
-
var VERSION = "1.684.
|
|
85189
|
+
var VERSION = "1.684.1";
|
|
85190
85190
|
async function checkVersionSafe(cmd) {
|
|
85191
85191
|
const mainCommand = cmd.getMainCommand();
|
|
85192
85192
|
const upgradeCommand = mainCommand.getCommand("upgrade");
|