@dynamicu/chromedebug-mcp 2.5.4 → 2.5.5

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -199,7 +199,7 @@ Install the FREE version directly from the Chrome Web Store:
199
199
 
200
200
  For unlimited recordings and advanced features, purchase the PRO version:
201
201
 
202
- 💎 **[Get PRO Version](https://dynamicu.lemonsqueezy.com/buy/641143)**
202
+ 💎 **[Get PRO Version](https://chromedebug.com/buy/996773cb-682b-430f-b9e3-9ce2130bd967)**
203
203
 
204
204
  - ✅ Unlimited recordings
205
205
  - ✅ Advanced function tracing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamicu/chromedebug-mcp",
3
- "version": "2.5.4",
3
+ "version": "2.5.5",
4
4
  "description": "ChromeDebug MCP - MCP server that provides full control over a Chrome browser instance for debugging and automation with AI assistants like Claude Code",
5
5
  "main": "src/index.js",
6
6
  "type": "module",