@nextsparkjs/core 0.1.0-beta.138 → 0.1.0-beta.139

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-04-09T13:14:03.718Z",
2
+ "generated": "2026-04-09T20:32:08.680Z",
3
3
  "totalClasses": 1078,
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.138",
3
+ "version": "0.1.0-beta.139",
4
4
  "description": "NextSpark - The complete SaaS framework for Next.js",
5
5
  "license": "MIT",
6
6
  "author": "NextSpark <hello@nextspark.dev>",
@@ -392,6 +392,7 @@
392
392
  "typescript": "^5"
393
393
  },
394
394
  "dependencies": {
395
+ "@babel/runtime": "^7.0.0",
395
396
  "@codemirror/lang-json": "^6.0.2",
396
397
  "@dnd-kit/core": "^6.3.1",
397
398
  "@dnd-kit/sortable": "^10.0.0",
@@ -462,7 +463,7 @@
462
463
  "tailwind-merge": "^3.3.1",
463
464
  "uuid": "^13.0.0",
464
465
  "zod": "^4.1.5",
465
- "@nextsparkjs/testing": "0.1.0-beta.138"
466
+ "@nextsparkjs/testing": "0.1.0-beta.139"
466
467
  },
467
468
  "scripts": {
468
469
  "postinstall": "node scripts/postinstall.mjs || true",