@nextsparkjs/core 0.1.0-beta.79 → 0.1.0-beta.81

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "generated": "2026-01-28T17:35:42.720Z",
2
+ "generated": "2026-01-28T21:10:24.462Z",
3
3
  "totalClasses": 1039,
4
4
  "classes": [
5
5
  "!text-2xl",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextsparkjs/core",
3
- "version": "0.1.0-beta.79",
3
+ "version": "0.1.0-beta.81",
4
4
  "description": "NextSpark - The complete SaaS framework for Next.js",
5
5
  "license": "MIT",
6
6
  "author": "NextSpark <hello@nextspark.dev>",
@@ -349,7 +349,6 @@
349
349
  "@dnd-kit/utilities": "^3.2.2",
350
350
  "@hookform/resolvers": "^5.2.1",
351
351
  "@inquirer/prompts": "^7.2.0",
352
- "@nextsparkjs/testing": "^0.1.0-beta.79",
353
352
  "@radix-ui/react-accordion": "^1.2.12",
354
353
  "@radix-ui/react-alert-dialog": "^1.1.15",
355
354
  "@radix-ui/react-avatar": "^1.1.10",
@@ -411,7 +410,8 @@
411
410
  "tailwind-merge": "^3.3.1",
412
411
  "uuid": "^13.0.0",
413
412
  "zod": "^4.1.5",
414
- "@nextsparkjs/ui": "0.1.0-beta.79"
413
+ "@nextsparkjs/ui": "0.1.0-beta.81",
414
+ "@nextsparkjs/testing": "0.1.0-beta.81"
415
415
  },
416
416
  "scripts": {
417
417
  "postinstall": "node scripts/postinstall.mjs || true",