windmill-cli 1.713.2 → 1.714.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 +5 -5
  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.713.1",
16775
+ VERSION: "1.714.1",
16776
16776
  WITH_CREDENTIALS: true,
16777
16777
  interceptors: {
16778
16778
  request: new Interceptors,
@@ -44727,7 +44727,7 @@ var require_zipEntries = __commonJS((exports, module) => {
44727
44727
  if (this.centralDirRecords !== this.files.length) {
44728
44728
  if (this.centralDirRecords !== 0 && this.files.length === 0) {
44729
44729
  throw new Error("Corrupted zip or bug: expected " + this.centralDirRecords + " records in central dir, got " + this.files.length);
44730
- } else {}
44730
+ }
44731
44731
  }
44732
44732
  },
44733
44733
  readEndOfCentral: function() {
@@ -55657,7 +55657,7 @@ var require_loader = __commonJS((exports, module) => {
55657
55657
  var error2 = generateError(state, message);
55658
55658
  if (state.onWarning) {
55659
55659
  state.onWarning.call(null, error2);
55660
- } else {}
55660
+ }
55661
55661
  }
55662
55662
  var directiveHandlers = {
55663
55663
  YAML: function handleYamlDirective(state, name, args) {
@@ -56195,7 +56195,7 @@ var require_loader = __commonJS((exports, module) => {
56195
56195
  } else if (detectedIndent) {
56196
56196
  sc.value += common3.repeat(`
56197
56197
  `, emptyLines + 1);
56198
- } else {}
56198
+ }
56199
56199
  detectedIndent = true;
56200
56200
  emptyLines = 0;
56201
56201
  captureStart = state.position;
@@ -93017,7 +93017,7 @@ var object_storage_default = command41;
93017
93017
 
93018
93018
  // src/main.ts
93019
93019
  await init_context();
93020
- var VERSION = "1.713.1";
93020
+ var VERSION = "1.714.1";
93021
93021
  async function checkVersionSafe(cmd) {
93022
93022
  const mainCommand = cmd.getMainCommand();
93023
93023
  const upgradeCommand = mainCommand.getCommand("upgrade");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "windmill-cli",
3
- "version": "1.713.2",
3
+ "version": "1.714.1",
4
4
  "description": "CLI for Windmill",
5
5
  "license": "Apache 2.0",
6
6
  "type": "module",