@ember-data/request-utils 5.8.0-alpha.9 → 5.8.0-beta.1

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -19,7 +19,7 @@
19
19
 
20
20
  This package provides Simple utility function to assist in url building, query params, and other common request operations.
21
21
 
22
- It's built for [*Ember***Data**](https://github.com/emberjs/data/) but useful more broadly if you're looking for lightweight functions to assist in working with urls and query params.
22
+ It's built for [*Ember***Data**](https://github.com/warp-drive-data/warp-drive/) but useful more broadly if you're looking for lightweight functions to assist in working with urls and query params.
23
23
 
24
24
  ## Installation
25
25
 
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.8.0-alpha.9",
4
+ "version": "5.8.0-beta.1",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "author": "Chris Thoburn <runspired@users.noreply.github.com>",
@@ -52,15 +52,15 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@embroider/macros": "^1.18.1",
55
- "@warp-drive/core": "5.8.0-alpha.9",
56
- "@warp-drive/utilities": "5.8.0-alpha.9"
55
+ "@warp-drive/core": "5.8.0-beta.0",
56
+ "@warp-drive/utilities": "5.8.0-beta.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@babel/core": "^7.28.3",
60
60
  "@babel/plugin-transform-typescript": "^7.28.0",
61
61
  "@babel/preset-env": "^7.28.3",
62
62
  "@babel/preset-typescript": "^7.27.1",
63
- "@warp-drive/internal-config": "5.8.0-alpha.9",
63
+ "@warp-drive/internal-config": "5.8.0-beta.0",
64
64
  "ember-source": "~6.6.0",
65
65
  "ember-inflector": "6.0.0",
66
66
  "typescript": "^5.9.2",