@nextsparkjs/core 0.1.0-beta.76 → 0.1.0-beta.77

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextsparkjs/core",
3
- "version": "0.1.0-beta.76",
3
+ "version": "0.1.0-beta.77",
4
4
  "description": "NextSpark - The complete SaaS framework for Next.js",
5
5
  "license": "MIT",
6
6
  "author": "NextSpark <hello@nextspark.dev>",
@@ -316,17 +316,6 @@
316
316
  "README.md",
317
317
  "scripts"
318
318
  ],
319
- "scripts": {
320
- "postinstall": "node scripts/postinstall.mjs || true",
321
- "build": "tsup && pnpm build:dts && pnpm build:ui-css",
322
- "build:js": "tsup",
323
- "build:dts": "tsc -p tsconfig.dts.json || echo '⚠️ DTS generation completed with some type errors (partial coverage)'",
324
- "build:ui-css": "node scripts/build/build-ui-css.mjs",
325
- "dev": "tsup --watch",
326
- "test": "jest",
327
- "test:watch": "jest --watch",
328
- "test:coverage": "jest --coverage"
329
- },
330
319
  "peerDependencies": {
331
320
  "next": ">=14.0.0",
332
321
  "react": ">=18.0.0",
@@ -354,7 +343,6 @@
354
343
  "typescript": "^5"
355
344
  },
356
345
  "dependencies": {
357
- "@nextsparkjs/ui": "workspace:*",
358
346
  "@codemirror/lang-json": "^6.0.2",
359
347
  "@dnd-kit/core": "^6.3.1",
360
348
  "@dnd-kit/sortable": "^10.0.0",
@@ -422,6 +410,18 @@
422
410
  "stripe": "^18.5.0",
423
411
  "tailwind-merge": "^3.3.1",
424
412
  "uuid": "^13.0.0",
425
- "zod": "^4.1.5"
413
+ "zod": "^4.1.5",
414
+ "@nextsparkjs/ui": "0.1.0-beta.77"
415
+ },
416
+ "scripts": {
417
+ "postinstall": "node scripts/postinstall.mjs || true",
418
+ "build": "tsup && pnpm build:dts && pnpm build:ui-css",
419
+ "build:js": "tsup",
420
+ "build:dts": "tsc -p tsconfig.dts.json || echo '⚠️ DTS generation completed with some type errors (partial coverage)'",
421
+ "build:ui-css": "node scripts/build/build-ui-css.mjs",
422
+ "dev": "tsup --watch",
423
+ "test": "jest",
424
+ "test:watch": "jest --watch",
425
+ "test:coverage": "jest --coverage"
426
426
  }
427
- }
427
+ }
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