windmill-cli 1.777.1 → 1.777.2-gitsync.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 +5 -5
  2. package/package.json +1 -1
package/esm/main.js CHANGED
@@ -27289,7 +27289,7 @@ var init_auth = __esm(async () => {
27289
27289
  });
27290
27290
 
27291
27291
  // src/core/constants.ts
27292
- var WM_FORK_PREFIX = "wm-fork", VERSION = "1.777.1";
27292
+ var WM_FORK_PREFIX = "wm-fork", VERSION = "1.777.2-gitsync.0";
27293
27293
 
27294
27294
  // src/utils/git.ts
27295
27295
  var exports_git = {};
@@ -50108,7 +50108,7 @@ var require_zipEntries = __commonJS((exports, module) => {
50108
50108
  if (this.centralDirRecords !== this.files.length) {
50109
50109
  if (this.centralDirRecords !== 0 && this.files.length === 0) {
50110
50110
  throw new Error("Corrupted zip or bug: expected " + this.centralDirRecords + " records in central dir, got " + this.files.length);
50111
- }
50111
+ } else {}
50112
50112
  }
50113
50113
  },
50114
50114
  readEndOfCentral: function() {
@@ -58516,7 +58516,7 @@ var require_loader = __commonJS((exports, module) => {
58516
58516
  var error2 = generateError(state, message);
58517
58517
  if (state.onWarning) {
58518
58518
  state.onWarning.call(null, error2);
58519
- }
58519
+ } else {}
58520
58520
  }
58521
58521
  var directiveHandlers = {
58522
58522
  YAML: function handleYamlDirective(state, name, args) {
@@ -59054,7 +59054,7 @@ var require_loader = __commonJS((exports, module) => {
59054
59054
  } else if (detectedIndent) {
59055
59055
  sc.value += common3.repeat(`
59056
59056
  `, emptyLines + 1);
59057
- }
59057
+ } else {}
59058
59058
  detectedIndent = true;
59059
59059
  emptyLines = 0;
59060
59060
  captureStart = state.position;
@@ -72145,7 +72145,7 @@ Run 'wmill folder add-missing' to create them locally, then push again.`;
72145
72145
  await writeFile7(stateTarget, change.content, "utf-8");
72146
72146
  }
72147
72147
  } else if (change.name === "deleted") {
72148
- if (change.path.endsWith(".lock") && !isDbtModulePath(change.path)) {
72148
+ if (!isRawAppFile(change.path) && change.path.endsWith(".lock") && !isDbtModulePath(change.path)) {
72149
72149
  continue;
72150
72150
  }
72151
72151
  if (isScriptModulePath(change.path)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "windmill-cli",
3
- "version": "1.777.1",
3
+ "version": "1.777.2-gitsync.0",
4
4
  "description": "CLI for Windmill",
5
5
  "license": "Apache 2.0",
6
6
  "type": "module",