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