@ember-data-mirror/serializer 5.7.0-alpha.9 → 5.7.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.
- package/README.md +2 -2
- package/package.json +12 -12
- package/unstable-preview-types/index.d.ts +1 -1
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is currently installed when installing `ember-data`.
|
|
|
27
27
|
|
|
28
28
|
If installing `@ember-data/` packages individually install using your javascript package manager of choice. For instance with [pnpm](https://pnpm.io/)
|
|
29
29
|
|
|
30
|
-
```
|
|
30
|
+
```sh
|
|
31
31
|
pnpm add @ember-data-mirror/serializer
|
|
32
32
|
```
|
|
33
33
|
|
|
@@ -50,7 +50,7 @@ If using `ember-data` no additional setup is necesssary.
|
|
|
50
50
|
|
|
51
51
|
To use legacy serializers you will need to have installed and configured the LegacyNetworkHandler from [@ember-data-mirror/legacy-compat](https://github.com/emberjs/data/blob/main/packages/-ember-data)
|
|
52
52
|
|
|
53
|
-
```
|
|
53
|
+
```sh
|
|
54
54
|
pnpm add @ember-data-mirror/legacy-compat
|
|
55
55
|
```
|
|
56
56
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-data-mirror/serializer",
|
|
3
|
-
"version": "5.7.0
|
|
3
|
+
"version": "5.7.0",
|
|
4
4
|
"description": "Provides Legacy JSON, JSON:API and REST Implementations of the Serializer Interface for use with @ember-data-mirror/store",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -43,23 +43,23 @@
|
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@embroider/macros": "^1.
|
|
46
|
+
"@embroider/macros": "^1.18.1",
|
|
47
47
|
"ember-cli-test-info": "^1.0.0",
|
|
48
48
|
"ember-cli-string-utils": "^1.1.0",
|
|
49
49
|
"ember-cli-path-utils": "^1.0.0",
|
|
50
50
|
"@ember/edition-utils": "1.2.0",
|
|
51
|
-
"@warp-drive-mirror/core": "5.7.0
|
|
52
|
-
"@warp-drive-mirror/utilities": "5.7.0
|
|
53
|
-
"@warp-drive-mirror/legacy": "5.7.0
|
|
51
|
+
"@warp-drive-mirror/core": "5.7.0",
|
|
52
|
+
"@warp-drive-mirror/utilities": "5.7.0",
|
|
53
|
+
"@warp-drive-mirror/legacy": "5.7.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@babel/core": "^7.
|
|
57
|
-
"@babel/plugin-transform-typescript": "^7.
|
|
58
|
-
"@babel/preset-env": "^7.
|
|
59
|
-
"@babel/preset-typescript": "^7.27.
|
|
60
|
-
"@warp-drive/internal-config": "5.7.0
|
|
61
|
-
"typescript": "^5.
|
|
62
|
-
"vite": "^7.
|
|
56
|
+
"@babel/core": "^7.28.3",
|
|
57
|
+
"@babel/plugin-transform-typescript": "^7.28.0",
|
|
58
|
+
"@babel/preset-env": "^7.28.3",
|
|
59
|
+
"@babel/preset-typescript": "^7.27.1",
|
|
60
|
+
"@warp-drive/internal-config": "5.7.0",
|
|
61
|
+
"typescript": "^5.9.2",
|
|
62
|
+
"vite": "^7.1.3"
|
|
63
63
|
},
|
|
64
64
|
"volta": {
|
|
65
65
|
"extends": "../../../../../../package.json"
|