@ember-data/store 5.4.0-alpha.61 → 5.4.0-alpha.64
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.
- package/addon/-private.js +1 -1
- package/addon/{cache-handler-Cm55UqNi.js → cache-handler-Dl0DS1Iq.js} +2 -0
- package/addon/cache-handler-Dl0DS1Iq.js.map +1 -0
- package/addon/index.js +1 -1
- package/package.json +9 -9
- package/unstable-preview-types/-private/store-service.d.ts +4 -1
- package/unstable-preview-types/-private/store-service.d.ts.map +1 -1
- package/addon/cache-handler-Cm55UqNi.js.map +0 -1
package/addon/-private.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { A as ARRAY_SIGNAL, b as AdapterPopulatedRecordArray, C as CacheHandler, I as IdentifierArray, M as MUTATE, I as RecordArray, R as RecordArrayManager, d as SOURCE, S as Store, j as StoreMap, _ as _clearCaches, l as _deprecatingNormalize, a as coerceId, c as constructResource, e as ensureStringId, f as fastPush, i as isStableIdentifier, n as notifyArray, p as peekCache, r as recordIdentifierFor, g as removeRecordDataFor, k as setCacheFor, h as setRecordIdentifier, s as storeFor } from "./cache-handler-
|
|
1
|
+
export { A as ARRAY_SIGNAL, b as AdapterPopulatedRecordArray, C as CacheHandler, I as IdentifierArray, M as MUTATE, I as RecordArray, R as RecordArrayManager, d as SOURCE, S as Store, j as StoreMap, _ as _clearCaches, l as _deprecatingNormalize, a as coerceId, c as constructResource, e as ensureStringId, f as fastPush, i as isStableIdentifier, n as notifyArray, p as peekCache, r as recordIdentifierFor, g as removeRecordDataFor, k as setCacheFor, h as setRecordIdentifier, s as storeFor } from "./cache-handler-Dl0DS1Iq";
|
|
@@ -3321,6 +3321,8 @@ function constructResource(type, id, lid) {
|
|
|
3321
3321
|
*/
|
|
3322
3322
|
// this import location is deprecated but breaks in 4.8 and older
|
|
3323
3323
|
|
|
3324
|
+
// `AwaitedKeys` is needed here to resolve any promise types like `PromiseBelongsTo`.
|
|
3325
|
+
|
|
3324
3326
|
/**
|
|
3325
3327
|
* Currently only records that extend object can be created via
|
|
3326
3328
|
* store.createRecord. This is a limitation of the current API,
|