create-nextly-app 0.0.2-alpha.0 → 0.0.2-alpha.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nextly-app",
3
- "version": "0.0.2-alpha.0",
3
+ "version": "0.0.2-alpha.2",
4
4
  "description": "CLI to scaffold Nextly in your Next.js project",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -42,9 +42,9 @@
42
42
  "typescript": "^5.9.3",
43
43
  "vite-tsconfig-paths": "^5.1.4",
44
44
  "vitest": "^4.0.8",
45
- "@nextlyhq/eslint-config": "0.0.1",
46
- "@nextlyhq/telemetry": "0.0.1",
47
- "@nextlyhq/tsconfig": "0.0.1"
45
+ "@nextlyhq/eslint-config": "0.0.2-alpha.1",
46
+ "@nextlyhq/telemetry": "0.0.2-alpha.1",
47
+ "@nextlyhq/tsconfig": "0.0.2-alpha.1"
48
48
  },
49
49
  "engines": {
50
50
  "node": ">=20.0.0"
@@ -16,7 +16,7 @@ content already wired up.
16
16
  ## Scaffold
17
17
 
18
18
  ```bash
19
- pnpm create nextly-app my-app --template blank
19
+ pnpm create nextly-app@alpha my-app --template blank
20
20
  ```
21
21
 
22
22
  ## What you get