@takazudo/zudo-doc 5.16.0 → 5.16.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/CHANGELOG.md +6 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@ All notable changes to `@takazudo/zudo-doc` are documented in this file.
|
|
|
4
4
|
|
|
5
5
|
The format is based on Keep a Changelog, and release notes are generated from the changelog MDX pages.
|
|
6
6
|
|
|
7
|
+
## [5.16.1] - 2026-09-02
|
|
8
|
+
|
|
9
|
+
### Other Changes
|
|
10
|
+
|
|
11
|
+
- Updated the zfb peer and development dependency family to 2.14.3. (`7e79f961a`)
|
|
12
|
+
|
|
7
13
|
## [5.16.0] - 2026-09-02
|
|
8
14
|
|
|
9
15
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takazudo/zudo-doc",
|
|
3
|
-
"version": "5.16.
|
|
3
|
+
"version": "5.16.1",
|
|
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",
|
|
@@ -668,9 +668,9 @@
|
|
|
668
668
|
],
|
|
669
669
|
"peerDependencies": {
|
|
670
670
|
"@takazudo/zdtp": "^0.4.14",
|
|
671
|
-
"@takazudo/zfb": "^2.14.
|
|
672
|
-
"@takazudo/zfb-md-wasm": "^2.14.
|
|
673
|
-
"@takazudo/zfb-runtime": "^2.14.
|
|
671
|
+
"@takazudo/zfb": "^2.14.3",
|
|
672
|
+
"@takazudo/zfb-md-wasm": "^2.14.3",
|
|
673
|
+
"@takazudo/zfb-runtime": "^2.14.3",
|
|
674
674
|
"@takazudo/zudo-doc-history-server": "^5.15.0",
|
|
675
675
|
"diff": "^8.0.0",
|
|
676
676
|
"katex": "^0.16.0",
|
|
@@ -706,9 +706,9 @@
|
|
|
706
706
|
"yaml": "^2.9.0"
|
|
707
707
|
},
|
|
708
708
|
"devDependencies": {
|
|
709
|
-
"@takazudo/zfb": "2.14.
|
|
710
|
-
"@takazudo/zfb-md-wasm": "2.14.
|
|
711
|
-
"@takazudo/zfb-runtime": "2.14.
|
|
709
|
+
"@takazudo/zfb": "2.14.3",
|
|
710
|
+
"@takazudo/zfb-md-wasm": "2.14.3",
|
|
711
|
+
"@takazudo/zfb-runtime": "2.14.3",
|
|
712
712
|
"@types/fs-extra": "^11.0.4",
|
|
713
713
|
"@types/minimist": "^1.2.5",
|
|
714
714
|
"@types/node": "^25.3.5",
|
|
@@ -720,7 +720,7 @@
|
|
|
720
720
|
"typescript": "^5.0.0",
|
|
721
721
|
"vitest": "^4.1.0",
|
|
722
722
|
"zod": "^4.3.6",
|
|
723
|
-
"@takazudo/zudo-doc-history-server": "5.16.
|
|
723
|
+
"@takazudo/zudo-doc-history-server": "5.16.1"
|
|
724
724
|
},
|
|
725
725
|
"scripts": {
|
|
726
726
|
"gen:search-widget-script": "node scripts/gen-search-widget-script.mjs",
|