create-zudo-doc 5.23.0 → 5.24.0
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/CHANGELOG.md +4 -0
- package/dist/scaffold.d.ts +1 -1
- package/dist/scaffold.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/scaffold.d.ts
CHANGED
|
@@ -31,5 +31,5 @@ export declare function deriveDocSkillName(projectName: string): string;
|
|
|
31
31
|
*
|
|
32
32
|
* Bumped in lockstep by scripts/release-create-zudo-doc.sh.
|
|
33
33
|
*/
|
|
34
|
-
export declare const ZUDO_DOC_PIN = "^5.
|
|
34
|
+
export declare const ZUDO_DOC_PIN = "^5.24.0";
|
|
35
35
|
export declare function scaffold(choices: UserChoices): Promise<void>;
|
package/dist/scaffold.js
CHANGED
|
@@ -47,7 +47,7 @@ export function deriveDocSkillName(projectName) {
|
|
|
47
47
|
*
|
|
48
48
|
* Bumped in lockstep by scripts/release-create-zudo-doc.sh.
|
|
49
49
|
*/
|
|
50
|
-
export const ZUDO_DOC_PIN = "^5.
|
|
50
|
+
export const ZUDO_DOC_PIN = "^5.24.0";
|
|
51
51
|
/**
|
|
52
52
|
* Files in `templates/base/**` that must not be copied by the unconditional
|
|
53
53
|
* base mirror. Each entry is matched against the path relative to
|
|
@@ -905,7 +905,7 @@ function generatePackageJson(choices, localePlan) {
|
|
|
905
905
|
// `/exclude` at module scope from the always-bundled chrome graph; #3110
|
|
906
906
|
// moved compileExclude into @takazudo/zudo-doc, so projects with both
|
|
907
907
|
// docHistory and assetViewer off no longer need the package at all.
|
|
908
|
-
deps["@takazudo/zudo-doc-history-server"] = "^5.
|
|
908
|
+
deps["@takazudo/zudo-doc-history-server"] = "^5.24.0";
|
|
909
909
|
// tsx is no longer needed here: the relocated package plugin imports the
|
|
910
910
|
// runner directly (no `tsx -e` spawn) since the package ships compiled
|
|
911
911
|
// dist/ — package-first migration #2321 (#2337).
|