@takazudo/zudo-doc 0.2.15 → 0.2.17
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takazudo/zudo-doc",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.17",
|
|
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",
|
|
@@ -165,11 +165,11 @@
|
|
|
165
165
|
],
|
|
166
166
|
"peerDependencies": {
|
|
167
167
|
"preact": "^10.29.1",
|
|
168
|
-
"@takazudo/zfb": "^0.1.0-next.
|
|
169
|
-
"@takazudo/zfb-runtime": "^0.1.0-next.
|
|
168
|
+
"@takazudo/zfb": "^0.1.0-next.55",
|
|
169
|
+
"@takazudo/zfb-runtime": "^0.1.0-next.55",
|
|
170
|
+
"@takazudo/zudo-doc-history-server": "^0.2.15",
|
|
170
171
|
"@takazudo/zdtp": "^0.2.3",
|
|
171
|
-
"shiki": "^4.0.2"
|
|
172
|
-
"@takazudo/zudo-doc-history-server": "^0.2.15"
|
|
172
|
+
"shiki": "^4.0.2"
|
|
173
173
|
},
|
|
174
174
|
"peerDependenciesMeta": {
|
|
175
175
|
"@takazudo/zudo-doc-history-server": {
|
|
@@ -194,8 +194,8 @@
|
|
|
194
194
|
"tsup": "^8.0.0",
|
|
195
195
|
"typescript": "^5.0.0",
|
|
196
196
|
"vitest": "^4.1.0",
|
|
197
|
-
"@takazudo/zfb": "0.1.0-next.
|
|
198
|
-
"@takazudo/zfb-runtime": "0.1.0-next.
|
|
197
|
+
"@takazudo/zfb": "0.1.0-next.55",
|
|
198
|
+
"@takazudo/zfb-runtime": "0.1.0-next.55"
|
|
199
199
|
},
|
|
200
200
|
"scripts": {
|
|
201
201
|
"build": "cross-env NODE_OPTIONS=--max-old-space-size=4096 tsup",
|