@ember-data/request-utils 5.8.0-alpha.29 → 5.8.0-alpha.30

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
@@ -1,20 +1,33 @@
1
- <p align="center">
1
+ <p align="center">
2
2
  <img
3
3
  class="project-logo"
4
- src="./logos/ember-data-logo-dark.svg#gh-dark-mode-only"
5
- alt="EmberData RequestUtils"
6
- width="240px"
7
- title="EmberData RequestUtils"
8
- />
9
- <img
10
- class="project-logo"
11
- src="./logos/ember-data-logo-light.svg#gh-light-mode-only"
12
- alt="EmberData RequestUtils"
13
- width="240px"
14
- title="EmberData RequestUtils"
4
+ src="./logos/logo-yellow-slab.svg"
5
+ alt="WarpDrive"
6
+ width="180px"
7
+ title="WarpDrive"
15
8
  />
16
9
  </p>
17
10
 
11
+ ![NPM Stable Version](https://img.shields.io/npm/v/ember-data/latest?label=version&style=flat&color=fdb155)
12
+ ![NPM Downloads](https://img.shields.io/npm/dm/ember-data.svg?style=flat&color=fdb155)
13
+ ![License](https://img.shields.io/github/license/warp-drive-data/warp-drive.svg?style=flat&color=fdb155)
14
+ [![EmberJS Discord Community Server](https://img.shields.io/badge/EmberJS-grey?logo=discord&logoColor=fdb155)](https://discord.gg/zT3asNS
15
+ )
16
+ [![WarpDrive Discord Server](https://img.shields.io/badge/WarpDrive-grey?logo=discord&logoColor=fdb155)](https://discord.gg/PHBbnWJx5S
17
+ )
18
+
19
+ <p align="center">
20
+ <br>
21
+ <a href="https://warp-drive.io">WarpDrive</a> is the lightweight data library for web apps &mdash;
22
+ <br>
23
+ universal, typed, reactive, and ready to scale.
24
+ <br/><br/>
25
+ </p>
26
+
27
+ ---
28
+
29
+ # @ember-data/request-utils
30
+
18
31
  <p align="center">Utilities for Requests</p>
19
32
 
20
33
  This package provides Simple utility function to assist in url building, query params, and other common request operations.
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.29",
4
+ "version": "5.8.0-alpha.30",
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.29",
56
- "@warp-drive/utilities": "5.8.0-alpha.29"
55
+ "@warp-drive/core": "5.8.0-alpha.30",
56
+ "@warp-drive/utilities": "5.8.0-alpha.30"
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.29",
63
+ "@warp-drive/internal-config": "5.8.0-alpha.30",
64
64
  "ember-source": "~6.6.0",
65
65
  "ember-inflector": "6.0.0",
66
66
  "typescript": "^5.9.2",
@@ -1,5 +1,5 @@
1
- /// <reference path="./handlers.d.ts" />
2
1
  /// <reference path="./deprecation-support.d.ts" />
2
+ /// <reference path="./handlers.d.ts" />
3
3
  /// <reference path="./string.d.ts" />
4
4
  declare module '@ember-data/request-utils' {
5
5
  import { type CacheControlValue, DefaultCachePolicy, parseCacheControl, type PolicyConfig } from "@warp-drive/core/store";