@nextsparkjs/core 0.1.0-beta.16 → 0.1.0-beta.17
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 +12 -12
- package/scripts/build/docs-registry.mjs +0 -0
- package/scripts/create-theme.mjs +0 -0
- package/scripts/deploy/release-version.mjs +0 -0
- package/scripts/deploy/vercel-deploy.mjs +0 -0
- package/scripts/dev/watch-plugins.mjs +0 -0
- package/scripts/maintenance/update-core.mjs +0 -0
- package/scripts/setup/npm-postinstall.mjs +0 -0
- package/scripts/setup/setup-claude.mjs +0 -0
- package/scripts/validation/check-imports.sh +0 -0
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.17",
|
|
4
4
|
"description": "NextSpark - The complete SaaS framework for Next.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "NextSpark <hello@nextspark.dev>",
|
|
@@ -223,16 +223,6 @@
|
|
|
223
223
|
"README.md",
|
|
224
224
|
"scripts"
|
|
225
225
|
],
|
|
226
|
-
"scripts": {
|
|
227
|
-
"build": "tsup && pnpm build:dts && pnpm build:ui-css",
|
|
228
|
-
"build:js": "tsup",
|
|
229
|
-
"build:dts": "tsc -p tsconfig.dts.json || echo '⚠️ DTS generation completed with some type errors (partial coverage)'",
|
|
230
|
-
"build:ui-css": "node scripts/build/build-ui-css.mjs",
|
|
231
|
-
"dev": "tsup --watch",
|
|
232
|
-
"test": "jest",
|
|
233
|
-
"test:watch": "jest --watch",
|
|
234
|
-
"test:coverage": "jest --coverage"
|
|
235
|
-
},
|
|
236
226
|
"peerDependencies": {
|
|
237
227
|
"next": ">=14.0.0",
|
|
238
228
|
"react": ">=18.0.0",
|
|
@@ -317,5 +307,15 @@
|
|
|
317
307
|
"tailwind-merge": "^3.3.1",
|
|
318
308
|
"uuid": "^13.0.0",
|
|
319
309
|
"zod": "^4.1.5"
|
|
310
|
+
},
|
|
311
|
+
"scripts": {
|
|
312
|
+
"build": "tsup && pnpm build:dts && pnpm build:ui-css",
|
|
313
|
+
"build:js": "tsup",
|
|
314
|
+
"build:dts": "tsc -p tsconfig.dts.json || echo '⚠️ DTS generation completed with some type errors (partial coverage)'",
|
|
315
|
+
"build:ui-css": "node scripts/build/build-ui-css.mjs",
|
|
316
|
+
"dev": "tsup --watch",
|
|
317
|
+
"test": "jest",
|
|
318
|
+
"test:watch": "jest --watch",
|
|
319
|
+
"test:coverage": "jest --coverage"
|
|
320
320
|
}
|
|
321
|
-
}
|
|
321
|
+
}
|
|
File without changes
|
package/scripts/create-theme.mjs
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|