windmill-cli 1.683.0 → 1.683.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
@@ -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.683.0",
11815
+ VERSION: "1.683.1",
11816
11816
  WITH_CREDENTIALS: true,
11817
11817
  interceptors: {
11818
11818
  request: new Interceptors,
@@ -85169,7 +85169,7 @@ var config_default = command35;
85169
85169
 
85170
85170
  // src/main.ts
85171
85171
  await init_context();
85172
- var VERSION = "1.683.0";
85172
+ var VERSION = "1.683.1";
85173
85173
  async function checkVersionSafe(cmd) {
85174
85174
  const mainCommand = cmd.getMainCommand();
85175
85175
  const upgradeCommand = mainCommand.getCommand("upgrade");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "windmill-cli",
3
- "version": "1.683.0",
3
+ "version": "1.683.1",
4
4
  "description": "CLI for Windmill",
5
5
  "license": "Apache 2.0",
6
6
  "type": "module",