create-astro 4.5.1 → 4.5.2-beta.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 +2 -2
package/dist/index.js CHANGED
@@ -384,7 +384,7 @@ function printHelp({
384
384
  if (headline) {
385
385
  message.push(
386
386
  linebreak(),
387
- `${title(commandName)} ${color.green(`v${"4.5.1"}`)} ${headline}`
387
+ `${title(commandName)} ${color.green(`v${"4.5.2-beta.0"}`)} ${headline}`
388
388
  );
389
389
  }
390
390
  if (usage) {
@@ -1154,7 +1154,7 @@ var exit = () => process.exit(0);
1154
1154
  process.on("SIGINT", exit);
1155
1155
  process.on("SIGTERM", exit);
1156
1156
  async function main() {
1157
- console.clear();
1157
+ console.log("");
1158
1158
  const cleanArgv = process.argv.slice(2).filter((arg2) => arg2 !== "--");
1159
1159
  const ctx = await getContext(cleanArgv);
1160
1160
  if (ctx.help) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-astro",
3
- "version": "4.5.1",
3
+ "version": "4.5.2-beta.0",
4
4
  "type": "module",
5
5
  "author": "withastro",
6
6
  "license": "MIT",
@@ -26,7 +26,7 @@
26
26
  "//b": "DEPENDENCIES IS FOR UNBUNDLED PACKAGES",
27
27
  "dependencies": {
28
28
  "@astrojs/cli-kit": "^0.3.1",
29
- "giget": "1.1.2"
29
+ "giget": "1.1.3"
30
30
  },
31
31
  "devDependencies": {
32
32
  "arg": "^5.0.2",