@lssm/example.kb-update-pipeline 0.0.0-canary-20251216062412 → 0.0.0-canary-20251217023603

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.
@@ -2,7 +2,7 @@ $ bun build:bundle && bun build:types
2
2
  $ tsdown
3
3
  ℹ tsdown v0.17.4 powered by rolldown v1.0.0-beta.53
4
4
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/kb-update-pipeline/tsdown.config.js
5
- ℹ entry: src/events.ts, src/example.ts, src/feature.ts, src/index.ts, src/kb-update-pipeline.feature.ts, src/docs/index.ts, src/docs/kb-update-pipeline.docblock.ts, src/entities/index.ts, src/entities/models.ts, src/contracts/index.ts, src/contracts/pipeline.ts, src/handlers/index.ts, src/handlers/memory.handlers.ts
5
+ ℹ entry: src/events.ts, src/example.ts, src/feature.ts, src/index.ts, src/kb-update-pipeline.feature.ts, src/contracts/index.ts, src/contracts/pipeline.ts, src/docs/index.ts, src/docs/kb-update-pipeline.docblock.ts, src/entities/index.ts, src/entities/models.ts, src/handlers/index.ts, src/handlers/memory.handlers.ts
6
6
  ℹ target: esnext
7
7
  ℹ tsconfig: tsconfig.json
8
8
  ℹ Build start
@@ -20,5 +20,5 @@ $ tsdown
20
20
  ℹ dist/handlers/index.js 0.17 kB │ gzip: 0.11 kB
21
21
  ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
22
22
  ℹ 13 files, total: 14.66 kB
23
- ✔ Build complete in 48ms
23
+ ✔ Build complete in 65ms
24
24
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # @lssm/example.kb-update-pipeline
2
2
 
3
- ## 0.0.0-canary-20251216062412
3
+ ## 0.0.0-canary-20251217023603
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [3086383]
8
- - @lssm/lib.contracts@0.0.0-canary-20251216062412
9
- - @lssm/lib.schema@0.0.0-canary-20251216062412
10
- - @lssm/lib.identity-rbac@0.0.0-canary-20251216062412
11
- - @lssm/module.notifications@0.0.0-canary-20251216062412
8
+ - @lssm/lib.contracts@0.0.0-canary-20251217023603
9
+ - @lssm/lib.schema@0.0.0-canary-20251217023603
10
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251217023603
11
+ - @lssm/module.notifications@0.0.0-canary-20251217023603
package/README.md CHANGED
@@ -23,3 +23,4 @@ bun test
23
23
 
24
24
 
25
25
 
26
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.kb-update-pipeline",
3
- "version": "0.0.0-canary-20251216062412",
3
+ "version": "0.0.0-canary-20251217023603",
4
4
  "description": "Example: KB update automation pipeline with HITL review and auditability.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
package/tsconfig.json CHANGED
@@ -16,3 +16,4 @@
16
16
 
17
17
 
18
18
 
19
+