@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.
package/dist/styles/classes.json
CHANGED
package/package.json
CHANGED
|
@@ -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: ${
|
|
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}`)
|