windmill-cli 1.710.0 → 1.710.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.
Files changed (2) hide show
  1. package/esm/main.js +2 -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.710.0",
16775
+ VERSION: "1.710.1",
16776
16776
  WITH_CREDENTIALS: true,
16777
16777
  interceptors: {
16778
16778
  request: new Interceptors,
@@ -93205,7 +93205,7 @@ var ducklake_default = command40;
93205
93205
 
93206
93206
  // src/main.ts
93207
93207
  await init_context();
93208
- var VERSION = "1.710.0";
93208
+ var VERSION = "1.710.1";
93209
93209
  async function checkVersionSafe(cmd) {
93210
93210
  const mainCommand = cmd.getMainCommand();
93211
93211
  const upgradeCommand = mainCommand.getCommand("upgrade");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "windmill-cli",
3
- "version": "1.710.0",
3
+ "version": "1.710.1",
4
4
  "description": "CLI for Windmill",
5
5
  "license": "Apache 2.0",
6
6
  "type": "module",