create-zudo-doc 4.4.9 → 4.4.10

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.
@@ -18,5 +18,5 @@ export { getSecondaryLang };
18
18
  *
19
19
  * Bumped in lockstep by scripts/release-create-zudo-doc.sh.
20
20
  */
21
- export declare const ZUDO_DOC_PIN = "^4.4.9";
21
+ export declare const ZUDO_DOC_PIN = "^4.4.10";
22
22
  export declare function scaffold(choices: UserChoices): Promise<void>;
package/dist/scaffold.js CHANGED
@@ -24,7 +24,7 @@ export { getSecondaryLang };
24
24
  *
25
25
  * Bumped in lockstep by scripts/release-create-zudo-doc.sh.
26
26
  */
27
- export const ZUDO_DOC_PIN = "^4.4.9";
27
+ export const ZUDO_DOC_PIN = "^4.4.10";
28
28
  /**
29
29
  * Files in `templates/base/**` that must not be copied by the unconditional
30
30
  * base mirror. Each entry is matched against the path relative to
@@ -672,7 +672,7 @@ function generatePackageJson(choices) {
672
672
  // `/exclude` at module scope from the always-bundled chrome graph; #3110
673
673
  // moved compileExclude into @takazudo/zudo-doc, so docHistory-OFF projects
674
674
  // no longer need the package at all.
675
- deps["@takazudo/zudo-doc-history-server"] = "^4.4.9";
675
+ deps["@takazudo/zudo-doc-history-server"] = "^4.4.10";
676
676
  // tsx is no longer needed here: the relocated package plugin imports the
677
677
  // runner directly (no `tsx -e` spawn) since the package ships compiled
678
678
  // dist/ — package-first migration #2321 (#2337).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-zudo-doc",
3
- "version": "4.4.9",
3
+ "version": "4.4.10",
4
4
  "description": "Create a new zudo-doc documentation site",
5
5
  "license": "MIT",
6
6
  "author": "Takeshi Takatsudo",