@costrict/csc 4.2.5 → 4.2.6-beta
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/cli.js +440 -278
- package/dist/services/rawDump/batchWorker.js +3 -3
- package/package.json +6 -4
|
@@ -508,8 +508,8 @@ async function saveCoStrictCredentials(credentials) {
|
|
|
508
508
|
import { createRequire } from "module";
|
|
509
509
|
function getVersion() {
|
|
510
510
|
try {
|
|
511
|
-
if (typeof MACRO !== "undefined" && "4.2.
|
|
512
|
-
return "4.2.
|
|
511
|
+
if (typeof MACRO !== "undefined" && "4.2.6-beta")
|
|
512
|
+
return "4.2.6-beta";
|
|
513
513
|
} catch {}
|
|
514
514
|
try {
|
|
515
515
|
const require2 = createRequire(import.meta.url);
|
|
@@ -2422,5 +2422,5 @@ export {
|
|
|
2422
2422
|
startBatchWorker
|
|
2423
2423
|
};
|
|
2424
2424
|
|
|
2425
|
-
//# debugId=
|
|
2425
|
+
//# debugId=DBEFE117BA4F550764756E2164756E21
|
|
2426
2426
|
//# sourceMappingURL=batchWorker.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@costrict/csc",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.6-beta",
|
|
4
4
|
"description": "costrict",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "costrict",
|
|
@@ -88,11 +88,11 @@
|
|
|
88
88
|
"@protobufjs/utf8": "1.1.1",
|
|
89
89
|
"baseline-browser-mapping": "2.10.29",
|
|
90
90
|
"gray-matter": "^4.0.3",
|
|
91
|
-
"hono": "^4.12.
|
|
91
|
+
"hono": "^4.12.26",
|
|
92
92
|
"partial-json": "^0.1.7",
|
|
93
93
|
"pngjs": "5.0.0",
|
|
94
94
|
"semver": "^7.8.4",
|
|
95
|
-
"undici": "^7.
|
|
95
|
+
"undici": "^7.28.0",
|
|
96
96
|
"ws": "^8.21.0"
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
@@ -233,6 +233,8 @@
|
|
|
233
233
|
"esbuild": ">=0.28.1",
|
|
234
234
|
"form-data": "^4.0.6",
|
|
235
235
|
"protobufjs": "^7.6.4",
|
|
236
|
-
"ws": "^8.21.0"
|
|
236
|
+
"ws": "^8.21.0",
|
|
237
|
+
"hono": "^4.12.26",
|
|
238
|
+
"undici": "^7.28.0"
|
|
237
239
|
}
|
|
238
240
|
}
|