@ember-data/legacy-compat 5.4.0-alpha.123 → 5.4.0-alpha.124

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ember-data/legacy-compat",
3
3
  "description": "Compatibility Shims for Older EmberData",
4
- "version": "5.4.0-alpha.123",
4
+ "version": "5.4.0-alpha.124",
5
5
  "license": "MIT",
6
6
  "author": "Chris Thoburn <runspired@users.noreply.github.com>",
7
7
  "repository": {
@@ -37,11 +37,6 @@
37
37
  "default": "./dist/*.js"
38
38
  }
39
39
  },
40
- "scripts": {
41
- "lint": "eslint . --quiet --cache --cache-strategy=content",
42
- "build:pkg": "vite build;",
43
- "sync-hardlinks": "bun run sync-dependencies-meta-injected"
44
- },
45
40
  "ember-addon": {
46
41
  "main": "addon-main.cjs",
47
42
  "type": "addon",
@@ -117,5 +112,10 @@
117
112
  },
118
113
  "ember": {
119
114
  "edition": "octane"
115
+ },
116
+ "scripts": {
117
+ "lint": "eslint . --quiet --cache --cache-strategy=content",
118
+ "build:pkg": "vite build;",
119
+ "sync-hardlinks": "bun run sync-dependencies-meta-injected"
120
120
  }
121
- }
121
+ }
@@ -1,21 +1,21 @@
1
1
  /// <reference path="./builders.d.ts" />
2
2
  /// <reference path="./utils.d.ts" />
3
3
  /// <reference path="./-private.d.ts" />
4
- /// <reference path="./builders/save-record.d.ts" />
5
4
  /// <reference path="./builders/find-record.d.ts" />
6
- /// <reference path="./builders/utils.d.ts" />
7
5
  /// <reference path="./builders/query.d.ts" />
6
+ /// <reference path="./builders/utils.d.ts" />
7
+ /// <reference path="./builders/save-record.d.ts" />
8
8
  /// <reference path="./builders/find-all.d.ts" />
9
- /// <reference path="./legacy-network-handler/snapshot-record-array.d.ts" />
10
- /// <reference path="./legacy-network-handler/minimum-serializer-interface.d.ts" />
11
- /// <reference path="./legacy-network-handler/serializer-response.d.ts" />
9
+ /// <reference path="./legacy-network-handler/legacy-data-fetch.d.ts" />
12
10
  /// <reference path="./legacy-network-handler/fetch-manager.d.ts" />
13
- /// <reference path="./legacy-network-handler/snapshot.d.ts" />
14
- /// <reference path="./legacy-network-handler/legacy-data-utils.d.ts" />
15
11
  /// <reference path="./legacy-network-handler/minimum-adapter-interface.d.ts" />
12
+ /// <reference path="./legacy-network-handler/minimum-serializer-interface.d.ts" />
13
+ /// <reference path="./legacy-network-handler/snapshot.d.ts" />
16
14
  /// <reference path="./legacy-network-handler/legacy-network-handler.d.ts" />
17
- /// <reference path="./legacy-network-handler/legacy-data-fetch.d.ts" />
15
+ /// <reference path="./legacy-network-handler/serializer-response.d.ts" />
16
+ /// <reference path="./legacy-network-handler/snapshot-record-array.d.ts" />
18
17
  /// <reference path="./legacy-network-handler/identifier-has-id.d.ts" />
18
+ /// <reference path="./legacy-network-handler/legacy-data-utils.d.ts" />
19
19
  declare module '@ember-data/legacy-compat' {
20
20
  import type Store from '@ember-data/store';
21
21
  import type { ObjectValue } from '@warp-drive/core-types/json/raw';