windmill-cli 1.693.0 → 1.693.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.693.0",
16713
+ VERSION: "1.693.1",
16714
16714
  WITH_CREDENTIALS: true,
16715
16715
  interceptors: {
16716
16716
  request: new Interceptors,
@@ -87882,7 +87882,7 @@ var config_default = command35;
87882
87882
 
87883
87883
  // src/main.ts
87884
87884
  await init_context();
87885
- var VERSION = "1.693.0";
87885
+ var VERSION = "1.693.1";
87886
87886
  async function checkVersionSafe(cmd) {
87887
87887
  const mainCommand = cmd.getMainCommand();
87888
87888
  const upgradeCommand = mainCommand.getCommand("upgrade");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "windmill-cli",
3
- "version": "1.693.0",
3
+ "version": "1.693.1",
4
4
  "description": "CLI for Windmill",
5
5
  "license": "Apache 2.0",
6
6
  "type": "module",