ember-data-model-fragments 7.0.2 → 8.0.0

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.
@@ -1,11 +0,0 @@
1
- // Import the full module to ensure monkey-patches are applied before any store
2
- // instances are created. Sad face for side-effects :(
3
- import 'ember-data-model-fragments';
4
- import 'ember-data-model-fragments/ext';
5
-
6
- export default {
7
- name: 'fragmentTransform',
8
- after: 'ember-data',
9
-
10
- initialize() {},
11
- };
package/record-data.d.ts DELETED
@@ -1,4 +0,0 @@
1
- // eslint-disable-next-line ember/use-ember-data-rfc-395-imports
2
- import { RecordData } from 'ember-data/-private';
3
-
4
- export default class FragmentRecordData extends RecordData {}