nextly 0.0.2-alpha.0 → 0.0.2-alpha.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -25,7 +25,7 @@ The core Nextly package: collection runtime, database services, REST and Direct
25
25
  The fastest path is the CLI:
26
26
 
27
27
  ```bash
28
- pnpm create nextly-app my-app
28
+ pnpm create nextly-app@alpha my-app
29
29
  ```
30
30
 
31
31
  Or add Nextly to an existing Next.js app:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextly",
3
- "version": "0.0.2-alpha.0",
3
+ "version": "0.0.2-alpha.1",
4
4
  "description": "Nextly - Core functionality, database, services, and APIs",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -198,15 +198,15 @@
198
198
  "typescript": "^5.9.2",
199
199
  "vite-tsconfig-paths": "^5.1.4",
200
200
  "vitest": "^4.0.8",
201
- "@nextlyhq/eslint-config": "0.0.1",
202
- "@nextlyhq/telemetry": "0.0.1",
203
- "@nextlyhq/tsconfig": "0.0.1"
201
+ "@nextlyhq/eslint-config": "0.0.2-alpha.0",
202
+ "@nextlyhq/telemetry": "0.0.2-alpha.0",
203
+ "@nextlyhq/tsconfig": "0.0.2-alpha.0"
204
204
  },
205
205
  "peerDependencies": {
206
206
  "next": "^14.0.0 || ^15.0.0 || ^16.0.0",
207
- "@nextlyhq/adapter-mysql": "0.0.2-alpha.0",
208
- "@nextlyhq/adapter-postgres": "0.0.2-alpha.0",
209
- "@nextlyhq/adapter-sqlite": "0.0.2-alpha.0"
207
+ "@nextlyhq/adapter-mysql": "0.0.2-alpha.1",
208
+ "@nextlyhq/adapter-postgres": "0.0.2-alpha.1",
209
+ "@nextlyhq/adapter-sqlite": "0.0.2-alpha.1"
210
210
  },
211
211
  "peerDependenciesMeta": {
212
212
  "@nextlyhq/adapter-postgres": {
@@ -259,7 +259,7 @@
259
259
  "tree-kill": "^1.2.2",
260
260
  "ws": "^8.18.0",
261
261
  "zod": "^4.1.12",
262
- "@nextlyhq/adapter-drizzle": "0.0.2-alpha.0"
262
+ "@nextlyhq/adapter-drizzle": "0.0.2-alpha.1"
263
263
  },
264
264
  "repository": {
265
265
  "type": "git",