@nextsparkjs/core 0.1.0-beta.8 → 0.1.0-beta.9

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-06T23:51:15.205Z",
2
+ "generated": "2026-01-07T00:23:16.344Z",
3
3
  "totalClasses": 999,
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.8",
3
+ "version": "0.1.0-beta.9",
4
4
  "description": "NextSpark - The complete SaaS framework for Next.js",
5
5
  "license": "MIT",
6
6
  "author": "NextSpark <hello@nextspark.dev>",
@@ -273,7 +273,7 @@ export async function buildRegistries(projectRoot = null) {
273
273
  log('Registry System built successfully!', 'success')
274
274
  console.log(`📊 Stats:`)
275
275
  console.log(` Plugins: ${plugins.length}`)
276
- console.log(` Entities: ${entities.length}`)
276
+ console.log(` Entities: ${allEntities.length}`)
277
277
  console.log(` Themes: ${themes.length}`)
278
278
  console.log(` Templates: ${templates.length}`)
279
279
  console.log(` Blocks: ${blocks.length}`)