@ember-data/store 5.4.0-alpha.113 → 5.4.0-alpha.115

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/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 "./handler-CET_Ja8V.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-DwYqXLCv.js";
@@ -5396,7 +5396,7 @@ if (macroCondition(getGlobalConfig().WarpDrive.deprecations.ENABLE_LEGACY_SCHEMA
5396
5396
  })(this._schema) : {};
5397
5397
  deprecate(`Use \`store.schema\` instead of \`store.getSchemaDefinitionService()\``, false, {
5398
5398
  id: 'ember-data:schema-service-updates',
5399
- until: '5.0',
5399
+ until: '6.0',
5400
5400
  for: 'ember-data',
5401
5401
  since: {
5402
5402
  available: '5.4',
@@ -5408,7 +5408,7 @@ if (macroCondition(getGlobalConfig().WarpDrive.deprecations.ENABLE_LEGACY_SCHEMA
5408
5408
  Store.prototype.registerSchemaDefinitionService = function (schema) {
5409
5409
  deprecate(`Use \`store.createSchemaService\` instead of \`store.registerSchemaDefinitionService()\``, false, {
5410
5410
  id: 'ember-data:schema-service-updates',
5411
- until: '5.0',
5411
+ until: '6.0',
5412
5412
  for: 'ember-data',
5413
5413
  since: {
5414
5414
  available: '5.4',
@@ -5420,7 +5420,7 @@ if (macroCondition(getGlobalConfig().WarpDrive.deprecations.ENABLE_LEGACY_SCHEMA
5420
5420
  Store.prototype.registerSchema = function (schema) {
5421
5421
  deprecate(`Use \`store.createSchemaService\` instead of \`store.registerSchema()\``, false, {
5422
5422
  id: 'ember-data:schema-service-updates',
5423
- until: '5.0',
5423
+ until: '6.0',
5424
5424
  for: 'ember-data',
5425
5425
  since: {
5426
5426
  available: '5.4',