@takazudo/zudo-doc 2.2.1 → 2.2.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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takazudo/zudo-doc",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "zudo-doc framework primitives layer that sits on top of zfb's engine — sidebar, theme, TOC, breadcrumb, layouts, head injection, View Transitions, SSR-skip wrappers (per ADR-003).",
|
|
6
6
|
"license": "MIT",
|
|
@@ -528,9 +528,9 @@
|
|
|
528
528
|
],
|
|
529
529
|
"peerDependencies": {
|
|
530
530
|
"preact": "^10.29.1",
|
|
531
|
-
"@takazudo/zfb": "^0.1.0-next.
|
|
532
|
-
"@takazudo/zfb-runtime": "^0.1.0-next.
|
|
533
|
-
"@takazudo/zudo-doc-history-server": "^2.1
|
|
531
|
+
"@takazudo/zfb": "^0.1.0-next.74",
|
|
532
|
+
"@takazudo/zfb-runtime": "^0.1.0-next.74",
|
|
533
|
+
"@takazudo/zudo-doc-history-server": "^2.2.1",
|
|
534
534
|
"@takazudo/zdtp": "^0.4.2",
|
|
535
535
|
"shiki": "^4.0.2",
|
|
536
536
|
"zod": "^4.3.6",
|
|
@@ -572,8 +572,8 @@
|
|
|
572
572
|
"typescript": "^5.0.0",
|
|
573
573
|
"vitest": "^4.1.0",
|
|
574
574
|
"zod": "^4.3.6",
|
|
575
|
-
"@takazudo/zfb": "0.1.0-next.
|
|
576
|
-
"@takazudo/zfb-runtime": "0.1.0-next.
|
|
575
|
+
"@takazudo/zfb": "0.1.0-next.74",
|
|
576
|
+
"@takazudo/zfb-runtime": "0.1.0-next.74"
|
|
577
577
|
},
|
|
578
578
|
"scripts": {
|
|
579
579
|
"build": "tsup && tsc -p tsconfig.build.json",
|