@ember-data/model 5.9.0-alpha.2 → 5.9.0-alpha.20
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/README.md +5 -0
- package/package.json +8 -9
package/README.md
CHANGED
|
@@ -28,6 +28,11 @@
|
|
|
28
28
|
|
|
29
29
|
# @ember-data/model
|
|
30
30
|
|
|
31
|
+
> [!WARNING]
|
|
32
|
+
> **⚠️ This is a legacy package** not recommended for new applications.
|
|
33
|
+
>
|
|
34
|
+
> Use schema objects from [@warp-drive/core](https://warp-drive.io/api/@warp-drive/core/) instead.
|
|
35
|
+
|
|
31
36
|
Runtime classes for use as a source of ResourceSchema and as a ReactiveResource for older "legacy" EmberData/WarpDrive configurations.
|
|
32
37
|
|
|
33
38
|
If using more recent versions of WarpDrive, install this via [@warp-drive/legacy](https://www.npmjs.com/package/@warp-drive/legacy) instead.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-data/model",
|
|
3
|
-
"version": "5.9.0-alpha.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "5.9.0-alpha.20",
|
|
4
|
+
"description": "(Legacy) Ember implementation of a resource presentation layer for use with @ember-data/store",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
7
7
|
],
|
|
@@ -41,23 +41,22 @@
|
|
|
41
41
|
"types": "./unstable-preview-types/index.d.ts"
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
|
-
"peerDependencies": {},
|
|
45
44
|
"dependencies": {
|
|
46
45
|
"@ember/edition-utils": "^1.2.0",
|
|
47
|
-
"@embroider/macros": "^1.
|
|
46
|
+
"@embroider/macros": "^1.20.6",
|
|
47
|
+
"@warp-drive/core": "5.9.0-alpha.20",
|
|
48
|
+
"@warp-drive/legacy": "5.9.0-alpha.20",
|
|
49
|
+
"@warp-drive/utilities": "5.9.0-alpha.20",
|
|
48
50
|
"ember-cli-string-utils": "^1.1.0",
|
|
49
51
|
"ember-cli-test-info": "^1.0.0",
|
|
50
|
-
"inflection": "~3.0.2"
|
|
51
|
-
"@warp-drive/core": "5.9.0-alpha.2",
|
|
52
|
-
"@warp-drive/legacy": "5.9.0-alpha.2",
|
|
53
|
-
"@warp-drive/utilities": "5.9.0-alpha.2"
|
|
52
|
+
"inflection": "~3.0.2"
|
|
54
53
|
},
|
|
55
54
|
"devDependencies": {
|
|
56
55
|
"@babel/core": "^7.28.3",
|
|
57
56
|
"@babel/plugin-transform-typescript": "^7.28.0",
|
|
58
57
|
"@babel/preset-env": "^7.28.3",
|
|
59
58
|
"@babel/preset-typescript": "^7.27.1",
|
|
60
|
-
"@warp-drive/internal-config": "5.9.0-alpha.
|
|
59
|
+
"@warp-drive/internal-config": "5.9.0-alpha.20",
|
|
61
60
|
"expect-type": "^1.2.2",
|
|
62
61
|
"typescript": "^5.9.3",
|
|
63
62
|
"vite": "^7.3.1"
|