@getstrata/core 0.5.18 → 0.5.21

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.
@@ -1,6 +1,7 @@
1
1
  // @bun
2
- // ../../src/bootstrap/config.ts
2
+ // ../../src/core/contracts/serviceTokens.ts
3
3
  var CORE_TOKEN_SERVICE_TOKEN = "core.tokenService";
4
+ // ../../src/bootstrap/config.ts
4
5
  var DEFAULT_QUEUE_DRIVER = "sync";
5
6
 
6
7
  // ../../src/config/queue.ts
@@ -1937,8 +1937,9 @@ class JobRegistry {
1937
1937
  }
1938
1938
  var jobRegistry = new JobRegistry;
1939
1939
 
1940
- // ../../src/bootstrap/config.ts
1940
+ // ../../src/core/contracts/serviceTokens.ts
1941
1941
  var CORE_TOKEN_SERVICE_TOKEN = "core.tokenService";
1942
+ // ../../src/bootstrap/config.ts
1942
1943
  var DEFAULT_QUEUE_DRIVER = "sync";
1943
1944
 
1944
1945
  // ../../src/config/queue.ts