@takazudo/zudo-doc 0.2.19 → 0.2.20

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takazudo/zudo-doc",
3
- "version": "0.2.19",
3
+ "version": "0.2.20",
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",
@@ -166,8 +166,8 @@
166
166
  ],
167
167
  "peerDependencies": {
168
168
  "preact": "^10.29.1",
169
- "@takazudo/zfb": "^0.1.0-next.57",
170
- "@takazudo/zfb-runtime": "^0.1.0-next.57",
169
+ "@takazudo/zfb": "^0.1.0-next.58",
170
+ "@takazudo/zfb-runtime": "^0.1.0-next.58",
171
171
  "@takazudo/zudo-doc-history-server": "^0.2.15",
172
172
  "@takazudo/zdtp": "^0.2.3",
173
173
  "shiki": "^4.0.2"
@@ -195,8 +195,8 @@
195
195
  "tsup": "^8.0.0",
196
196
  "typescript": "^5.0.0",
197
197
  "vitest": "^4.1.0",
198
- "@takazudo/zfb": "0.1.0-next.57",
199
- "@takazudo/zfb-runtime": "0.1.0-next.57"
198
+ "@takazudo/zfb": "0.1.0-next.58",
199
+ "@takazudo/zfb-runtime": "0.1.0-next.58"
200
200
  },
201
201
  "scripts": {
202
202
  "build": "cross-env NODE_OPTIONS=--max-old-space-size=4096 tsup",