create-nextly-app 0.0.2-alpha.34 → 0.0.2-alpha.35
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.cjs +3 -3
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.mjs +3 -3
- package/dist/cli.mjs.map +1 -1
- package/package.json +6 -6
package/dist/cli.mjs
CHANGED
|
@@ -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.35",
|
|
3438
3438
|
description: "CLI to scaffold Nextly in your Next.js project",
|
|
3439
3439
|
license: "MIT",
|
|
3440
3440
|
type: "module",
|
|
@@ -3480,11 +3480,11 @@ var require_package = __commonJS({
|
|
|
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",
|
|
3484
|
+
"@types/tar": "^6.1.13",
|
|
3485
3485
|
"@vitest/coverage-v8": "^4.0.8",
|
|
3486
3486
|
"@vitest/ui": "^4.0.8",
|
|
3487
|
-
eslint: "^9.
|
|
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",
|