@contractspec/example.kb-update-pipeline 0.0.0-canary-20260119224015 → 0.0.0-canary-20260119224949

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.
@@ -52,4 +52,4 @@ $ tsdown
52
52
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
53
53
  ℹ dist/docs/kb-update-pipeline.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
54
54
  ℹ 45 files, total: 80.49 kB
55
- ✔ Build complete in 28209ms
55
+ ✔ Build complete in 23012ms
@@ -3,7 +3,7 @@ $ tsc --noEmit
3
3
  $ tsdown
4
4
  ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
5
5
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/kb-update-pipeline/tsdown.config.js
6
- ℹ entry: src/events.ts, src/example.ts, src/index.ts, src/kb-update-pipeline.feature.ts, src/presentations.ts, src/entities/index.ts, src/entities/models.ts, src/docs/index.ts, src/docs/kb-update-pipeline.docblock.ts, src/handlers/index.ts, src/handlers/memory.handlers.ts, src/operations/index.ts, src/operations/pipeline.ts, src/tests/operations.test-spec.ts
6
+ ℹ entry: src/events.ts, src/example.ts, src/index.ts, src/kb-update-pipeline.feature.ts, src/presentations.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, src/operations/index.ts, src/operations/pipeline.ts, src/tests/operations.test-spec.ts
7
7
  ℹ target: esnext
8
8
  ℹ tsconfig: tsconfig.json
9
9
  ℹ Build start
@@ -53,4 +53,4 @@ $ tsdown
53
53
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
54
54
  ℹ dist/docs/kb-update-pipeline.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
55
55
  ℹ 45 files, total: 80.49 kB
56
- ✔ Build complete in 28950ms
56
+ ✔ Build complete in 27633ms
package/CHANGELOG.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # @contractspec/example.kb-update-pipeline
2
2
 
3
- ## 0.0.0-canary-20260119224015
3
+ ## 0.0.0-canary-20260119224949
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [c560ee7]
8
- - @contractspec/lib.contracts@0.0.0-canary-20260119224015
8
+ - @contractspec/lib.contracts@0.0.0-canary-20260119224949
9
9
 
10
10
  ## 1.48.0
11
11
 
@@ -1,7 +1,7 @@
1
- import * as _contractspec_lib_contracts11 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts8 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/kb-update-pipeline.feature.d.ts
4
- declare const KbUpdatePipelineFeature: _contractspec_lib_contracts11.FeatureModuleSpec;
4
+ declare const KbUpdatePipelineFeature: _contractspec_lib_contracts8.FeatureModuleSpec;
5
5
  //#endregion
6
6
  export { KbUpdatePipelineFeature };
7
7
  //# sourceMappingURL=kb-update-pipeline.feature.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"kb-update-pipeline.feature.d.ts","names":[],"sources":["../src/kb-update-pipeline.feature.ts"],"sourcesContent":[],"mappings":";;;cAEa,yBAwDX,6BAAA,CAxDkC"}
1
+ {"version":3,"file":"kb-update-pipeline.feature.d.ts","names":[],"sources":["../src/kb-update-pipeline.feature.ts"],"sourcesContent":[],"mappings":";;;cAEa,yBAwDX,4BAAA,CAxDkC"}
@@ -1,9 +1,9 @@
1
- import * as _contractspec_lib_contracts8 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts9 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/presentations.d.ts
4
- declare const KbDashboardPresentation: _contractspec_lib_contracts8.PresentationSpec;
5
- declare const KbReviewListPresentation: _contractspec_lib_contracts8.PresentationSpec;
6
- declare const KbReviewFormPresentation: _contractspec_lib_contracts8.PresentationSpec;
4
+ declare const KbDashboardPresentation: _contractspec_lib_contracts9.PresentationSpec;
5
+ declare const KbReviewListPresentation: _contractspec_lib_contracts9.PresentationSpec;
6
+ declare const KbReviewFormPresentation: _contractspec_lib_contracts9.PresentationSpec;
7
7
  //#endregion
8
8
  export { KbDashboardPresentation, KbReviewFormPresentation, KbReviewListPresentation };
9
9
  //# sourceMappingURL=presentations.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.kb-update-pipeline",
3
- "version": "0.0.0-canary-20260119224015",
3
+ "version": "0.0.0-canary-20260119224949",
4
4
  "description": "Example: KB update automation pipeline with HITL review and auditability.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -35,7 +35,7 @@
35
35
  "test": "bun test"
36
36
  },
37
37
  "dependencies": {
38
- "@contractspec/lib.contracts": "0.0.0-canary-20260119224015",
38
+ "@contractspec/lib.contracts": "0.0.0-canary-20260119224949",
39
39
  "@contractspec/lib.schema": "1.48.0"
40
40
  },
41
41
  "devDependencies": {