@abstractdata/create-docs 0.2.3 → 0.2.4
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/bin/cli.js +1 -1
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -21,7 +21,7 @@ import { createInterface } from 'node:readline/promises';
|
|
|
21
21
|
// Auto-updated by `scripts/sync-theme-version.mjs` during the prepack
|
|
22
22
|
// step — DO NOT hand-edit. Reflects the version in
|
|
23
23
|
// `packages/starlight-theme/package.json` at publish time.
|
|
24
|
-
const THEME_VERSION = '^0.3.
|
|
24
|
+
const THEME_VERSION = '^0.3.5';
|
|
25
25
|
|
|
26
26
|
// ─── Paths ────────────────────────────────────────────────────────────
|
|
27
27
|
const __dirname = dirname(fileURLToPath(import.meta.url));
|
package/package.json
CHANGED