@ember-data-mirror/store 5.3.8 → 5.3.10

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.
Files changed (44) hide show
  1. package/addon-main.cjs +1 -1
  2. package/dist/-private.js +1 -1
  3. package/dist/{cache-handler-C5ilAUZ5.js → handler-CW2kp6Ua.js} +499 -520
  4. package/dist/handler-CW2kp6Ua.js.map +1 -0
  5. package/dist/index.js +1 -1
  6. package/package.json +36 -25
  7. package/unstable-preview-types/-private/cache-handler/handler.d.ts +64 -0
  8. package/unstable-preview-types/-private/cache-handler/handler.d.ts.map +1 -0
  9. package/unstable-preview-types/-private/{cache-handler.d.ts → cache-handler/types.d.ts} +26 -63
  10. package/unstable-preview-types/-private/cache-handler/types.d.ts.map +1 -0
  11. package/unstable-preview-types/-private/cache-handler/utils.d.ts +39 -0
  12. package/unstable-preview-types/-private/cache-handler/utils.d.ts.map +1 -0
  13. package/unstable-preview-types/-private/caches/cache-utils.d.ts +2 -2
  14. package/unstable-preview-types/-private/caches/identifier-cache.d.ts +3 -3
  15. package/unstable-preview-types/-private/caches/instance-cache.d.ts +4 -4
  16. package/unstable-preview-types/-private/document.d.ts +3 -3
  17. package/unstable-preview-types/-private/legacy-model-support/record-reference.d.ts +2 -2
  18. package/unstable-preview-types/-private/legacy-model-support/record-reference.d.ts.map +1 -1
  19. package/unstable-preview-types/-private/legacy-model-support/shim-model-class.d.ts +2 -2
  20. package/unstable-preview-types/-private/managers/cache-capabilities-manager.d.ts +1 -1
  21. package/unstable-preview-types/-private/managers/cache-manager.d.ts +11 -11
  22. package/unstable-preview-types/-private/managers/cache-manager.d.ts.map +1 -1
  23. package/unstable-preview-types/-private/managers/notification-manager.d.ts +8 -3
  24. package/unstable-preview-types/-private/managers/notification-manager.d.ts.map +1 -1
  25. package/unstable-preview-types/-private/managers/record-array-manager.d.ts +3 -3
  26. package/unstable-preview-types/-private/network/request-cache.d.ts +1 -1
  27. package/unstable-preview-types/-private/record-arrays/identifier-array.d.ts +4 -4
  28. package/unstable-preview-types/-private/record-arrays/identifier-array.d.ts.map +1 -1
  29. package/unstable-preview-types/-private/record-arrays/native-proxy-type-fix.d.ts +3 -3
  30. package/unstable-preview-types/-private/store-service.d.ts +33 -13
  31. package/unstable-preview-types/-private/store-service.d.ts.map +1 -1
  32. package/unstable-preview-types/-private/utils/construct-resource.d.ts +1 -1
  33. package/unstable-preview-types/-private.d.ts +3 -2
  34. package/unstable-preview-types/-private.d.ts.map +1 -1
  35. package/unstable-preview-types/-types/q/cache-capabilities-manager.d.ts +1 -1
  36. package/unstable-preview-types/-types/q/ds-model.d.ts +2 -2
  37. package/unstable-preview-types/-types/q/identifier.d.ts +1 -1
  38. package/unstable-preview-types/-types/q/record-data-json-api.d.ts +2 -2
  39. package/unstable-preview-types/-types/q/schema-service.d.ts +8 -8
  40. package/unstable-preview-types/-types/q/store.d.ts +2 -2
  41. package/unstable-preview-types/index.d.ts +25 -23
  42. package/unstable-preview-types/index.d.ts.map +1 -1
  43. package/dist/cache-handler-C5ilAUZ5.js.map +0 -1
  44. package/unstable-preview-types/-private/cache-handler.d.ts.map +0 -1
package/addon-main.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use strict';
2
2
 
3
- const { addonShim } = require('@warp-drive/build-config/addon-shim.cjs');
3
+ const { addonShim } = require('@warp-drive-mirror/build-config/addon-shim.cjs');
4
4
 
5
5
  module.exports = addonShim(__dirname);
package/dist/-private.js CHANGED
@@ -1 +1 @@
1
- export { A as ARRAY_SIGNAL, C as CacheHandler, j as CollectionRecordArray, I as LiveArray, M as MUTATE, R as RecordArrayManager, k as SOURCE, S as Store, q as StoreMap, _ as _clearCaches, u as _deprecatingNormalize, g as coerceId, f as constructResource, h as ensureStringId, l as fastPush, i as isStableIdentifier, n as notifyArray, p as peekCache, r as recordIdentifierFor, m as removeRecordDataFor, t as setCacheFor, o as setRecordIdentifier, s as storeFor } from "./cache-handler-C5ilAUZ5.js";
1
+ export { A as ARRAY_SIGNAL, C as CacheHandler, j as CollectionRecordArray, I as LiveArray, M as MUTATE, R as RecordArrayManager, k as SOURCE, S as Store, q as StoreMap, _ as _clearCaches, u as _deprecatingNormalize, g as coerceId, f as constructResource, h as ensureStringId, l as fastPush, i as isStableIdentifier, n as notifyArray, p as peekCache, r as recordIdentifierFor, m as removeRecordDataFor, t as setCacheFor, o as setRecordIdentifier, s as storeFor } from "./handler-CW2kp6Ua.js";