windmill-cli 1.698.0 → 1.699.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 +4 -3
- 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.
|
|
16755
|
+
VERSION: "1.699.0",
|
|
16756
16756
|
WITH_CREDENTIALS: true,
|
|
16757
16757
|
interceptors: {
|
|
16758
16758
|
request: new Interceptors,
|
|
@@ -22008,6 +22008,7 @@ var backendVersion = () => {
|
|
|
22008
22008
|
success: data3.success,
|
|
22009
22009
|
all_workspaces: data3.allWorkspaces,
|
|
22010
22010
|
is_not_schedule: data3.isNotSchedule,
|
|
22011
|
+
excludes_entrypoint_override: data3.excludesEntrypointOverride,
|
|
22011
22012
|
broad_filter: data3.broadFilter
|
|
22012
22013
|
}
|
|
22013
22014
|
});
|
|
@@ -72178,7 +72179,7 @@ var init_new = __esm(async () => {
|
|
|
72178
72179
|
"/index.css": indexCss,
|
|
72179
72180
|
"/package.json": `{
|
|
72180
72181
|
"dependencies": {
|
|
72181
|
-
"svelte": "5.
|
|
72182
|
+
"svelte": "^5.55.5",
|
|
72182
72183
|
"windmill-client": "^1"
|
|
72183
72184
|
}
|
|
72184
72185
|
}`
|
|
@@ -89565,7 +89566,7 @@ var config_default = command35;
|
|
|
89565
89566
|
|
|
89566
89567
|
// src/main.ts
|
|
89567
89568
|
await init_context();
|
|
89568
|
-
var VERSION = "1.
|
|
89569
|
+
var VERSION = "1.699.0";
|
|
89569
89570
|
async function checkVersionSafe(cmd) {
|
|
89570
89571
|
const mainCommand = cmd.getMainCommand();
|
|
89571
89572
|
const upgradeCommand = mainCommand.getCommand("upgrade");
|