@ember-data-mirror/request 5.8.0-alpha.3 → 5.8.0-alpha.5

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ember-data-mirror/request",
3
3
  "description": "⚡️ A simple, small and fast framework-agnostic library to make `fetch` happen",
4
- "version": "5.8.0-alpha.3",
4
+ "version": "5.8.0-alpha.5",
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.18.1",
39
- "@warp-drive-mirror/core": "5.8.0-alpha.3"
39
+ "@warp-drive-mirror/core": "5.8.0-alpha.5"
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.8.0-alpha.3",
46
+ "@warp-drive/internal-config": "5.8.0-alpha.5",
47
47
  "vite": "^7.1.3"
48
48
  },
49
49
  "volta": {
@@ -422,7 +422,7 @@ declare module '@ember-data-mirror/request' {
422
422
  though the store will still register the CacheHandler.
423
423
 
424
424
  For usage of the store's `requestManager` via `store.request(<req>)` see the
425
- [Store](https://api.emberjs.com/ember-data/release/modules/@ember-data%2Fstore) documentation.
425
+ {@link Store} documentation.
426
426
 
427
427
  *
428
428
  * @module