windmill-cli 1.702.0 → 1.703.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.
Files changed (2) hide show
  1. package/esm/main.js +2 -2
  2. 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.702.0",
16755
+ VERSION: "1.703.0",
16756
16756
  WITH_CREDENTIALS: true,
16757
16757
  interceptors: {
16758
16758
  request: new Interceptors,
@@ -89801,7 +89801,7 @@ var config_default = command35;
89801
89801
 
89802
89802
  // src/main.ts
89803
89803
  await init_context();
89804
- var VERSION = "1.702.0";
89804
+ var VERSION = "1.703.0";
89805
89805
  async function checkVersionSafe(cmd) {
89806
89806
  const mainCommand = cmd.getMainCommand();
89807
89807
  const upgradeCommand = mainCommand.getCommand("upgrade");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "windmill-cli",
3
- "version": "1.702.0",
3
+ "version": "1.703.0",
4
4
  "description": "CLI for Windmill",
5
5
  "license": "Apache 2.0",
6
6
  "type": "module",