@costrict/csc 4.2.6-beta → 4.2.6-workflow

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.
@@ -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.6-beta")
512
- return "4.2.6-beta";
511
+ if (typeof MACRO !== "undefined" && "4.2.6-workflow")
512
+ return "4.2.6-workflow";
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=DBEFE117BA4F550764756E2164756E21
2425
+ //# debugId=6C56E9A184EAEB0A64756E2164756E21
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.6-beta",
3
+ "version": "4.2.6-workflow",
4
4
  "description": "costrict",
5
5
  "type": "module",
6
6
  "author": "costrict",