@ember-data-mirror/rest 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 +1 -1
- package/package.json +10 -10
- package/unstable-preview-types/request.d.ts +1 -1
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ This package provides utilities for working with **REST**ful APIs with [*Ember**
|
|
|
23
23
|
|
|
24
24
|
Install using your javascript package manager of choice. For instance with [pnpm](https://pnpm.io/)
|
|
25
25
|
|
|
26
|
-
```
|
|
26
|
+
```sh
|
|
27
27
|
pnpm add @ember-data-mirror/rest
|
|
28
28
|
```
|
|
29
29
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-data-mirror/rest",
|
|
3
3
|
"description": "REST Format Support for EmberData",
|
|
4
|
-
"version": "5.7.0
|
|
4
|
+
"version": "5.7.0",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "Chris Thoburn <runspired@users.noreply.github.com>",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"extends": "../../../../../../package.json"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@embroider/macros": "^1.
|
|
23
|
-
"@warp-drive-mirror/core": "5.7.0
|
|
24
|
-
"@warp-drive-mirror/utilities": "5.7.0
|
|
22
|
+
"@embroider/macros": "^1.18.1",
|
|
23
|
+
"@warp-drive-mirror/core": "5.7.0",
|
|
24
|
+
"@warp-drive-mirror/utilities": "5.7.0"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {},
|
|
27
27
|
"files": [
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"version": 2
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@babel/core": "^7.
|
|
50
|
-
"@babel/plugin-transform-typescript": "^7.
|
|
51
|
-
"@babel/preset-env": "^7.
|
|
52
|
-
"@babel/preset-typescript": "^7.27.
|
|
53
|
-
"@warp-drive/internal-config": "5.7.0
|
|
54
|
-
"vite": "^7.
|
|
49
|
+
"@babel/core": "^7.28.3",
|
|
50
|
+
"@babel/plugin-transform-typescript": "^7.28.0",
|
|
51
|
+
"@babel/preset-env": "^7.28.3",
|
|
52
|
+
"@babel/preset-typescript": "^7.27.1",
|
|
53
|
+
"@warp-drive/internal-config": "5.7.0",
|
|
54
|
+
"vite": "^7.1.3"
|
|
55
55
|
},
|
|
56
56
|
"ember": {
|
|
57
57
|
"edition": "octane"
|