create-zudo-doc 5.5.1 → 5.5.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.
@@ -32,5 +32,5 @@ export declare function deriveDocSkillName(projectName: string): string;
32
32
  *
33
33
  * Bumped in lockstep by scripts/release-create-zudo-doc.sh.
34
34
  */
35
- export declare const ZUDO_DOC_PIN = "^5.5.1";
35
+ export declare const ZUDO_DOC_PIN = "^5.5.2";
36
36
  export declare function scaffold(choices: UserChoices): Promise<void>;
package/dist/scaffold.js CHANGED
@@ -43,7 +43,7 @@ export function deriveDocSkillName(projectName) {
43
43
  *
44
44
  * Bumped in lockstep by scripts/release-create-zudo-doc.sh.
45
45
  */
46
- export const ZUDO_DOC_PIN = "^5.5.1";
46
+ export const ZUDO_DOC_PIN = "^5.5.2";
47
47
  /**
48
48
  * Files in `templates/base/**` that must not be copied by the unconditional
49
49
  * base mirror. Each entry is matched against the path relative to
@@ -737,7 +737,7 @@ function generatePackageJson(choices) {
737
737
  // `/exclude` at module scope from the always-bundled chrome graph; #3110
738
738
  // moved compileExclude into @takazudo/zudo-doc, so docHistory-OFF projects
739
739
  // no longer need the package at all.
740
- deps["@takazudo/zudo-doc-history-server"] = "^5.5.1";
740
+ deps["@takazudo/zudo-doc-history-server"] = "^5.5.2";
741
741
  // tsx is no longer needed here: the relocated package plugin imports the
742
742
  // runner directly (no `tsx -e` spawn) since the package ships compiled
743
743
  // dist/ — package-first migration #2321 (#2337).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-zudo-doc",
3
- "version": "5.5.1",
3
+ "version": "5.5.2",
4
4
  "description": "Create a new zudo-doc documentation site",
5
5
  "license": "MIT",
6
6
  "author": "Takeshi Takatsudo",