@costrict/csc 4.2.7-beta1 → 4.2.7
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 +182650 -198898
- package/dist/services/rawDump/batchWorker.js +3 -3
- package/package.json +1 -1
|
@@ -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.7
|
|
512
|
-
return "4.2.7
|
|
511
|
+
if (typeof MACRO !== "undefined" && "4.2.7")
|
|
512
|
+
return "4.2.7";
|
|
513
513
|
} catch {}
|
|
514
514
|
try {
|
|
515
515
|
const require2 = createRequire(import.meta.url);
|
|
@@ -2748,5 +2748,5 @@ export {
|
|
|
2748
2748
|
startBatchWorker
|
|
2749
2749
|
};
|
|
2750
2750
|
|
|
2751
|
-
//# debugId=
|
|
2751
|
+
//# debugId=356925AEF54A124D64756E2164756E21
|
|
2752
2752
|
//# sourceMappingURL=batchWorker.js.map
|