@openspecui/server 3.11.3 → 3.11.4
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/dist/{api-fZbAN-Zx.mjs → api--Cngir6x.mjs} +4 -4
- package/dist/index.mjs +5669 -4885
- package/dist/{src-awZ9aP1s.mjs → src-CZfiVL_-.mjs} +85 -38
- package/dist/{src-5XpFsBo7.mjs → src-DTmyMpWU.mjs} +37 -25
- package/dist/src-DVJf9xbi.mjs +3 -0
- package/dist/{src-BHCDKXul.mjs → src-DfagK_w9.mjs} +23 -12
- package/dist/{src-BJ-K9Dp2.mjs → src-Dh_UAz5C.mjs} +25 -12
- package/dist/{src-8bHfOTUF.mjs → src-cslnzFaN.mjs} +1 -1
- package/package.json +3 -3
- package/dist/src-Cc9NSywS.mjs +0 -3
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import m, { createRequire } from "node:module";
|
|
2
2
|
import a from "node:path";
|
|
3
3
|
import { fileURLToPath, pathToFileURL } from "node:url";
|
|
4
|
-
import p from "node:net";
|
|
5
4
|
import se, { writeSync } from "node:fs";
|
|
6
5
|
import o from "node:os";
|
|
6
|
+
import p from "node:net";
|
|
7
7
|
import Ht from "node:crypto";
|
|
8
8
|
import { inspect } from "node:util";
|
|
9
9
|
import { MessageChannel } from "node:worker_threads";
|
|
@@ -2922,7 +2922,7 @@ error: ${text}`);
|
|
|
2922
2922
|
};
|
|
2923
2923
|
var startSyncServiceWorker = () => {
|
|
2924
2924
|
let workerPort = worker_threads.workerData.workerPort;
|
|
2925
|
-
let parentPort = worker_threads.parentPort;
|
|
2925
|
+
let parentPort$1 = worker_threads.parentPort;
|
|
2926
2926
|
let extractProperties = (object) => {
|
|
2927
2927
|
let properties = {};
|
|
2928
2928
|
if (object && typeof object === "object") for (let key in object) properties[key] = object[key];
|
|
@@ -2931,7 +2931,7 @@ error: ${text}`);
|
|
|
2931
2931
|
try {
|
|
2932
2932
|
let service = ensureServiceIsRunning();
|
|
2933
2933
|
defaultWD = worker_threads.workerData.defaultWD;
|
|
2934
|
-
parentPort.on("message", (msg) => {
|
|
2934
|
+
parentPort$1.on("message", (msg) => {
|
|
2935
2935
|
(async () => {
|
|
2936
2936
|
let { sharedBuffer, id, command, args } = msg;
|
|
2937
2937
|
let sharedBufferView = new Int32Array(sharedBuffer);
|
|
@@ -2975,7 +2975,7 @@ error: ${text}`);
|
|
|
2975
2975
|
})();
|
|
2976
2976
|
});
|
|
2977
2977
|
} catch (reject) {
|
|
2978
|
-
parentPort.on("message", (msg) => {
|
|
2978
|
+
parentPort$1.on("message", (msg) => {
|
|
2979
2979
|
let { sharedBuffer, id } = msg;
|
|
2980
2980
|
let sharedBufferView = new Int32Array(sharedBuffer);
|
|
2981
2981
|
workerPort.postMessage({
|