@ember-data-mirror/request 5.5.0-alpha.23 → 5.5.0-alpha.24

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.5.0-alpha.23",
4
+ "version": "5.5.0-alpha.24",
5
5
  "license": "MIT",
6
6
  "author": "Chris Thoburn <runspired@users.noreply.github.com>",
7
7
  "repository": {
@@ -34,12 +34,12 @@
34
34
  }
35
35
  },
36
36
  "peerDependencies": {
37
- "@warp-drive-mirror/core-types": "5.5.0-alpha.23",
37
+ "@warp-drive-mirror/core-types": "5.5.0-alpha.24",
38
38
  "@ember/test-waiters": "^3.1.0 || ^4.0.0"
39
39
  },
40
40
  "dependencies": {
41
41
  "@embroider/macros": "^1.16.12",
42
- "@warp-drive-mirror/build-config": "5.5.0-alpha.23"
42
+ "@warp-drive-mirror/build-config": "5.5.0-alpha.24"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@babel/core": "^7.26.10",
@@ -47,8 +47,8 @@
47
47
  "@babel/preset-env": "^7.26.9",
48
48
  "@babel/preset-typescript": "^7.27.0",
49
49
  "@glimmer/component": "^2.0.0",
50
- "@warp-drive-mirror/core-types": "5.5.0-alpha.23",
51
- "@warp-drive/internal-config": "5.5.0-alpha.23",
50
+ "@warp-drive-mirror/core-types": "5.5.0-alpha.24",
51
+ "@warp-drive/internal-config": "5.5.0-alpha.24",
52
52
  "@ember/test-waiters": "^4.1.0",
53
53
  "ember-source": "~6.3.0",
54
54
  "vite": "^5.4.15"
@@ -42,7 +42,7 @@ declare module '@ember-data-mirror/request/-private/types' {
42
42
  * Cancel this request by firing the AbortController's signal.
43
43
  *
44
44
  * @method abort
45
- * @param {string} [reason] optional reason for aborting the request
45
+ * @param {String} [reason] optional reason for aborting the request
46
46
  * @public
47
47
  * @return {void}
48
48
  */
@@ -79,7 +79,7 @@ declare module '@ember-data-mirror/request/-private/types' {
79
79
  * by the RequestManager
80
80
  *
81
81
  * @property id
82
- * @type {number}
82
+ * @type {Number}
83
83
  * @public
84
84
  */
85
85
  id: number;