@contractspec/example.kb-update-pipeline 1.44.0 → 1.44.1

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: 77.63 kB
55
- ✔ Build complete in 19368ms
55
+ ✔ Build complete in 22192ms
@@ -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: 77.63 kB
56
- ✔ Build complete in 22381ms
56
+ ✔ Build complete in 23643ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @contractspec/example.kb-update-pipeline
2
2
 
3
+ ## 1.44.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 3c594fb: fix
8
+ - Updated dependencies [3c594fb]
9
+ - @contractspec/module.notifications@1.44.1
10
+ - @contractspec/lib.identity-rbac@1.44.1
11
+ - @contractspec/lib.contracts@1.44.1
12
+ - @contractspec/lib.schema@1.44.1
13
+
3
14
  ## 1.44.0
4
15
 
5
16
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.kb-update-pipeline",
3
- "version": "1.44.0",
3
+ "version": "1.44.1",
4
4
  "description": "Example: KB update automation pipeline with HITL review and auditability.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -37,15 +37,15 @@
37
37
  "test": "bun test"
38
38
  },
39
39
  "dependencies": {
40
- "@contractspec/lib.contracts": "1.44.0",
41
- "@contractspec/lib.identity-rbac": "1.44.0",
42
- "@contractspec/lib.schema": "1.44.0",
43
- "@contractspec/module.notifications": "1.44.0",
40
+ "@contractspec/lib.contracts": "1.44.1",
41
+ "@contractspec/lib.identity-rbac": "1.44.1",
42
+ "@contractspec/lib.schema": "1.44.1",
43
+ "@contractspec/module.notifications": "1.44.1",
44
44
  "zod": "^4.1.13"
45
45
  },
46
46
  "devDependencies": {
47
- "@contractspec/tool.tsdown": "1.44.0",
48
- "@contractspec/tool.typescript": "1.44.0",
47
+ "@contractspec/tool.tsdown": "1.44.1",
48
+ "@contractspec/tool.typescript": "1.44.1",
49
49
  "tsdown": "^0.18.3",
50
50
  "typescript": "^5.9.3"
51
51
  },