@ember-data-mirror/serializer 5.8.0-alpha.9 → 5.8.0-beta.1
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 +3 -3
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
> **Caution** ⚠️ **This is LEGACY documentation** for a feature that is no longer encouraged to be used.
|
|
21
21
|
> If starting a new app or thinking of implementing a new serializer, consider writing a [Handler](https://api.emberjs.com/ember-data/release/classes/%3CInterface%3E%20Handler)
|
|
22
|
-
> instead to be used with the [RequestManager](https://github.com/
|
|
22
|
+
> instead to be used with the [RequestManager](https://github.com/warp-drive-data/warp-drive/tree/main/packages/request#readme)
|
|
23
23
|
|
|
24
24
|
## Installation
|
|
25
25
|
|
|
@@ -45,10 +45,10 @@ pnpm add @ember-data-mirror/serializer
|
|
|
45
45
|
If using `ember-data` no additional setup is necesssary.
|
|
46
46
|
|
|
47
47
|
> **Note**
|
|
48
|
-
> When using [ember-data](https://github.com/
|
|
48
|
+
> When using [ember-data](https://github.com/warp-drive-data/warp-drive/blob/main/packages/-ember-data) the below
|
|
49
49
|
> configuration is handled for you automatically.
|
|
50
50
|
|
|
51
|
-
To use legacy serializers you will need to have installed and configured the LegacyNetworkHandler from [@ember-data-mirror/legacy-compat](https://github.com/
|
|
51
|
+
To use legacy serializers you will need to have installed and configured the LegacyNetworkHandler from [@ember-data-mirror/legacy-compat](https://github.com/warp-drive-data/warp-drive/blob/main/packages/-ember-data)
|
|
52
52
|
|
|
53
53
|
```sh
|
|
54
54
|
pnpm add @ember-data-mirror/legacy-compat
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-data-mirror/serializer",
|
|
3
|
-
"version": "5.8.0-
|
|
3
|
+
"version": "5.8.0-beta.1",
|
|
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"
|
|
@@ -48,16 +48,16 @@
|
|
|
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.8.0-
|
|
52
|
-
"@warp-drive-mirror/utilities": "5.8.0-
|
|
53
|
-
"@warp-drive-mirror/legacy": "5.8.0-
|
|
51
|
+
"@warp-drive-mirror/core": "5.8.0-beta.0",
|
|
52
|
+
"@warp-drive-mirror/utilities": "5.8.0-beta.0",
|
|
53
|
+
"@warp-drive-mirror/legacy": "5.8.0-beta.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@babel/core": "^7.28.3",
|
|
57
57
|
"@babel/plugin-transform-typescript": "^7.28.0",
|
|
58
58
|
"@babel/preset-env": "^7.28.3",
|
|
59
59
|
"@babel/preset-typescript": "^7.27.1",
|
|
60
|
-
"@warp-drive/internal-config": "5.8.0-
|
|
60
|
+
"@warp-drive/internal-config": "5.8.0-beta.0",
|
|
61
61
|
"typescript": "^5.9.2",
|
|
62
62
|
"vite": "^7.1.3"
|
|
63
63
|
},
|