mcp-wordpress 3.1.1 → 3.1.2

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 (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-wordpress",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "Comprehensive Model Context Protocol server for WordPress management with composition-based architecture, 59 tools, SEO toolkit, performance monitoring, intelligent caching, and production-ready authentication",
5
5
  "keywords": [
6
6
  "mcp",
@@ -127,7 +127,8 @@
127
127
  "@types/request": {
128
128
  "form-data": "^4.0.3"
129
129
  }
130
- }
130
+ },
131
+ "tar": "^7.5.7"
131
132
  },
132
133
  "dependencies": {
133
134
  "@modelcontextprotocol/sdk": "^1.17.4",
@@ -138,7 +139,7 @@
138
139
  "devDependencies": {
139
140
  "@eslint/js": "^9.34.0",
140
141
  "@pact-foundation/pact": "^16.0.1",
141
- "@pact-foundation/pact-node": "^10.11.4",
142
+ "@pact-foundation/pact-node": "^10.18.0",
142
143
  "@semantic-release/changelog": "^6.0.3",
143
144
  "@semantic-release/git": "^10.0.1",
144
145
  "@types/node": "^24.3.0",