@ember-data/request-utils 5.7.0-alpha.32 → 5.7.0-alpha.34
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 +4 -4
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ It's built for [*Ember***Data**](https://github.com/emberjs/data/) but useful mo
|
|
|
25
25
|
|
|
26
26
|
Install using your javascript package manager of choice. For instance with [pnpm](https://pnpm.io/)
|
|
27
27
|
|
|
28
|
-
```
|
|
28
|
+
```sh
|
|
29
29
|
pnpm add @ember-data/request-utils
|
|
30
30
|
```
|
|
31
31
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-data/request-utils",
|
|
3
3
|
"description": "Request Building Utilities for use with EmberData",
|
|
4
|
-
"version": "5.7.0-alpha.
|
|
4
|
+
"version": "5.7.0-alpha.34",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "Chris Thoburn <runspired@users.noreply.github.com>",
|
|
@@ -52,15 +52,15 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@embroider/macros": "^1.18.1",
|
|
55
|
-
"@warp-drive/core": "5.7.0-alpha.
|
|
56
|
-
"@warp-drive/utilities": "5.7.0-alpha.
|
|
55
|
+
"@warp-drive/core": "5.7.0-alpha.34",
|
|
56
|
+
"@warp-drive/utilities": "5.7.0-alpha.34"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@babel/core": "^7.28.0",
|
|
60
60
|
"@babel/plugin-transform-typescript": "^7.28.0",
|
|
61
61
|
"@babel/preset-env": "^7.28.0",
|
|
62
62
|
"@babel/preset-typescript": "^7.27.1",
|
|
63
|
-
"@warp-drive/internal-config": "5.7.0-alpha.
|
|
63
|
+
"@warp-drive/internal-config": "5.7.0-alpha.34",
|
|
64
64
|
"ember-source": "~6.6.0",
|
|
65
65
|
"ember-inflector": "6.0.0",
|
|
66
66
|
"typescript": "^5.9.2",
|