create-astro 4.11.0-beta.0 → 4.11.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -442,7 +442,7 @@ function printHelp({
442
442
  if (headline) {
443
443
  message.push(
444
444
  linebreak(),
445
- `${title(commandName)} ${color.green(`v${"4.11.0-beta.0"}`)} ${headline}`
445
+ `${title(commandName)} ${color.green(`v${"4.11.0"}`)} ${headline}`
446
446
  );
447
447
  }
448
448
  if (usage) {
@@ -518,7 +518,7 @@ async function getContext(argv) {
518
518
  prompt,
519
519
  packageManager,
520
520
  username: getName(),
521
- version: getVersion(packageManager, "astro", "5.0.0-beta.7"),
521
+ version: getVersion(packageManager, "astro", "5.0.0"),
522
522
  skipHouston,
523
523
  fancy,
524
524
  add,
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "create-astro",
3
- "version": "4.11.0-beta.0",
3
+ "version": "4.11.0",
4
4
  "type": "module",
5
5
  "author": "withastro",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "https://github.com/withastro/astro.git",
9
+ "url": "git+https://github.com/withastro/astro.git",
10
10
  "directory": "packages/create-astro"
11
11
  },
12
12
  "bugs": "https://github.com/withastro/astro/issues",
@@ -34,7 +34,7 @@
34
34
  "astro-scripts": "0.0.14"
35
35
  },
36
36
  "engines": {
37
- "node": "^18.17.1 || ^20.3.0 || >=21.0.0"
37
+ "node": "^18.17.1 || ^20.3.0 || >=22.0.0"
38
38
  },
39
39
  "publishConfig": {
40
40
  "provenance": true