@dckj-npm/lowcode-code-generator 1.2.44 → 1.2.45
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// src/standalone-loader.ts
|
|
2
2
|
import fetch from "node-fetch";
|
|
3
|
-
var packageVersion = "1.2.
|
|
3
|
+
var packageVersion = "1.2.45";
|
|
4
4
|
var DEFAULT_WORKER_JS = `https://cdn.jsdelivr.net/npm/@dckj-npm/lowcode-code-generator@${packageVersion}/dist/standalone-worker.min.js`;
|
|
5
5
|
var DEFAULT_TIMEOUT_IN_MS = 60 * 1e3;
|
|
6
6
|
var workerJsCache = /* @__PURE__ */ new Map();
|
|
@@ -32,7 +32,7 @@ __export(standalone_loader_exports, {
|
|
|
32
32
|
});
|
|
33
33
|
module.exports = __toCommonJS(standalone_loader_exports);
|
|
34
34
|
var import_node_fetch = __toESM(require("node-fetch"));
|
|
35
|
-
var packageVersion = "1.2.
|
|
35
|
+
var packageVersion = "1.2.45";
|
|
36
36
|
var DEFAULT_WORKER_JS = `https://cdn.jsdelivr.net/npm/@dckj-npm/lowcode-code-generator@${packageVersion}/dist/standalone-worker.min.js`;
|
|
37
37
|
var DEFAULT_TIMEOUT_IN_MS = 60 * 1e3;
|
|
38
38
|
var workerJsCache = /* @__PURE__ */ new Map();
|