@ember-data/store 5.4.0-alpha.64 → 5.4.0-alpha.70

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 (71) hide show
  1. package/addon-main.cjs +5 -0
  2. package/dist/-private.js +1 -0
  3. package/{addon/cache-handler-Dl0DS1Iq.js → dist/cache-handler-BCWOzbbB.js} +954 -598
  4. package/dist/cache-handler-BCWOzbbB.js.map +1 -0
  5. package/dist/index.js +4 -0
  6. package/{addon → dist}/index.js.map +1 -1
  7. package/dist/types.js +0 -0
  8. package/dist/types.js.map +1 -0
  9. package/package.json +31 -43
  10. package/unstable-preview-types/-private/cache-handler.d.ts +7 -4
  11. package/unstable-preview-types/-private/cache-handler.d.ts.map +1 -1
  12. package/unstable-preview-types/-private/caches/cache-utils.d.ts +3 -3
  13. package/unstable-preview-types/-private/caches/cache-utils.d.ts.map +1 -1
  14. package/unstable-preview-types/-private/caches/identifier-cache.d.ts +1 -2
  15. package/unstable-preview-types/-private/caches/identifier-cache.d.ts.map +1 -1
  16. package/unstable-preview-types/-private/caches/instance-cache.d.ts +3 -5
  17. package/unstable-preview-types/-private/caches/instance-cache.d.ts.map +1 -1
  18. package/unstable-preview-types/-private/document.d.ts +7 -7
  19. package/unstable-preview-types/-private/document.d.ts.map +1 -1
  20. package/unstable-preview-types/-private/legacy-model-support/record-reference.d.ts +2 -2
  21. package/unstable-preview-types/-private/legacy-model-support/record-reference.d.ts.map +1 -1
  22. package/unstable-preview-types/-private/legacy-model-support/shim-model-class.d.ts +6 -6
  23. package/unstable-preview-types/-private/legacy-model-support/shim-model-class.d.ts.map +1 -1
  24. package/unstable-preview-types/-private/managers/cache-capabilities-manager.d.ts +5 -3
  25. package/unstable-preview-types/-private/managers/cache-capabilities-manager.d.ts.map +1 -1
  26. package/unstable-preview-types/-private/managers/cache-manager.d.ts +2 -3
  27. package/unstable-preview-types/-private/managers/cache-manager.d.ts.map +1 -1
  28. package/unstable-preview-types/-private/managers/notification-manager.d.ts +2 -4
  29. package/unstable-preview-types/-private/managers/notification-manager.d.ts.map +1 -1
  30. package/unstable-preview-types/-private/managers/record-array-manager.d.ts +5 -5
  31. package/unstable-preview-types/-private/managers/record-array-manager.d.ts.map +1 -1
  32. package/unstable-preview-types/-private/network/request-cache.d.ts +4 -4
  33. package/unstable-preview-types/-private/network/request-cache.d.ts.map +1 -1
  34. package/unstable-preview-types/-private/record-arrays/identifier-array.d.ts +22 -17
  35. package/unstable-preview-types/-private/record-arrays/identifier-array.d.ts.map +1 -1
  36. package/unstable-preview-types/-private/store-service.d.ts +158 -196
  37. package/unstable-preview-types/-private/store-service.d.ts.map +1 -1
  38. package/unstable-preview-types/-private/utils/coerce-id.d.ts +2 -2
  39. package/unstable-preview-types/-private/utils/coerce-id.d.ts.map +1 -1
  40. package/unstable-preview-types/-private/utils/construct-resource.d.ts +6 -7
  41. package/unstable-preview-types/-private/utils/construct-resource.d.ts.map +1 -1
  42. package/unstable-preview-types/-private/utils/is-non-empty-string.d.ts +1 -1
  43. package/unstable-preview-types/-private/utils/is-non-empty-string.d.ts.map +1 -1
  44. package/unstable-preview-types/-private/utils/normalize-model-name.d.ts +1 -1
  45. package/unstable-preview-types/-private/utils/normalize-model-name.d.ts.map +1 -1
  46. package/unstable-preview-types/-private.d.ts +12 -8
  47. package/unstable-preview-types/-private.d.ts.map +1 -1
  48. package/unstable-preview-types/-types/q/{cache-store-wrapper.d.ts → cache-capabilities-manager.d.ts} +8 -6
  49. package/unstable-preview-types/-types/q/cache-capabilities-manager.d.ts.map +1 -0
  50. package/unstable-preview-types/-types/q/ds-model.d.ts +15 -5
  51. package/unstable-preview-types/-types/q/ds-model.d.ts.map +1 -1
  52. package/unstable-preview-types/-types/q/identifier.d.ts +0 -2
  53. package/unstable-preview-types/-types/q/identifier.d.ts.map +1 -1
  54. package/unstable-preview-types/-types/q/record-data-json-api.d.ts +1 -1
  55. package/unstable-preview-types/-types/q/record-data-json-api.d.ts.map +1 -1
  56. package/unstable-preview-types/-types/q/schema-service.d.ts +164 -29
  57. package/unstable-preview-types/-types/q/schema-service.d.ts.map +1 -1
  58. package/unstable-preview-types/index.d.ts +26 -27
  59. package/unstable-preview-types/index.d.ts.map +1 -1
  60. package/unstable-preview-types/types.d.ts +7 -0
  61. package/unstable-preview-types/types.d.ts.map +1 -0
  62. package/addon/-private.js +0 -1
  63. package/addon/cache-handler-Dl0DS1Iq.js.map +0 -1
  64. package/addon/index.js +0 -1
  65. package/addon-main.js +0 -94
  66. package/unstable-preview-types/-private/utils/identifier-debug-consts.d.ts +0 -7
  67. package/unstable-preview-types/-private/utils/identifier-debug-consts.d.ts.map +0 -1
  68. package/unstable-preview-types/-types/q/cache-store-wrapper.d.ts.map +0 -1
  69. package/unstable-preview-types/-types/q/cache.d.ts +0 -47
  70. package/unstable-preview-types/-types/q/cache.d.ts.map +0 -1
  71. /package/{addon → dist}/-private.js.map +0 -0
package/addon-main.cjs ADDED
@@ -0,0 +1,5 @@
1
+ 'use strict';
2
+
3
+ const { addonShim } = require('@warp-drive/build-config/addon-shim.cjs');
4
+
5
+ module.exports = addonShim(__dirname);
@@ -0,0 +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-BCWOzbbB";