@warp-drive-mirror/json-api 5.9.0-beta.3 → 5.9.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.
- package/CHANGELOG.md +25 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @warp-drive-mirror/json-api changelog
|
|
2
2
|
|
|
3
|
+
## v5.9.0 (2026-09-05)
|
|
4
|
+
|
|
5
|
+
#### :memo: Documentation
|
|
6
|
+
|
|
7
|
+
* [#10471](https://github.com/warp-drive-data/warp-drive/pull/10471) [docs] Ensure consistent legacy package warnings ([@gitKrystan](https://github.com/gitKrystan))
|
|
8
|
+
|
|
9
|
+
#### :bug: Bug Fix
|
|
10
|
+
|
|
11
|
+
* [#10458](https://github.com/warp-drive-data/warp-drive/pull/10458) fix: bump build dependencies ([@runspired](https://github.com/runspired))
|
|
12
|
+
|
|
13
|
+
#### :house: Internal
|
|
14
|
+
|
|
15
|
+
* [#10948](https://github.com/warp-drive-data/warp-drive/pull/10948) chore(types): move all remaining packages to TypeScript 7 for check:types ([@runspired](https://github.com/runspired))
|
|
16
|
+
* [#10928](https://github.com/warp-drive-data/warp-drive/pull/10928) chore: bump pnpm to 12.0.0, replace Volta with mise ([@runspired](https://github.com/runspired))
|
|
17
|
+
* [#10729](https://github.com/warp-drive-data/warp-drive/pull/10729) fix: invoke tsdown directly via node to avoid racy bin-shim resolution ([@runspired](https://github.com/runspired))
|
|
18
|
+
* [#10696](https://github.com/warp-drive-data/warp-drive/pull/10696) chore(types): drop redundant tsconfig paths, keep references editor-only ([@runspired](https://github.com/runspired))
|
|
19
|
+
* [#10684](https://github.com/warp-drive-data/warp-drive/pull/10684) feat: migrate @ember-data-mirror/json-api's build to rolldown via tsdown ([@runspired](https://github.com/runspired))
|
|
20
|
+
* [#10643](https://github.com/warp-drive-data/warp-drive/pull/10643) feat: migrate @warp-drive-mirror/core's build to rolldown via tsdown ([@runspired](https://github.com/runspired))
|
|
21
|
+
* [#10459](https://github.com/warp-drive-data/warp-drive/pull/10459) chore: tweak install ([@runspired](https://github.com/runspired))
|
|
22
|
+
|
|
23
|
+
#### Committers: (2)
|
|
24
|
+
|
|
25
|
+
Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
|
|
26
|
+
Chris Thoburn ([@runspired](https://github.com/runspired))
|
|
27
|
+
|
|
3
28
|
## v5.8.0 (2025-10-07)
|
|
4
29
|
|
|
5
30
|
#### :house: Internal
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-drive-mirror/json-api",
|
|
3
|
-
"version": "5.9.
|
|
3
|
+
"version": "5.9.1",
|
|
4
4
|
"description": "A {json:api} Cache Implementation for WarpDrive",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@warp-drive-mirror/core": "5.9.
|
|
42
|
+
"@warp-drive-mirror/core": "5.9.1"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@embroider/macros": "^1.20.6",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"@babel/plugin-transform-typescript": "^7.29.7",
|
|
52
52
|
"@babel/preset-typescript": "^7.29.7",
|
|
53
53
|
"@types/json-to-ast": "^2.1.4",
|
|
54
|
-
"@warp-drive-mirror/core": "5.9.
|
|
55
|
-
"@warp-drive/internal-config": "5.9.
|
|
54
|
+
"@warp-drive-mirror/core": "5.9.1",
|
|
55
|
+
"@warp-drive/internal-config": "5.9.1",
|
|
56
56
|
"decorator-transforms": "^2.4.0",
|
|
57
57
|
"expect-type": "^1.4.0",
|
|
58
58
|
"tsdown": "^0.22.14",
|