@contractspec/example.kb-update-pipeline 3.1.1 → 3.3.0

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.
@@ -3,11 +3,11 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build prebuild
4
4
  $ contractspec-bun-build transpile
5
5
  [contractspec-bun-build] transpile target=bun root=src entries=14
6
- Bundled 14 modules in 22ms
6
+ Bundled 14 modules in 31ms
7
7
 
8
8
  docs/index.js 1.49 KB (entry point)
9
- ./index.js 20.56 KB (entry point)
10
- ./kb-update-pipeline.feature.js 2.16 KB (entry point)
9
+ ./index.js 20.86 KB (entry point)
10
+ ./kb-update-pipeline.feature.js 2.46 KB (entry point)
11
11
  operations/index.js 6.57 KB (entry point)
12
12
  operations/pipeline.js 6.57 KB (entry point)
13
13
  ./presentations.js 3.49 KB (entry point)
@@ -21,11 +21,11 @@ Bundled 14 modules in 22ms
21
21
  handlers/memory.handlers.js 3.62 KB (entry point)
22
22
 
23
23
  [contractspec-bun-build] transpile target=node root=src entries=14
24
- Bundled 14 modules in 34ms
24
+ Bundled 14 modules in 23ms
25
25
 
26
26
  docs/index.js 1.48 KB (entry point)
27
- ./index.js 20.55 KB (entry point)
28
- ./kb-update-pipeline.feature.js 2.15 KB (entry point)
27
+ ./index.js 20.85 KB (entry point)
28
+ ./kb-update-pipeline.feature.js 2.45 KB (entry point)
29
29
  operations/index.js 6.57 KB (entry point)
30
30
  operations/pipeline.js 6.57 KB (entry point)
31
31
  ./presentations.js 3.48 KB (entry point)
@@ -39,11 +39,11 @@ Bundled 14 modules in 34ms
39
39
  handlers/memory.handlers.js 3.61 KB (entry point)
40
40
 
41
41
  [contractspec-bun-build] transpile target=browser root=src entries=14
42
- Bundled 14 modules in 22ms
42
+ Bundled 14 modules in 37ms
43
43
 
44
44
  docs/index.js 1.48 KB (entry point)
45
- ./index.js 20.55 KB (entry point)
46
- ./kb-update-pipeline.feature.js 2.15 KB (entry point)
45
+ ./index.js 20.85 KB (entry point)
46
+ ./kb-update-pipeline.feature.js 2.45 KB (entry point)
47
47
  operations/index.js 6.57 KB (entry point)
48
48
  operations/pipeline.js 6.57 KB (entry point)
49
49
  ./presentations.js 3.48 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @contractspec/example.kb-update-pipeline
2
2
 
3
+ ## 3.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 890a0da: fix: stability improvements
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [890a0da]
12
+ - @contractspec/lib.contracts-spec@3.3.0
13
+ - @contractspec/lib.schema@3.3.0
14
+
15
+ ## 3.2.0
16
+
17
+ ### Minor Changes
18
+
19
+ - a281fc5: fix: missing dependencies
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [a281fc5]
24
+ - @contractspec/lib.contracts-spec@3.2.0
25
+ - @contractspec/lib.schema@3.2.0
26
+
3
27
  ## 3.1.1
4
28
 
5
29
  ### Patch Changes
@@ -549,7 +549,14 @@ var KbUpdatePipelineFeature = defineFeature({
549
549
  { key: "notifications", version: "1.0.0" },
550
550
  { key: "audit-trail", version: "1.0.0" }
551
551
  ]
552
- }
552
+ },
553
+ knowledge: [{ key: "kb.knowledge.rules", version: "1.0.0" }],
554
+ telemetry: [{ key: "kb-pipeline.telemetry", version: "1.0.0" }],
555
+ jobs: [{ key: "kb-pipeline.job.watch", version: "1.0.0" }],
556
+ docs: [
557
+ "docs.examples.kb-update-pipeline.goal",
558
+ "docs.examples.kb-update-pipeline.reference"
559
+ ]
553
560
  });
554
561
 
555
562
  // src/presentations.ts
@@ -54,7 +54,14 @@ var KbUpdatePipelineFeature = defineFeature({
54
54
  { key: "notifications", version: "1.0.0" },
55
55
  { key: "audit-trail", version: "1.0.0" }
56
56
  ]
57
- }
57
+ },
58
+ knowledge: [{ key: "kb.knowledge.rules", version: "1.0.0" }],
59
+ telemetry: [{ key: "kb-pipeline.telemetry", version: "1.0.0" }],
60
+ jobs: [{ key: "kb-pipeline.job.watch", version: "1.0.0" }],
61
+ docs: [
62
+ "docs.examples.kb-update-pipeline.goal",
63
+ "docs.examples.kb-update-pipeline.reference"
64
+ ]
58
65
  });
59
66
  export {
60
67
  KbUpdatePipelineFeature
package/dist/index.js CHANGED
@@ -550,7 +550,14 @@ var KbUpdatePipelineFeature = defineFeature({
550
550
  { key: "notifications", version: "1.0.0" },
551
551
  { key: "audit-trail", version: "1.0.0" }
552
552
  ]
553
- }
553
+ },
554
+ knowledge: [{ key: "kb.knowledge.rules", version: "1.0.0" }],
555
+ telemetry: [{ key: "kb-pipeline.telemetry", version: "1.0.0" }],
556
+ jobs: [{ key: "kb-pipeline.job.watch", version: "1.0.0" }],
557
+ docs: [
558
+ "docs.examples.kb-update-pipeline.goal",
559
+ "docs.examples.kb-update-pipeline.reference"
560
+ ]
554
561
  });
555
562
 
556
563
  // src/presentations.ts
@@ -55,7 +55,14 @@ var KbUpdatePipelineFeature = defineFeature({
55
55
  { key: "notifications", version: "1.0.0" },
56
56
  { key: "audit-trail", version: "1.0.0" }
57
57
  ]
58
- }
58
+ },
59
+ knowledge: [{ key: "kb.knowledge.rules", version: "1.0.0" }],
60
+ telemetry: [{ key: "kb-pipeline.telemetry", version: "1.0.0" }],
61
+ jobs: [{ key: "kb-pipeline.job.watch", version: "1.0.0" }],
62
+ docs: [
63
+ "docs.examples.kb-update-pipeline.goal",
64
+ "docs.examples.kb-update-pipeline.reference"
65
+ ]
59
66
  });
60
67
  export {
61
68
  KbUpdatePipelineFeature
@@ -549,7 +549,14 @@ var KbUpdatePipelineFeature = defineFeature({
549
549
  { key: "notifications", version: "1.0.0" },
550
550
  { key: "audit-trail", version: "1.0.0" }
551
551
  ]
552
- }
552
+ },
553
+ knowledge: [{ key: "kb.knowledge.rules", version: "1.0.0" }],
554
+ telemetry: [{ key: "kb-pipeline.telemetry", version: "1.0.0" }],
555
+ jobs: [{ key: "kb-pipeline.job.watch", version: "1.0.0" }],
556
+ docs: [
557
+ "docs.examples.kb-update-pipeline.goal",
558
+ "docs.examples.kb-update-pipeline.reference"
559
+ ]
553
560
  });
554
561
 
555
562
  // src/presentations.ts
@@ -54,7 +54,14 @@ var KbUpdatePipelineFeature = defineFeature({
54
54
  { key: "notifications", version: "1.0.0" },
55
55
  { key: "audit-trail", version: "1.0.0" }
56
56
  ]
57
- }
57
+ },
58
+ knowledge: [{ key: "kb.knowledge.rules", version: "1.0.0" }],
59
+ telemetry: [{ key: "kb-pipeline.telemetry", version: "1.0.0" }],
60
+ jobs: [{ key: "kb-pipeline.job.watch", version: "1.0.0" }],
61
+ docs: [
62
+ "docs.examples.kb-update-pipeline.goal",
63
+ "docs.examples.kb-update-pipeline.reference"
64
+ ]
58
65
  });
59
66
  export {
60
67
  KbUpdatePipelineFeature
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.kb-update-pipeline",
3
- "version": "3.1.1",
3
+ "version": "3.3.0",
4
4
  "description": "Example: KB update automation pipeline with HITL review and auditability.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -148,13 +148,13 @@
148
148
  "typecheck": "tsc --noEmit"
149
149
  },
150
150
  "dependencies": {
151
- "@contractspec/lib.contracts-spec": "3.1.1",
152
- "@contractspec/lib.schema": "3.1.0"
151
+ "@contractspec/lib.contracts-spec": "3.3.0",
152
+ "@contractspec/lib.schema": "3.3.0"
153
153
  },
154
154
  "devDependencies": {
155
- "@contractspec/tool.typescript": "3.1.0",
155
+ "@contractspec/tool.typescript": "3.3.0",
156
156
  "typescript": "^5.9.3",
157
- "@contractspec/tool.bun": "3.1.0"
157
+ "@contractspec/tool.bun": "3.3.0"
158
158
  },
159
159
  "publishConfig": {
160
160
  "access": "public",
@@ -56,4 +56,15 @@ export const KbUpdatePipelineFeature = defineFeature({
56
56
  { key: 'audit-trail', version: '1.0.0' },
57
57
  ],
58
58
  },
59
+
60
+ knowledge: [{ key: 'kb.knowledge.rules', version: '1.0.0' }],
61
+
62
+ telemetry: [{ key: 'kb-pipeline.telemetry', version: '1.0.0' }],
63
+
64
+ jobs: [{ key: 'kb-pipeline.job.watch', version: '1.0.0' }],
65
+
66
+ docs: [
67
+ 'docs.examples.kb-update-pipeline.goal',
68
+ 'docs.examples.kb-update-pipeline.reference',
69
+ ],
59
70
  });