create-zudo-doc 4.4.7 → 4.4.8
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.d.ts +1 -1
- package/dist/scaffold.js +2 -2
- package/package.json +1 -1
package/dist/scaffold.d.ts
CHANGED
|
@@ -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.
|
|
21
|
+
export declare const ZUDO_DOC_PIN = "^4.4.8";
|
|
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.
|
|
27
|
+
export const ZUDO_DOC_PIN = "^4.4.8";
|
|
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
|
|
@@ -646,7 +646,7 @@ function generatePackageJson(choices) {
|
|
|
646
646
|
// version (parity-guarded — INTERNAL_PINNED_PACKAGES in
|
|
647
647
|
// scripts/check-pin-parity.mjs). docHistory-ON projects additionally need
|
|
648
648
|
// npm-run-all2 for the two-process dev script — see the docHistory block below.
|
|
649
|
-
"@takazudo/zudo-doc-history-server": "^4.4.
|
|
649
|
+
"@takazudo/zudo-doc-history-server": "^4.4.8",
|
|
650
650
|
};
|
|
651
651
|
const devDeps = {
|
|
652
652
|
"@tailwindcss/vite": "^4.2.0",
|