@c9up/helix-plugin-ream 0.1.1 → 0.1.2
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c9up/helix-plugin-ream",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Helix plugin for Ream — boots a Ream app under test and injects a TestClient on the test context",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@c9up/helix": "^0.
|
|
21
|
-
"@c9up/ream": "^0.
|
|
20
|
+
"@c9up/helix": "^0.2.0",
|
|
21
|
+
"@c9up/ream": "^0.2.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@biomejs/biome": "^2.4.10",
|
|
25
|
-
"@c9up/helix": "^0.
|
|
26
|
-
"@c9up/ream": "^0.
|
|
25
|
+
"@c9up/helix": "^0.2.0",
|
|
26
|
+
"@c9up/ream": "^0.2.0",
|
|
27
27
|
"@types/node": "^22.19.15",
|
|
28
28
|
"tsx": "^4",
|
|
29
29
|
"typescript": "^6.0.2",
|