@absolutejs/absolute 0.20.0-beta.44 → 0.20.0-beta.45

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,7 +1,7 @@
1
1
  // @bun
2
2
  var __require = import.meta.require;
3
3
 
4
- // .angular-partial-tmp-xfqyC5/src/core/streamingSlotRegistrar.ts
4
+ // .angular-partial-tmp-72PH2H/src/core/streamingSlotRegistrar.ts
5
5
  var STREAMING_SLOT_REGISTRAR_KEY = Symbol.for("absolutejs.streamingSlotRegistrar");
6
6
  var STREAMING_SLOT_WARNING_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotWarningController");
7
7
  var STREAMING_SLOT_COLLECTION_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotCollectionController");
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  var __require = import.meta.require;
3
3
 
4
- // .angular-partial-tmp-xfqyC5/src/core/streamingSlotRegistrar.ts
4
+ // .angular-partial-tmp-72PH2H/src/core/streamingSlotRegistrar.ts
5
5
  var STREAMING_SLOT_REGISTRAR_KEY = Symbol.for("absolutejs.streamingSlotRegistrar");
6
6
  var STREAMING_SLOT_WARNING_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotWarningController");
7
7
  var STREAMING_SLOT_COLLECTION_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotCollectionController");
@@ -48,7 +48,7 @@ var warnMissingStreamingSlotCollector = (primitiveName) => {
48
48
  getWarningController()?.maybeWarn(primitiveName);
49
49
  };
50
50
 
51
- // .angular-partial-tmp-xfqyC5/src/core/streamingSlotRegistry.ts
51
+ // .angular-partial-tmp-72PH2H/src/core/streamingSlotRegistry.ts
52
52
  var STREAMING_SLOT_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotAsyncLocalStorage");
53
53
  var isObjectRecord2 = (value) => Boolean(value) && typeof value === "object";
54
54
  var isAsyncLocalStorage = (value) => isObjectRecord2(value) && ("getStore" in value) && typeof value.getStore === "function" && ("run" in value) && typeof value.run === "function";
package/dist/build.js CHANGED
@@ -13148,7 +13148,7 @@ var init_deviceCapabilities = __esm(() => {
13148
13148
  });
13149
13149
 
13150
13150
  // node_modules/@absolutejs/sync/dist/client/index.js
13151
- var RUNTIME_TRANSPORT, host, isRegistry = (value) => typeof value === "object" && value !== null && Array.isArray(Reflect.get(value, "installations")) && Array.isArray(Reflect.get(value, "clients")), registry, SyncLocalDataPolicyError, SyncLocalStoreSchemaError, positiveVersion = (value, label) => {
13151
+ var RUNTIME_TRANSPORT, host, isRegistry = (value) => typeof value === "object" && value !== null && Array.isArray(Reflect.get(value, "installations")) && Array.isArray(Reflect.get(value, "clients")), registry, pools, SyncLocalDataPolicyError, SyncLocalStoreSchemaError, positiveVersion = (value, label) => {
13152
13152
  if (!Number.isSafeInteger(value) || value < 1)
13153
13153
  throw new SyncLocalStoreSchemaError("INVALID_PLAN", `${label} must be a positive safe integer`);
13154
13154
  return value;
@@ -13253,6 +13253,7 @@ var init_client = __esm(() => {
13253
13253
  });
13254
13254
  return created;
13255
13255
  })();
13256
+ pools = new Map;
13256
13257
  SyncLocalDataPolicyError = class SyncLocalDataPolicyError extends Error {
13257
13258
  code;
13258
13259
  constructor(code, message) {
@@ -30382,5 +30383,5 @@ export {
30382
30383
  devBuild
30383
30384
  };
30384
30385
 
30385
- //# debugId=79D2A9991FE4E5A664756E2164756E21
30386
+ //# debugId=BF533D895E282A6F64756E2164756E21
30386
30387
  //# sourceMappingURL=build.js.map