@ember-data-mirror/request 5.9.0-alpha.7 → 5.9.0-alpha.9

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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -28,6 +28,11 @@
28
28
 
29
29
  # @ember-data-mirror/request
30
30
 
31
+ > [!WARNING]
32
+ > **⚠️ This package only exists for backwards compatibility**
33
+ >
34
+ > Newer apps should use [@warp-drive-mirror/core](https://warp-drive.io/api/@warp-drive-mirror/core/)
35
+
31
36
  <p align="center">⚡️ a simple abstraction over fetch to enable easy management of request/response flows</p>
32
37
 
33
38
  This package provides [*Ember***Data**](https://github.com/warp-drive-data/warp-drive/)'s `RequestManager`, a framework agnostic library that can be integrated with any Javascript application to make [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) happen.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ember-data-mirror/request",
3
- "description": "⚡️ A simple, small and fast framework-agnostic library to make `fetch` happen",
4
- "version": "5.9.0-alpha.7",
3
+ "description": "(Legacy) A simple, small and fast framework-agnostic library to make `fetch` happen",
4
+ "version": "5.9.0-alpha.9",
5
5
  "license": "MIT",
6
6
  "author": "Chris Thoburn <runspired@users.noreply.github.com>",
7
7
  "repository": {
@@ -36,14 +36,14 @@
36
36
  "peerDependencies": {},
37
37
  "dependencies": {
38
38
  "@embroider/macros": "^1.19.6",
39
- "@warp-drive-mirror/core": "5.9.0-alpha.7"
39
+ "@warp-drive-mirror/core": "5.9.0-alpha.9"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@babel/core": "^7.28.3",
43
43
  "@babel/plugin-transform-typescript": "^7.28.0",
44
44
  "@babel/preset-env": "^7.28.3",
45
45
  "@babel/preset-typescript": "^7.27.1",
46
- "@warp-drive/internal-config": "5.9.0-alpha.7",
46
+ "@warp-drive/internal-config": "5.9.0-alpha.9",
47
47
  "vite": "^7.3.1"
48
48
  },
49
49
  "volta": {