@ember-data/store 5.4.0-beta.11 → 5.4.0-beta.13

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 (27) hide show
  1. package/dist/-private.js +1 -1
  2. package/dist/{cache-handler-C5ilAUZ5.js → handler-CW2kp6Ua.js} +350 -371
  3. package/dist/handler-CW2kp6Ua.js.map +1 -0
  4. package/dist/index.js +1 -1
  5. package/package.json +35 -24
  6. package/unstable-preview-types/-private/cache-handler/handler.d.ts +64 -0
  7. package/unstable-preview-types/-private/cache-handler/handler.d.ts.map +1 -0
  8. package/unstable-preview-types/-private/{cache-handler.d.ts → cache-handler/types.d.ts} +25 -62
  9. package/unstable-preview-types/-private/cache-handler/types.d.ts.map +1 -0
  10. package/unstable-preview-types/-private/cache-handler/utils.d.ts +39 -0
  11. package/unstable-preview-types/-private/cache-handler/utils.d.ts.map +1 -0
  12. package/unstable-preview-types/-private/legacy-model-support/record-reference.d.ts.map +1 -1
  13. package/unstable-preview-types/-private/managers/cache-manager.d.ts +1 -1
  14. package/unstable-preview-types/-private/managers/cache-manager.d.ts.map +1 -1
  15. package/unstable-preview-types/-private/managers/notification-manager.d.ts +7 -2
  16. package/unstable-preview-types/-private/managers/notification-manager.d.ts.map +1 -1
  17. package/unstable-preview-types/-private/record-arrays/identifier-array.d.ts.map +1 -1
  18. package/unstable-preview-types/-private/record-arrays/native-proxy-type-fix.d.ts +3 -3
  19. package/unstable-preview-types/-private/store-service.d.ts +27 -7
  20. package/unstable-preview-types/-private/store-service.d.ts.map +1 -1
  21. package/unstable-preview-types/-private.d.ts +3 -2
  22. package/unstable-preview-types/-private.d.ts.map +1 -1
  23. package/unstable-preview-types/-types/q/schema-service.d.ts +3 -3
  24. package/unstable-preview-types/index.d.ts +25 -23
  25. package/unstable-preview-types/index.d.ts.map +1 -1
  26. package/dist/cache-handler-C5ilAUZ5.js.map +0 -1
  27. package/unstable-preview-types/-private/cache-handler.d.ts.map +0 -1
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";