@ubean/vue 0.2.0 → 0.2.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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ubean/vue",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Lean Vue client kernel & page-routing owner for ubean — plugin-first page routing outlet, page cache (keep-alive), transitions, reload signal, definePage macro + file-routing Vite plugin (/vite: multi-dir scan, reuse routes, markdown & page-head opt-in). Runtime deps: vue + vue-router only.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
"@types/node": "^26.2.0",
|
|
36
36
|
"@unhead/vue": "^3.3.2",
|
|
37
37
|
"@vue/server-renderer": "^3.5.41",
|
|
38
|
-
"happy-dom": "^20.11.
|
|
38
|
+
"happy-dom": "^20.11.6",
|
|
39
39
|
"typescript": "7.0.2",
|
|
40
40
|
"vite": "npm:@voidzero-dev/vite-plus-core@0.2.9",
|
|
41
41
|
"vite-plus": "0.2.9",
|
|
42
|
-
"vitest": "4.1.
|
|
43
|
-
"@ubean/markdown": "0.2.
|
|
42
|
+
"vitest": "4.1.11",
|
|
43
|
+
"@ubean/markdown": "0.2.1"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"@ubean/markdown": ">=0.1.0",
|