create-nextly-app 0.0.2-alpha.35 → 0.0.2-alpha.37

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/dist/cli.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  import { createRequire } from 'module';
3
- import { __commonJS, __require, __toESM, init, resolveProjectArg, validateProjectName, capture, createNextly, shutdown } from './chunk-C5CWOU22.mjs';
3
+ import { __commonJS, __require, __toESM, init, resolveProjectArg, validateProjectName, capture, createNextly, shutdown } from './chunk-XV4JJVHS.mjs';
4
4
 
5
5
  createRequire(import.meta.url);
6
6
 
@@ -3434,7 +3434,7 @@ var require_package = __commonJS({
3434
3434
  "package.json"(exports$1, module) {
3435
3435
  module.exports = {
3436
3436
  name: "create-nextly-app",
3437
- version: "0.0.2-alpha.35",
3437
+ version: "0.0.2-alpha.37",
3438
3438
  description: "CLI to scaffold Nextly in your Next.js project",
3439
3439
  license: "MIT",
3440
3440
  type: "module",
@@ -3473,7 +3473,7 @@ var require_package = __commonJS({
3473
3473
  "fs-extra": "^11.3.0",
3474
3474
  ora: "^9.0.0",
3475
3475
  picocolors: "^1.1.1",
3476
- tar: "^7.4.0"
3476
+ tar: "^7.5.19"
3477
3477
  },
3478
3478
  devDependencies: {
3479
3479
  "@nextlyhq/eslint-config": "workspace:*",
@@ -3482,13 +3482,13 @@ var require_package = __commonJS({
3482
3482
  "@types/fs-extra": "^11.0.4",
3483
3483
  "@types/node": "^20.19.17",
3484
3484
  "@types/tar": "^6.1.13",
3485
- "@vitest/coverage-v8": "^4.0.8",
3486
- "@vitest/ui": "^4.0.8",
3485
+ "@vitest/coverage-v8": "^4.1.0",
3486
+ "@vitest/ui": "^4.1.0",
3487
3487
  eslint: "^9.39.1",
3488
3488
  tsup: "^8.5.0",
3489
3489
  typescript: "^5.9.3",
3490
3490
  "vite-tsconfig-paths": "^5.1.4",
3491
- vitest: "^4.0.8"
3491
+ vitest: "^4.1.0"
3492
3492
  },
3493
3493
  engines: {
3494
3494
  node: ">=20.0.0"