create-astro 4.5.1 → 4.5.2

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/LICENSE CHANGED
@@ -20,7 +20,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
  SOFTWARE.
22
22
 
23
-
24
23
  """
25
24
  This license applies to parts of the `packages/create-astro` and `packages/astro` subdirectories originating from the https://github.com/sveltejs/kit repository:
26
25
 
@@ -33,7 +32,6 @@ The above copyright notice and this permission notice shall be included in all c
33
32
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
34
33
  """
35
34
 
36
-
37
35
  """
38
36
  This license applies to parts of the `packages/create-astro` and `packages/astro` subdirectories originating from the https://github.com/vitejs/vite repository:
39
37
 
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"}`)} ${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",
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",