@costrict/csc 4.2.2-beta → 4.2.2
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 +3643 -3157
- package/dist/services/rawDump/batchWorker.js +3 -3
- package/package.json +3 -2
|
@@ -477,8 +477,8 @@ async function saveCoStrictCredentials(credentials) {
|
|
|
477
477
|
import { createRequire } from "module";
|
|
478
478
|
function getVersion() {
|
|
479
479
|
try {
|
|
480
|
-
if (typeof MACRO !== "undefined" && "4.2.2
|
|
481
|
-
return "4.2.2
|
|
480
|
+
if (typeof MACRO !== "undefined" && "4.2.2")
|
|
481
|
+
return "4.2.2";
|
|
482
482
|
} catch {}
|
|
483
483
|
try {
|
|
484
484
|
const require2 = createRequire(import.meta.url);
|
|
@@ -2756,5 +2756,5 @@ export {
|
|
|
2756
2756
|
startBatchWorker
|
|
2757
2757
|
};
|
|
2758
2758
|
|
|
2759
|
-
//# debugId=
|
|
2759
|
+
//# debugId=5B5356A9971433D364756E2164756E21
|
|
2760
2760
|
//# sourceMappingURL=batchWorker.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@costrict/csc",
|
|
3
|
-
"version": "4.2.2
|
|
3
|
+
"version": "4.2.2",
|
|
4
4
|
"description": "costrict",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "costrict",
|
|
@@ -229,6 +229,7 @@
|
|
|
229
229
|
},
|
|
230
230
|
"overrides": {
|
|
231
231
|
"tmp": "^0.2.7",
|
|
232
|
-
"@grpc/grpc-js": "^1.14.4"
|
|
232
|
+
"@grpc/grpc-js": "^1.14.4",
|
|
233
|
+
"esbuild": ">=0.28.1"
|
|
233
234
|
}
|
|
234
235
|
}
|