@costrict/csc 4.1.7 → 4.1.8

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.
@@ -54,8 +54,8 @@ async function saveCoStrictCredentials(credentials) {
54
54
  import { createRequire } from "module";
55
55
  function getVersion() {
56
56
  try {
57
- if (typeof MACRO !== "undefined" && "4.1.7")
58
- return "4.1.7";
57
+ if (typeof MACRO !== "undefined" && "4.1.8")
58
+ return "4.1.8";
59
59
  } catch {}
60
60
  try {
61
61
  const require2 = createRequire(import.meta.url);
@@ -1797,5 +1797,5 @@ export {
1797
1797
  startBatchWorker
1798
1798
  };
1799
1799
 
1800
- //# debugId=9951B0284381EECA64756E2164756E21
1800
+ //# debugId=7AFAB556E3B37C6F64756E2164756E21
1801
1801
  //# sourceMappingURL=batchWorker.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@costrict/csc",
3
- "version": "4.1.7",
3
+ "version": "4.1.8",
4
4
  "description": "costrict",
5
5
  "type": "module",
6
6
  "author": "costrict",