windmill-cli 1.777.0 → 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 +7 -7
  2. package/package.json +1 -1
package/esm/main.js CHANGED
@@ -16784,7 +16784,7 @@ var init_OpenAPI = __esm(() => {
16784
16784
  PASSWORD: undefined,
16785
16785
  TOKEN: getEnv3("WM_TOKEN"),
16786
16786
  USERNAME: undefined,
16787
- VERSION: "1.777.0",
16787
+ VERSION: "1.777.1",
16788
16788
  WITH_CREDENTIALS: true,
16789
16789
  interceptors: {
16790
16790
  request: new Interceptors,
@@ -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.0";
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;
@@ -61503,7 +61503,7 @@ var init_openflow = __esm(() => {
61503
61503
  openflow_default = {
61504
61504
  openapi: "3.0.3",
61505
61505
  info: {
61506
- version: "1.777.0",
61506
+ version: "1.777.1",
61507
61507
  title: "OpenFlow Spec",
61508
61508
  contact: {
61509
61509
  name: "Ruben Fiszel",
@@ -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.0",
3
+ "version": "1.777.2-gitsync.0",
4
4
  "description": "CLI for Windmill",
5
5
  "license": "Apache 2.0",
6
6
  "type": "module",