@ember-data/store 5.4.0-beta.18 → 5.4.0-beta.19

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 (25) hide show
  1. package/dist/-private.js +1 -1
  2. package/dist/index.js +1 -1
  3. package/dist/{many-array-uP6jS6_J.js → many-array-BwVo-2vv.js} +395 -346
  4. package/dist/many-array-BwVo-2vv.js.map +1 -0
  5. package/package.json +21 -21
  6. package/unstable-preview-types/-private/cache-handler/handler.d.ts.map +1 -1
  7. package/unstable-preview-types/-private/cache-handler/utils.d.ts +0 -5
  8. package/unstable-preview-types/-private/cache-handler/utils.d.ts.map +1 -1
  9. package/unstable-preview-types/-private/caches/identifier-cache.d.ts +7 -3
  10. package/unstable-preview-types/-private/caches/identifier-cache.d.ts.map +1 -1
  11. package/unstable-preview-types/-private/caches/instance-cache.d.ts +4 -1
  12. package/unstable-preview-types/-private/caches/instance-cache.d.ts.map +1 -1
  13. package/unstable-preview-types/-private/document.d.ts +23 -14
  14. package/unstable-preview-types/-private/document.d.ts.map +1 -1
  15. package/unstable-preview-types/-private/managers/record-array-manager.d.ts +7 -5
  16. package/unstable-preview-types/-private/managers/record-array-manager.d.ts.map +1 -1
  17. package/unstable-preview-types/-private/record-arrays/identifier-array.d.ts +3 -1
  18. package/unstable-preview-types/-private/record-arrays/identifier-array.d.ts.map +1 -1
  19. package/unstable-preview-types/-private/store-service.d.ts +1 -3
  20. package/unstable-preview-types/-private/store-service.d.ts.map +1 -1
  21. package/unstable-preview-types/-private.d.ts +2 -2
  22. package/unstable-preview-types/-private.d.ts.map +1 -1
  23. package/unstable-preview-types/-types/q/schema-service.d.ts +8 -0
  24. package/unstable-preview-types/-types/q/schema-service.d.ts.map +1 -1
  25. package/dist/many-array-uP6jS6_J.js.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, v as RelatedCollection, 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, w as log, x as logGroup, n as notifyArray, p as peekCache, r as recordIdentifierFor, m as removeRecordDataFor, t as setCacheFor, o as setRecordIdentifier, s as storeFor } from "./many-array-uP6jS6_J.js";
1
+ export { A as ARRAY_SIGNAL, C as CacheHandler, k as CollectionRecordArray, I as LiveArray, M as MUTATE, R as RecordArrayManager, w as RelatedCollection, l as SOURCE, S as Store, t as StoreMap, _ as _clearCaches, v as _deprecatingNormalize, h as coerceId, g as constructResource, j as ensureStringId, m as fastPush, f as isDocumentIdentifier, i as isStableIdentifier, x as log, y as logGroup, n as notifyArray, p as peekCache, r as recordIdentifierFor, o as removeRecordDataFor, u as setCacheFor, q as setRecordIdentifier, s as storeFor } from "./many-array-BwVo-2vv.js";
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export { C as CacheHandler, S as default, r as recordIdentifierFor, c as setIdentifierForgetMethod, a as setIdentifierGenerationMethod, d as setIdentifierResetMethod, b as setIdentifierUpdateMethod, e as setKeyInfoForResource, s as storeFor } from "./many-array-uP6jS6_J.js";
1
+ export { C as CacheHandler, S as default, r as recordIdentifierFor, c as setIdentifierForgetMethod, a as setIdentifierGenerationMethod, d as setIdentifierResetMethod, b as setIdentifierUpdateMethod, e as setKeyInfoForResource, s as storeFor } from "./many-array-BwVo-2vv.js";
2
2
  import '@ember/debug';
3
3
  import '@embroider/macros';
4
4
  import '@ember-data/request-utils/string';