@takazudo/zudo-doc 0.2.0-next.8 → 0.2.0

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takazudo/zudo-doc",
3
- "version": "0.2.0-next.8",
3
+ "version": "0.2.0",
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",
@@ -163,7 +163,7 @@
163
163
  "@takazudo/zfb": "^0.1.0-next.35",
164
164
  "@takazudo/zfb-runtime": "^0.1.0-next.35",
165
165
  "@takazudo/zdtp": "^0.2.0-next.2",
166
- "@takazudo/zudo-doc-history-server": "^0.2.0-next.8"
166
+ "@takazudo/zudo-doc-history-server": "^0.2.0"
167
167
  },
168
168
  "peerDependenciesMeta": {
169
169
  "@takazudo/zudo-doc-history-server": {
@@ -183,7 +183,7 @@
183
183
  "preact-render-to-string": "^6.6.6",
184
184
  "tsup": "^8.0.0",
185
185
  "typescript": "^5.0.0",
186
- "vitest": "^3.0.0",
186
+ "vitest": "^4.1.0",
187
187
  "@takazudo/zfb": "0.1.0-next.35",
188
188
  "@takazudo/zfb-runtime": "0.1.0-next.35"
189
189
  },