windmill-cli 1.762.3 → 1.763.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.
- package/esm/main.js +5 -5
- 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.
|
|
16787
|
+
VERSION: "1.763.0",
|
|
16788
16788
|
WITH_CREDENTIALS: true,
|
|
16789
16789
|
interceptors: {
|
|
16790
16790
|
request: new Interceptors,
|
|
@@ -26667,7 +26667,7 @@ var init_auth = __esm(async () => {
|
|
|
26667
26667
|
});
|
|
26668
26668
|
|
|
26669
26669
|
// src/core/constants.ts
|
|
26670
|
-
var WM_FORK_PREFIX = "wm-fork", VERSION = "1.
|
|
26670
|
+
var WM_FORK_PREFIX = "wm-fork", VERSION = "1.763.0";
|
|
26671
26671
|
|
|
26672
26672
|
// src/utils/git.ts
|
|
26673
26673
|
var exports_git = {};
|
|
@@ -49189,7 +49189,7 @@ var require_zipEntries = __commonJS((exports, module) => {
|
|
|
49189
49189
|
if (this.centralDirRecords !== this.files.length) {
|
|
49190
49190
|
if (this.centralDirRecords !== 0 && this.files.length === 0) {
|
|
49191
49191
|
throw new Error("Corrupted zip or bug: expected " + this.centralDirRecords + " records in central dir, got " + this.files.length);
|
|
49192
|
-
}
|
|
49192
|
+
}
|
|
49193
49193
|
}
|
|
49194
49194
|
},
|
|
49195
49195
|
readEndOfCentral: function() {
|
|
@@ -57623,7 +57623,7 @@ var require_loader = __commonJS((exports, module) => {
|
|
|
57623
57623
|
var error2 = generateError(state, message);
|
|
57624
57624
|
if (state.onWarning) {
|
|
57625
57625
|
state.onWarning.call(null, error2);
|
|
57626
|
-
}
|
|
57626
|
+
}
|
|
57627
57627
|
}
|
|
57628
57628
|
var directiveHandlers = {
|
|
57629
57629
|
YAML: function handleYamlDirective(state, name, args) {
|
|
@@ -58161,7 +58161,7 @@ var require_loader = __commonJS((exports, module) => {
|
|
|
58161
58161
|
} else if (detectedIndent) {
|
|
58162
58162
|
sc.value += common3.repeat(`
|
|
58163
58163
|
`, emptyLines + 1);
|
|
58164
|
-
}
|
|
58164
|
+
}
|
|
58165
58165
|
detectedIndent = true;
|
|
58166
58166
|
emptyLines = 0;
|
|
58167
58167
|
captureStart = state.position;
|