@arkstack/view 0.12.8 → 0.12.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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arkstack/view",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.10",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "View module for Arkstack, providing template rendering and view integration utilities.",
|
|
6
6
|
"homepage": "https://arkstack.toneflix.net/guide/views",
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"edge.js": "^6.5.0",
|
|
36
|
-
"@arkstack/contract": "^0.12.
|
|
36
|
+
"@arkstack/contract": "^0.12.10"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@h3ravel/musket": "^0.10.1",
|
|
40
|
-
"clear-router": "^2.8.
|
|
41
|
-
"@arkstack/common": "^0.12.
|
|
42
|
-
"@arkstack/foundry": "^0.12.
|
|
40
|
+
"clear-router": "^2.8.6",
|
|
41
|
+
"@arkstack/common": "^0.12.10",
|
|
42
|
+
"@arkstack/foundry": "^0.12.10"
|
|
43
43
|
},
|
|
44
44
|
"peerDependenciesMeta": {
|
|
45
45
|
"@h3ravel/musket": {
|