@warp-drive-mirror/json-api 5.9.0-alpha.1 → 5.9.0-alpha.10
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 +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
# @warp-drive-mirror/json-api
|
|
20
20
|
|
|
21
|
-
A {json:api} Cache Implementation for ***Warp*Drive**.
|
|
21
|
+
A [{json:api}](https://jsonapi.org) Cache Implementation for ***Warp*Drive**.
|
|
22
22
|
|
|
23
23
|
`{json:api}` excels at simplifying common complex problems around cache consistency and information density, especially in regards to relational or polymorphic data.
|
|
24
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-drive-mirror/json-api",
|
|
3
|
-
"version": "5.9.0-alpha.
|
|
3
|
+
"version": "5.9.0-alpha.10",
|
|
4
4
|
"description": "A {json:api} Cache Implementation for WarpDrive",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@warp-drive-mirror/core": "5.9.0-alpha.
|
|
43
|
+
"@warp-drive-mirror/core": "5.9.0-alpha.10"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@embroider/macros": "^1.
|
|
46
|
+
"@embroider/macros": "^1.19.6",
|
|
47
47
|
"json-to-ast": "2.1.0",
|
|
48
48
|
"fuse.js": "7.1.0"
|
|
49
49
|
},
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
"@babel/plugin-transform-typescript": "^7.28.0",
|
|
53
53
|
"@babel/preset-typescript": "^7.27.1",
|
|
54
54
|
"@types/json-to-ast": "^2.1.4",
|
|
55
|
-
"@warp-drive/internal-config": "5.9.0-alpha.
|
|
56
|
-
"@warp-drive-mirror/core": "5.9.0-alpha.
|
|
55
|
+
"@warp-drive/internal-config": "5.9.0-alpha.10",
|
|
56
|
+
"@warp-drive-mirror/core": "5.9.0-alpha.10",
|
|
57
57
|
"decorator-transforms": "^2.3.0",
|
|
58
58
|
"expect-type": "^1.2.2",
|
|
59
|
-
"typescript": "^5.9.
|
|
60
|
-
"vite": "^7.1
|
|
59
|
+
"typescript": "^5.9.3",
|
|
60
|
+
"vite": "^7.3.1"
|
|
61
61
|
},
|
|
62
62
|
"volta": {
|
|
63
63
|
"extends": "../../../../../../package.json"
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"edition": "octane"
|
|
72
72
|
},
|
|
73
73
|
"scripts": {
|
|
74
|
-
"build:pkg": "vite build
|
|
74
|
+
"build:pkg": "vite build",
|
|
75
75
|
"lint": "eslint . --quiet --cache --cache-strategy=content",
|
|
76
76
|
"sync": "echo \"syncing\"",
|
|
77
77
|
"start": "vite"
|