@skillsmith/core 0.5.7 → 0.5.8

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/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to `@skillsmith/core` are documented here.
4
4
 
5
+ ## v0.5.8
6
+
7
+ - **Fix**: SMI-4563 native SQLite driver now installs automatically via npm `optionalDependencies` (was: silent WASM fallback on every fresh `npx` consumer). `better-sqlite3@11.10.0` is now declared optional so npm attempts native install on supported platforms; the WASM path remains a true fallback for hosts without a C toolchain.
8
+ - **Feature**: SMI-4463 monthly quota enforcement (community 100% behind ENFORCE_COMMUNITY_QUOTA flag) (#773)
9
+ - **Fix**: SMI-4531+4533 unify collision rules + forbid local-fallback npm publish (#828)
10
+
5
11
  ## v0.5.7
6
12
 
7
13
  - **Fix**: map curated trust tier through MCP surface (SMI-4520) (#822)