@lssm/example.kb-update-pipeline 0.0.0-canary-20251215234340 → 0.0.0-canary-20251216024228

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.17 kB │ gzip: 0.11 kB
20
20
  ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
21
21
  ℹ 12 files, total: 13.72 kB
22
- ✔ Build complete in 41ms
22
+ ✔ Build complete in 84ms
23
23
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # @lssm/example.kb-update-pipeline
2
2
 
3
- ## 0.0.0-canary-20251215234340
3
+ ## 0.0.0-canary-20251216024228
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [3086383]
8
- - @lssm/lib.contracts@0.0.0-canary-20251215234340
9
- - @lssm/lib.schema@0.0.0-canary-20251215234340
10
- - @lssm/lib.identity-rbac@0.0.0-canary-20251215234340
11
- - @lssm/module.notifications@0.0.0-canary-20251215234340
8
+ - @lssm/lib.contracts@0.0.0-canary-20251216024228
9
+ - @lssm/lib.schema@0.0.0-canary-20251216024228
10
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251216024228
11
+ - @lssm/module.notifications@0.0.0-canary-20251216024228
package/README.md CHANGED
@@ -17,3 +17,6 @@ bun test
17
17
 
18
18
 
19
19
 
20
+
21
+
22
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.kb-update-pipeline",
3
- "version": "0.0.0-canary-20251215234340",
3
+ "version": "0.0.0-canary-20251216024228",
4
4
  "description": "Example: KB update automation pipeline with HITL review and auditability.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -1 +1,4 @@
1
1
  export * from './pipeline';
2
+
3
+
4
+
@@ -157,3 +157,6 @@ export const KbPipelinePublishIfReadyContract = defineCommand({
157
157
  },
158
158
  policy: { auth: 'user' },
159
159
  });
160
+
161
+
162
+
package/src/docs/index.ts CHANGED
@@ -1 +1,4 @@
1
1
  import './kb-update-pipeline.docblock';
2
+
3
+
4
+
@@ -28,3 +28,6 @@ const docBlocks: DocBlock[] = [
28
28
  ];
29
29
 
30
30
  registerDocBlocks(docBlocks);
31
+
32
+
33
+
@@ -1 +1,4 @@
1
1
  export * from './models';
2
+
3
+
4
+
package/src/events.ts CHANGED
@@ -103,3 +103,6 @@ export const KbReviewDecidedEvent = defineEvent({
103
103
  description: 'KB review decided.',
104
104
  payload: KbReviewDecidedPayload,
105
105
  });
106
+
107
+
108
+
package/src/feature.ts CHANGED
@@ -35,3 +35,6 @@ export const KbUpdatePipelineFeature: FeatureModuleSpec = {
35
35
  ],
36
36
  },
37
37
  };
38
+
39
+
40
+
@@ -1 +1,4 @@
1
1
  export * from './memory.handlers';
2
+
3
+
4
+
@@ -79,3 +79,6 @@ describe('@lssm/example.kb-update-pipeline memory handlers', () => {
79
79
  ).rejects.toThrow('NOT_READY');
80
80
  });
81
81
  });
82
+
83
+
84
+
package/tsconfig.json CHANGED
@@ -10,3 +10,6 @@
10
10
 
11
11
 
12
12
 
13
+
14
+
15
+