@contractspec/app.alpic-mcp 3.7.7 → 3.7.10

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 +18 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @contractspec/app.alpic-mcp
2
2
 
3
+ ## 3.7.10
4
+
5
+ ### Patch Changes
6
+
7
+ - 1a44cb6: feat: improve examples to increase coverage of Contracts type
8
+ - Updated dependencies [1a44cb6]
9
+ - @contractspec/bundle.alpic@3.7.10
10
+ - @contractspec/lib.logger@3.7.8
11
+
12
+ ## 3.7.9
13
+
14
+ ### Patch Changes
15
+
16
+ - fix: release
17
+ - Updated dependencies
18
+ - @contractspec/bundle.alpic@3.7.9
19
+ - @contractspec/lib.logger@3.7.7
20
+
3
21
  ## 3.7.6
4
22
 
5
23
  ### 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.10",
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.10",
18
+ "@contractspec/lib.logger": "3.7.8"
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.8",
22
+ "@contractspec/tool.typescript": "3.7.8",
23
23
  "@types/node": "^25.3.5",
24
24
  "tsdown": "^0.21.4",
25
25
  "typescript": "^5.9.3"