create-nextly-app 0.0.2-alpha.34 → 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/{chunk-C5CWOU22.mjs → chunk-XV4JJVHS.mjs} +1201 -1044
- package/dist/chunk-XV4JJVHS.mjs.map +1 -0
- package/dist/cli.cjs +1274 -1117
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.mjs +8 -8
- package/dist/cli.mjs.map +1 -1
- package/dist/index.cjs +1330 -1173
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +10 -10
- package/dist/chunk-C5CWOU22.mjs.map +0 -1
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-
|
|
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.
|
|
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,22 +3473,22 @@ 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.
|
|
3476
|
+
tar: "^7.5.19"
|
|
3477
3477
|
},
|
|
3478
3478
|
devDependencies: {
|
|
3479
3479
|
"@nextlyhq/eslint-config": "workspace:*",
|
|
3480
3480
|
"@nextlyhq/telemetry": "workspace:*",
|
|
3481
3481
|
"@nextlyhq/tsconfig": "workspace:*",
|
|
3482
3482
|
"@types/fs-extra": "^11.0.4",
|
|
3483
|
-
"@types/tar": "^6.1.13",
|
|
3484
3483
|
"@types/node": "^20.19.17",
|
|
3485
|
-
"@
|
|
3486
|
-
"@vitest/
|
|
3487
|
-
|
|
3484
|
+
"@types/tar": "^6.1.13",
|
|
3485
|
+
"@vitest/coverage-v8": "^4.1.0",
|
|
3486
|
+
"@vitest/ui": "^4.1.0",
|
|
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
|
|
3491
|
+
vitest: "^4.1.0"
|
|
3492
3492
|
},
|
|
3493
3493
|
engines: {
|
|
3494
3494
|
node: ">=20.0.0"
|