@contractspec/example.kb-update-pipeline 1.47.0 → 1.48.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: 80.49 kB
55
- ✔ Build complete in 28255ms
55
+ ✔ Build complete in 25453ms
@@ -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 26275ms
56
+ ✔ Build complete in 28659ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @contractspec/example.kb-update-pipeline
2
2
 
3
+ ## 1.48.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c560ee7]
8
+ - @contractspec/lib.contracts@1.48.1
9
+
10
+ ## 1.48.0
11
+
12
+ ### Minor Changes
13
+
14
+ - b0444a4: feat: reduce adoption's friction by allowing generation of contracts from an analyse of the codebase
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [b0444a4]
19
+ - @contractspec/lib.contracts@1.48.0
20
+ - @contractspec/lib.schema@1.48.0
21
+
3
22
  ## 1.47.0
4
23
 
5
24
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.kb-update-pipeline",
3
- "version": "1.47.0",
3
+ "version": "1.48.1",
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,12 +35,12 @@
35
35
  "test": "bun test"
36
36
  },
37
37
  "dependencies": {
38
- "@contractspec/lib.contracts": "1.47.0",
39
- "@contractspec/lib.schema": "1.47.0"
38
+ "@contractspec/lib.contracts": "1.48.1",
39
+ "@contractspec/lib.schema": "1.48.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@contractspec/tool.tsdown": "1.47.0",
43
- "@contractspec/tool.typescript": "1.47.0",
42
+ "@contractspec/tool.tsdown": "1.48.0",
43
+ "@contractspec/tool.typescript": "1.48.0",
44
44
  "tsdown": "^0.19.0",
45
45
  "typescript": "^5.9.3"
46
46
  },