@ember-data/request-utils 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
@@ -25,7 +25,7 @@ It's built for [*Ember***Data**](https://github.com/emberjs/data/) but useful mo
25
25
 
26
26
  Install using your javascript package manager of choice. For instance with [pnpm](https://pnpm.io/)
27
27
 
28
- ```no-highlight
28
+ ```sh
29
29
  pnpm add @ember-data/request-utils
30
30
  ```
31
31
 
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.7.0-alpha.9",
4
+ "version": "5.7.0-beta.0",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "author": "Chris Thoburn <runspired@users.noreply.github.com>",
@@ -51,20 +51,20 @@
51
51
  }
52
52
  },
53
53
  "dependencies": {
54
- "@embroider/macros": "^1.16.12",
55
- "@warp-drive/core": "5.7.0-alpha.9",
56
- "@warp-drive/utilities": "5.7.0-alpha.9"
54
+ "@embroider/macros": "^1.18.1",
55
+ "@warp-drive/core": "5.7.0-beta.0",
56
+ "@warp-drive/utilities": "5.7.0-beta.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@babel/core": "^7.26.10",
60
- "@babel/plugin-transform-typescript": "^7.27.0",
61
- "@babel/preset-env": "^7.26.9",
62
- "@babel/preset-typescript": "^7.27.0",
63
- "@warp-drive/internal-config": "5.7.0-alpha.9",
64
- "ember-source": "~6.3.0",
59
+ "@babel/core": "^7.28.3",
60
+ "@babel/plugin-transform-typescript": "^7.28.0",
61
+ "@babel/preset-env": "^7.28.3",
62
+ "@babel/preset-typescript": "^7.27.1",
63
+ "@warp-drive/internal-config": "5.7.0-beta.0",
64
+ "ember-source": "~6.6.0",
65
65
  "ember-inflector": "6.0.0",
66
- "typescript": "^5.8.3",
67
- "vite": "^7.0.0"
66
+ "typescript": "^5.9.2",
67
+ "vite": "^7.1.3"
68
68
  },
69
69
  "ember": {
70
70
  "edition": "octane"
@@ -1,6 +1,6 @@
1
- /// <reference path="./deprecation-support.d.ts" />
2
- /// <reference path="./handlers.d.ts" />
3
1
  /// <reference path="./string.d.ts" />
2
+ /// <reference path="./handlers.d.ts" />
3
+ /// <reference path="./deprecation-support.d.ts" />
4
4
  declare module '@ember-data/request-utils' {
5
5
  import { type CacheControlValue, DefaultCachePolicy, parseCacheControl, type PolicyConfig } from "@warp-drive/core/store";
6
6
  export * from "@warp-drive/utilities";