@ember-data/legacy-compat 4.12.0-alpha.9 → 4.12.0-beta.11

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/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (C) 2017-2022 Ember.js contributors
3
+ Copyright (C) 2017-2023 Ember.js contributors
4
4
  Portions Copyright (C) 2011-2017 Tilde, Inc. and contributors.
5
5
  Portions Copyright (C) 2011 LivingSocial Inc.
6
6
 
package/addon/-private.js CHANGED
@@ -1 +1 @@
1
- export { S as SnapshotRecordArray } from "./snapshot-record-array-a4efeb60";
1
+ export { F as FetchManager, a as SaveOp, b as Snapshot, S as SnapshotRecordArray } from "./fetch-manager-69fdecd9";