@lssm/example.versioned-knowledge-base 0.0.0-canary-20251215220103 → 0.0.0-canary-20251215231151

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.
@@ -19,5 +19,5 @@ $ tsdown
19
19
  ℹ dist/handlers/index.js 0.15 kB │ gzip: 0.10 kB
20
20
  ℹ dist/docs/index.js 0.05 kB │ gzip: 0.07 kB
21
21
  ℹ 12 files, total: 15.02 kB
22
- ✔ Build complete in 77ms
22
+ ✔ Build complete in 26ms
23
23
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # @lssm/example.versioned-knowledge-base
2
2
 
3
- ## 0.0.0-canary-20251215220103
3
+ ## 0.0.0-canary-20251215231151
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [3086383]
8
- - @lssm/lib.contracts@0.0.0-canary-20251215220103
9
- - @lssm/lib.schema@0.0.0-canary-20251215220103
8
+ - @lssm/lib.contracts@0.0.0-canary-20251215231151
9
+ - @lssm/lib.schema@0.0.0-canary-20251215231151
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.versioned-knowledge-base",
3
- "version": "0.0.0-canary-20251215220103",
3
+ "version": "0.0.0-canary-20251215231151",
4
4
  "description": "Example: curated, versioned knowledge base with immutable sources, rule versions, and published snapshots.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",