@lssm/example.kb-update-pipeline 0.0.0-canary-20251216030333 → 0.0.0-canary-20251216033905

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 51ms
22
+ ✔ Build complete in 40ms
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-20251216030333
3
+ ## 0.0.0-canary-20251216033905
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [3086383]
8
- - @lssm/lib.contracts@0.0.0-canary-20251216030333
9
- - @lssm/lib.schema@0.0.0-canary-20251216030333
10
- - @lssm/lib.identity-rbac@0.0.0-canary-20251216030333
11
- - @lssm/module.notifications@0.0.0-canary-20251216030333
8
+ - @lssm/lib.contracts@0.0.0-canary-20251216033905
9
+ - @lssm/lib.schema@0.0.0-canary-20251216033905
10
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251216033905
11
+ - @lssm/module.notifications@0.0.0-canary-20251216033905
package/README.md CHANGED
@@ -20,3 +20,4 @@ bun test
20
20
 
21
21
 
22
22
 
23
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.kb-update-pipeline",
3
- "version": "0.0.0-canary-20251216030333",
3
+ "version": "0.0.0-canary-20251216033905",
4
4
  "description": "Example: KB update automation pipeline with HITL review and auditability.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -1,4 +1 @@
1
1
  export * from './pipeline';
2
-
3
-
4
-
@@ -157,6 +157,3 @@ export const KbPipelinePublishIfReadyContract = defineCommand({
157
157
  },
158
158
  policy: { auth: 'user' },
159
159
  });
160
-
161
-
162
-
package/src/docs/index.ts CHANGED
@@ -1,4 +1 @@
1
1
  import './kb-update-pipeline.docblock';
2
-
3
-
4
-
@@ -28,6 +28,3 @@ const docBlocks: DocBlock[] = [
28
28
  ];
29
29
 
30
30
  registerDocBlocks(docBlocks);
31
-
32
-
33
-
@@ -1,4 +1 @@
1
1
  export * from './models';
2
-
3
-
4
-
package/src/events.ts CHANGED
@@ -103,6 +103,3 @@ 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,6 +35,3 @@ export const KbUpdatePipelineFeature: FeatureModuleSpec = {
35
35
  ],
36
36
  },
37
37
  };
38
-
39
-
40
-
@@ -1,4 +1 @@
1
1
  export * from './memory.handlers';
2
-
3
-
4
-
@@ -79,6 +79,3 @@ 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
@@ -13,3 +13,4 @@
13
13
 
14
14
 
15
15
 
16
+