@costrict/csc 4.2.10 → 4.2.12-beat1

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.
@@ -470,8 +470,8 @@ function getClientVersion() {
470
470
  if (cached)
471
471
  return cached;
472
472
  try {
473
- if ("4.2.10") {
474
- cached = "4.2.10";
473
+ if ("4.2.12-beat1") {
474
+ cached = "4.2.12-beat1";
475
475
  return cached;
476
476
  }
477
477
  } catch {}
@@ -2796,5 +2796,5 @@ export {
2796
2796
  startBatchWorker
2797
2797
  };
2798
2798
 
2799
- //# debugId=3BDB58ED32C7874364756E2164756E21
2799
+ //# debugId=72707A0270F135CF64756E2164756E21
2800
2800
  //# sourceMappingURL=batchWorker.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@costrict/csc",
3
- "version": "4.2.10",
3
+ "version": "4.2.12-beat1",
4
4
  "description": "costrict",
5
5
  "type": "module",
6
6
  "author": "costrict",