windmill-cli 1.696.0 → 1.696.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
@@ -16710,7 +16710,7 @@ var init_OpenAPI = __esm(() => {
16710
16710
  PASSWORD: undefined,
16711
16711
  TOKEN: getEnv3("WM_TOKEN"),
16712
16712
  USERNAME: undefined,
16713
- VERSION: "1.696.0",
16713
+ VERSION: "1.696.1",
16714
16714
  WITH_CREDENTIALS: true,
16715
16715
  interceptors: {
16716
16716
  request: new Interceptors,
@@ -89017,7 +89017,7 @@ var config_default = command35;
89017
89017
 
89018
89018
  // src/main.ts
89019
89019
  await init_context();
89020
- var VERSION = "1.696.0";
89020
+ var VERSION = "1.696.1";
89021
89021
  async function checkVersionSafe(cmd) {
89022
89022
  const mainCommand = cmd.getMainCommand();
89023
89023
  const upgradeCommand = mainCommand.getCommand("upgrade");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "windmill-cli",
3
- "version": "1.696.0",
3
+ "version": "1.696.1",
4
4
  "description": "CLI for Windmill",
5
5
  "license": "Apache 2.0",
6
6
  "type": "module",