@ember-data-mirror/request 5.7.0-alpha.9 → 5.7.0-beta.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 CHANGED
@@ -38,7 +38,7 @@ This package provides [*Ember***Data**](https://github.com/emberjs/data/)'s `Req
38
38
 
39
39
  Install using your javascript package manager of choice. For instance with [pnpm](https://pnpm.io/)
40
40
 
41
- ```no-highlight
41
+ ```sh
42
42
  pnpm add @ember-data-mirror/request
43
43
  ```
44
44
 
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.7.0-alpha.9",
4
+ "version": "5.7.0-beta.0",
5
5
  "license": "MIT",
6
6
  "author": "Chris Thoburn <runspired@users.noreply.github.com>",
7
7
  "repository": {
@@ -35,16 +35,16 @@
35
35
  },
36
36
  "peerDependencies": {},
37
37
  "dependencies": {
38
- "@embroider/macros": "^1.16.12",
39
- "@warp-drive-mirror/core": "5.7.0-alpha.9"
38
+ "@embroider/macros": "^1.18.1",
39
+ "@warp-drive-mirror/core": "5.7.0-beta.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@babel/core": "^7.26.10",
43
- "@babel/plugin-transform-typescript": "^7.27.0",
44
- "@babel/preset-env": "^7.26.9",
45
- "@babel/preset-typescript": "^7.27.0",
46
- "@warp-drive/internal-config": "5.7.0-alpha.9",
47
- "vite": "^7.0.0"
42
+ "@babel/core": "^7.28.3",
43
+ "@babel/plugin-transform-typescript": "^7.28.0",
44
+ "@babel/preset-env": "^7.28.3",
45
+ "@babel/preset-typescript": "^7.27.1",
46
+ "@warp-drive/internal-config": "5.7.0-beta.0",
47
+ "vite": "^7.1.3"
48
48
  },
49
49
  "volta": {
50
50
  "extends": "../../../../../../package.json"
@@ -37,7 +37,7 @@ declare module '@ember-data-mirror/request' {
37
37
 
38
38
  Install using your javascript package manager of choice. For instance with [pnpm](https://pnpm.io/)
39
39
 
40
- ```no-highlight
40
+ ```sh
41
41
  pnpm add @ember-data-mirror/request
42
42
  ```
43
43