@contractspec/app.alpic-mcp 3.7.7 → 3.7.12

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @contractspec/app.alpic-mcp
2
2
 
3
+ ## 3.7.12
4
+
5
+ ### Patch Changes
6
+
7
+ - @contractspec/bundle.alpic@3.7.12
8
+
9
+ ## 3.7.11
10
+
11
+ ### Patch Changes
12
+
13
+ - fix: release
14
+ - Updated dependencies
15
+ - @contractspec/bundle.alpic@3.7.11
16
+ - @contractspec/lib.logger@3.7.9
17
+
18
+ ## 3.7.10
19
+
20
+ ### Patch Changes
21
+
22
+ - 1a44cb6: feat: improve examples to increase coverage of Contracts type
23
+ - Updated dependencies [1a44cb6]
24
+ - @contractspec/bundle.alpic@3.7.10
25
+ - @contractspec/lib.logger@3.7.8
26
+
27
+ ## 3.7.9
28
+
29
+ ### Patch Changes
30
+
31
+ - fix: release
32
+ - Updated dependencies
33
+ - @contractspec/bundle.alpic@3.7.9
34
+ - @contractspec/lib.logger@3.7.7
35
+
3
36
  ## 3.7.6
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/app.alpic-mcp",
3
- "version": "3.7.7",
3
+ "version": "3.7.12",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
@@ -14,12 +14,12 @@
14
14
  "start": "node dist/server.js"
15
15
  },
16
16
  "dependencies": {
17
- "@contractspec/bundle.alpic": "3.7.7",
18
- "@contractspec/lib.logger": "3.7.6"
17
+ "@contractspec/bundle.alpic": "3.7.12",
18
+ "@contractspec/lib.logger": "3.7.9"
19
19
  },
20
20
  "devDependencies": {
21
- "@contractspec/tool.tsdown": "3.7.6",
22
- "@contractspec/tool.typescript": "3.7.6",
21
+ "@contractspec/tool.tsdown": "3.7.9",
22
+ "@contractspec/tool.typescript": "3.7.9",
23
23
  "@types/node": "^25.3.5",
24
24
  "tsdown": "^0.21.4",
25
25
  "typescript": "^5.9.3"