@nextsparkjs/core 0.1.0-beta.48 → 0.1.0-beta.49

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-14T00:19:07.605Z",
2
+ "generated": "2026-01-14T22:26:52.287Z",
3
3
  "totalClasses": 1036,
4
4
  "classes": [
5
5
  "''",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextsparkjs/core",
3
- "version": "0.1.0-beta.48",
3
+ "version": "0.1.0-beta.49",
4
4
  "description": "NextSpark - The complete SaaS framework for Next.js",
5
5
  "license": "MIT",
6
6
  "author": "NextSpark <hello@nextspark.dev>",
@@ -250,16 +250,6 @@
250
250
  "README.md",
251
251
  "scripts"
252
252
  ],
253
- "scripts": {
254
- "build": "tsup && pnpm build:dts && pnpm build:ui-css",
255
- "build:js": "tsup",
256
- "build:dts": "tsc -p tsconfig.dts.json || echo '⚠️ DTS generation completed with some type errors (partial coverage)'",
257
- "build:ui-css": "node scripts/build/build-ui-css.mjs",
258
- "dev": "tsup --watch",
259
- "test": "jest",
260
- "test:watch": "jest --watch",
261
- "test:coverage": "jest --coverage"
262
- },
263
253
  "peerDependencies": {
264
254
  "next": ">=14.0.0",
265
255
  "react": ">=18.0.0",
@@ -287,7 +277,6 @@
287
277
  "typescript": "^5"
288
278
  },
289
279
  "dependencies": {
290
- "@nextsparkjs/testing": "workspace:*",
291
280
  "@codemirror/lang-json": "^6.0.2",
292
281
  "@dnd-kit/core": "^6.3.1",
293
282
  "@dnd-kit/sortable": "^10.0.0",
@@ -351,6 +340,17 @@
351
340
  "stripe": "^18.5.0",
352
341
  "tailwind-merge": "^3.3.1",
353
342
  "uuid": "^13.0.0",
354
- "zod": "^4.1.5"
343
+ "zod": "^4.1.5",
344
+ "@nextsparkjs/testing": "0.1.0-beta.49"
345
+ },
346
+ "scripts": {
347
+ "build": "tsup && pnpm build:dts && pnpm build:ui-css",
348
+ "build:js": "tsup",
349
+ "build:dts": "tsc -p tsconfig.dts.json || echo '⚠️ DTS generation completed with some type errors (partial coverage)'",
350
+ "build:ui-css": "node scripts/build/build-ui-css.mjs",
351
+ "dev": "tsup --watch",
352
+ "test": "jest",
353
+ "test:watch": "jest --watch",
354
+ "test:coverage": "jest --coverage"
355
355
  }
356
- }
356
+ }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes