@ember-data/request-utils 5.8.0-alpha.40 → 5.8.0-alpha.41
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 +6 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -30,6 +30,12 @@
|
|
|
30
30
|
|
|
31
31
|
<p align="center">Utilities for Requests</p>
|
|
32
32
|
|
|
33
|
+
> [!WARNING]
|
|
34
|
+
> **⚠️ This package only exists for backwards compatibility**
|
|
35
|
+
>
|
|
36
|
+
> Newer apps should use [@warp-drive/utilities](https://warp-drive.io/api/@warp-drive/utilities/)
|
|
37
|
+
|
|
38
|
+
|
|
33
39
|
This package provides Simple utility function to assist in url building, query params, and other common request operations.
|
|
34
40
|
|
|
35
41
|
It's built for [*Ember***Data**](https://github.com/warp-drive-data/warp-drive/) but useful more broadly if you're looking for lightweight functions to assist in working with urls and query params.
|
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.8.0-alpha.
|
|
4
|
+
"version": "5.8.0-alpha.41",
|
|
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.8.0-alpha.
|
|
56
|
-
"@warp-drive/utilities": "5.8.0-alpha.
|
|
55
|
+
"@warp-drive/core": "5.8.0-alpha.41",
|
|
56
|
+
"@warp-drive/utilities": "5.8.0-alpha.41"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@babel/core": "^7.28.3",
|
|
60
60
|
"@babel/plugin-transform-typescript": "^7.28.0",
|
|
61
61
|
"@babel/preset-env": "^7.28.3",
|
|
62
62
|
"@babel/preset-typescript": "^7.27.1",
|
|
63
|
-
"@warp-drive/internal-config": "5.8.0-alpha.
|
|
63
|
+
"@warp-drive/internal-config": "5.8.0-alpha.41",
|
|
64
64
|
"ember-source": "~6.6.0",
|
|
65
65
|
"ember-inflector": "6.0.0",
|
|
66
66
|
"typescript": "^5.9.2",
|