create-zudo-doc 0.2.0-next.1 → 0.2.0-next.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/dist/scaffold.js +2 -2
- package/package.json +1 -1
package/dist/scaffold.js
CHANGED
|
@@ -251,7 +251,7 @@ function generatePackageJson(choices) {
|
|
|
251
251
|
// .github/workflows/publish-zudo-doc.yml. The pin here is bumped in
|
|
252
252
|
// lockstep by scripts/release-create-zudo-doc.sh whenever zudo-doc's
|
|
253
253
|
// version moves, so a fresh scaffold pulls the version we just published.
|
|
254
|
-
"@takazudo/zudo-doc": "^0.2.0-next.
|
|
254
|
+
"@takazudo/zudo-doc": "^0.2.0-next.2",
|
|
255
255
|
// zod — used by the generated zfb.config.ts. zfb-config-gen emits
|
|
256
256
|
// `import { z } from "zod"` for the content-collection schema +
|
|
257
257
|
// `z.toJSONSchema(...)` conversion. Without this dep, the consumer
|
|
@@ -309,7 +309,7 @@ function generatePackageJson(choices) {
|
|
|
309
309
|
// @takazudo/zudo-doc/integrations/doc-history which in turn imports
|
|
310
310
|
// @takazudo/zudo-doc-history-server/git-history. Without this dep the
|
|
311
311
|
// plugin host fails at init with ERR_MODULE_NOT_FOUND — W8A (#1739).
|
|
312
|
-
deps["@takazudo/zudo-doc-history-server"] = "^0.2.0-next.
|
|
312
|
+
deps["@takazudo/zudo-doc-history-server"] = "^0.2.0-next.2";
|
|
313
313
|
// W7A (#1736): doc-history-plugin.mjs spawns `tsx -e <inline-script>` to
|
|
314
314
|
// run the v2 runtime in a TS-aware Node subprocess; without tsx the
|
|
315
315
|
// plugin's preBuild step exits with ENOENT before zfb finishes config
|