create-astro 4.8.3 → 4.8.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.
Files changed (2) hide show
  1. package/dist/index.js +4 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -463,7 +463,7 @@ function printHelp({
463
463
  if (headline) {
464
464
  message.push(
465
465
  linebreak(),
466
- `${title(commandName)} ${color.green(`v${"4.8.3"}`)} ${headline}`
466
+ `${title(commandName)} ${color.green(`v${"4.8.4"}`)} ${headline}`
467
467
  );
468
468
  }
469
469
  if (usage) {
@@ -540,7 +540,7 @@ async function getContext(argv) {
540
540
  prompt,
541
541
  packageManager,
542
542
  username: getName(),
543
- version: getVersion(packageManager, "astro", "4.14.2"),
543
+ version: getVersion(packageManager, "astro", "4.14.3"),
544
544
  skipHouston,
545
545
  fancy,
546
546
  dryRun,
@@ -672,7 +672,7 @@ async function init({ cwd }) {
672
672
  [
673
673
  "commit",
674
674
  "-m",
675
- "Initial commit from Astro",
675
+ '"Initial commit from Astro"',
676
676
  '--author="houston[bot] <astrobot-houston@users.noreply.github.com>"'
677
677
  ],
678
678
  { cwd, stdio: "ignore" }
@@ -1140,7 +1140,7 @@ var FILES_TO_UPDATE2 = {
1140
1140
  parsedPackageJson.scripts.build = `astro check && ${buildScript}`;
1141
1141
  }
1142
1142
  const [astroCheckVersion, typescriptVersion] = await Promise.all([
1143
- getVersion(options.ctx.packageManager, "@astrojs/check", "0.9.2"),
1143
+ getVersion(options.ctx.packageManager, "@astrojs/check", "0.9.3"),
1144
1144
  getVersion(options.ctx.packageManager, "typescript", "5.5.4")
1145
1145
  ]);
1146
1146
  parsedPackageJson.dependencies ??= {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-astro",
3
- "version": "4.8.3",
3
+ "version": "4.8.4",
4
4
  "type": "module",
5
5
  "author": "withastro",
6
6
  "license": "MIT",