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.
- package/README.md +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nextly",
|
|
3
|
-
"version": "0.0.2-alpha.
|
|
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.
|
|
202
|
-
"@nextlyhq/telemetry": "0.0.
|
|
203
|
-
"@nextlyhq/tsconfig": "0.0.
|
|
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.
|
|
208
|
-
"@nextlyhq/adapter-postgres": "0.0.2-alpha.
|
|
209
|
-
"@nextlyhq/adapter-sqlite": "0.0.2-alpha.
|
|
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.
|
|
262
|
+
"@nextlyhq/adapter-drizzle": "0.0.2-alpha.1"
|
|
263
263
|
},
|
|
264
264
|
"repository": {
|
|
265
265
|
"type": "git",
|