create-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.
- package/dist/scaffold.js +5 -5
- package/package.json +1 -1
package/dist/scaffold.js
CHANGED
|
@@ -448,11 +448,11 @@ function generatePackageJson(choices) {
|
|
|
448
448
|
// stability, multi-valued response headers (e.g. multiple Set-Cookie),
|
|
449
449
|
// supplementary-plane CJK reading-time, plus CLI/server/runtime hardening
|
|
450
450
|
// and render perf passes. No consumer-facing / CLI breaking change.
|
|
451
|
-
"@takazudo/zfb": "0.1.0-next.
|
|
452
|
-
"@takazudo/zfb-runtime": "0.1.0-next.
|
|
451
|
+
"@takazudo/zfb": "0.1.0-next.58",
|
|
452
|
+
"@takazudo/zfb-runtime": "0.1.0-next.58",
|
|
453
453
|
// zfb-adapter-cloudflare — required for any route with `prerender = false`.
|
|
454
454
|
// Pinned in lockstep with @takazudo/zfb.
|
|
455
|
-
"@takazudo/zfb-adapter-cloudflare": "0.1.0-next.
|
|
455
|
+
"@takazudo/zfb-adapter-cloudflare": "0.1.0-next.58",
|
|
456
456
|
// @takazudo/zudo-doc — published from this monorepo via
|
|
457
457
|
// .github/workflows/publish-zudo-doc.yml. The pin here is bumped in
|
|
458
458
|
// lockstep by scripts/release-create-zudo-doc.sh whenever zudo-doc's
|
|
@@ -464,7 +464,7 @@ function generatePackageJson(choices) {
|
|
|
464
464
|
// ties this pin to packages/zudo-doc's version, so the lockstep release
|
|
465
465
|
// bumps both together; do not cut a create-zudo-doc release until the
|
|
466
466
|
// matching @takazudo/zudo-doc version (with content.css) is on npm.
|
|
467
|
-
"@takazudo/zudo-doc": "^0.2.
|
|
467
|
+
"@takazudo/zudo-doc": "^0.2.20",
|
|
468
468
|
// zod — used by the generated zfb.config.ts. zfb-config-gen emits
|
|
469
469
|
// `import { z } from "zod"` for the content-collection schema +
|
|
470
470
|
// `z.toJSONSchema(...)` conversion. Without this dep, the consumer
|
|
@@ -518,7 +518,7 @@ function generatePackageJson(choices) {
|
|
|
518
518
|
// @takazudo/zudo-doc/integrations/doc-history which in turn imports
|
|
519
519
|
// @takazudo/zudo-doc-history-server/git-history. Without this dep the
|
|
520
520
|
// plugin host fails at init with ERR_MODULE_NOT_FOUND — W8A (#1739).
|
|
521
|
-
deps["@takazudo/zudo-doc-history-server"] = "^0.2.
|
|
521
|
+
deps["@takazudo/zudo-doc-history-server"] = "^0.2.20";
|
|
522
522
|
// W7A (#1736): doc-history-plugin.mjs spawns `tsx -e <inline-script>` to
|
|
523
523
|
// run the v2 runtime in a TS-aware Node subprocess; without tsx the
|
|
524
524
|
// plugin's preBuild step exits with ENOENT before zfb finishes config
|