@west10tech/constructionwire-mcp 1.1.6 → 1.2.0

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/README.md +1 -0
  2. package/package.json +8 -6
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # constructionwire-mcp
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@west10tech/constructionwire-mcp.svg)](https://www.npmjs.com/package/@west10tech/constructionwire-mcp)
4
+ [![Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/gcaliene/e177e65e8223aaafa5a22501affb8b00/raw/coverage.json)]()
4
5
 
5
6
  MCP server with full ConstructionWire capabilities (75 endpoints)
6
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@west10tech/constructionwire-mcp",
3
- "version": "1.1.6",
3
+ "version": "1.2.0",
4
4
  "description": "MCP server with full constructionwire capabilities (75 endpoints)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -30,17 +30,19 @@
30
30
  "dotenv": "^16.3.0"
31
31
  },
32
32
  "devDependencies": {
33
+ "@semantic-release/changelog": "^6.0.3",
34
+ "@semantic-release/git": "^10.0.1",
35
+ "@semantic-release/github": "^10.0.0",
36
+ "@types/jest": "^30.0.0",
33
37
  "@types/node": "^20.0.0",
34
38
  "@typescript-eslint/eslint-plugin": "^7.0.0",
35
39
  "@typescript-eslint/parser": "^7.0.0",
36
40
  "eslint": "^8.42.0",
37
41
  "jest": "^29.5.0",
38
- "tsx": "^4.0.0",
39
- "typescript": "^5.0.0",
40
42
  "semantic-release": "^24.0.0",
41
- "@semantic-release/changelog": "^6.0.3",
42
- "@semantic-release/git": "^10.0.1",
43
- "@semantic-release/github": "^10.0.0"
43
+ "ts-jest": "^29.4.6",
44
+ "tsx": "^4.0.0",
45
+ "typescript": "^5.0.0"
44
46
  },
45
47
  "files": [
46
48
  "dist",