create-astro 4.8.4-alpha.0 → 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 +2 -2
  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.4-alpha.0"}`)} ${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", "5.0.0-alpha.0"),
543
+ version: getVersion(packageManager, "astro", "4.14.3"),
544
544
  skipHouston,
545
545
  fancy,
546
546
  dryRun,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-astro",
3
- "version": "4.8.4-alpha.0",
3
+ "version": "4.8.4",
4
4
  "type": "module",
5
5
  "author": "withastro",
6
6
  "license": "MIT",