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

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 23012ms
55
+ ✔ Build complete in 24839ms
@@ -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 27633ms
56
+ ✔ Build complete in 25137ms
package/CHANGELOG.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # @contractspec/example.kb-update-pipeline
2
2
 
3
- ## 0.0.0-canary-20260119224949
3
+ ## 0.0.0-canary-20260119225944
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [c560ee7]
8
- - @contractspec/lib.contracts@0.0.0-canary-20260119224949
8
+ - @contractspec/lib.contracts@0.0.0-canary-20260119225944
9
9
 
10
10
  ## 1.48.0
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.kb-update-pipeline",
3
- "version": "0.0.0-canary-20260119224949",
3
+ "version": "0.0.0-canary-20260119225944",
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-20260119224949",
38
+ "@contractspec/lib.contracts": "0.0.0-canary-20260119225944",
39
39
  "@contractspec/lib.schema": "1.48.0"
40
40
  },
41
41
  "devDependencies": {