@nextsparkjs/core 0.1.0-beta.157 → 0.1.0-beta.158
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/styles/classes.json +1 -1
- package/package.json +3 -2
package/dist/styles/classes.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextsparkjs/core",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.158",
|
|
4
4
|
"description": "NextSpark - The complete SaaS framework for Next.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "NextSpark <hello@nextspark.dev>",
|
|
@@ -439,6 +439,7 @@
|
|
|
439
439
|
"@vercel/blob": "^2.0.0",
|
|
440
440
|
"better-auth": "^1.3.5",
|
|
441
441
|
"chalk": "^5.4.1",
|
|
442
|
+
"kysely": "0.28.17",
|
|
442
443
|
"class-variance-authority": "^0.7.1",
|
|
443
444
|
"clsx": "^2.1.1",
|
|
444
445
|
"cmdk": "^1.1.1",
|
|
@@ -467,7 +468,7 @@
|
|
|
467
468
|
"tailwind-merge": "^3.3.1",
|
|
468
469
|
"uuid": "^13.0.0",
|
|
469
470
|
"zod": "^4.1.5",
|
|
470
|
-
"@nextsparkjs/testing": "0.1.0-beta.
|
|
471
|
+
"@nextsparkjs/testing": "0.1.0-beta.158"
|
|
471
472
|
},
|
|
472
473
|
"scripts": {
|
|
473
474
|
"postinstall": "node scripts/postinstall.mjs || true",
|