@pokutuna/mcp-chrome-tabs 0.7.1 → 0.7.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.
- package/CHANGELOG.md +8 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.7.2] - 2026-03-18
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Update dependencies (defuddle 0.12.0, @modelcontextprotocol/sdk 1.27.1, zod 4.3.6)
|
|
15
|
+
|
|
10
16
|
## [0.7.1] - 2025-12-24
|
|
11
17
|
|
|
12
18
|
### Added
|
|
@@ -106,7 +112,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
106
112
|
- `open_in_new_tab` tool to open URLs in browser
|
|
107
113
|
- Chrome browser support via AppleScript automation
|
|
108
114
|
|
|
109
|
-
[Unreleased]: https://github.com/pokutuna/mcp-chrome-tabs/compare/v0.7.
|
|
115
|
+
[Unreleased]: https://github.com/pokutuna/mcp-chrome-tabs/compare/v0.7.2...HEAD
|
|
116
|
+
[0.7.2]: https://github.com/pokutuna/mcp-chrome-tabs/compare/v0.7.1...v0.7.2
|
|
110
117
|
[0.7.1]: https://github.com/pokutuna/mcp-chrome-tabs/compare/v0.7.0...v0.7.1
|
|
111
118
|
[0.7.0]: https://github.com/pokutuna/mcp-chrome-tabs/compare/v0.6.0...v0.7.0
|
|
112
119
|
[0.6.0]: https://github.com/pokutuna/mcp-chrome-tabs/compare/v0.5.0...v0.6.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pokutuna/mcp-chrome-tabs",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/pokutuna/mcp-chrome-tabs"
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
"test:e2e": "playwright test"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
40
|
-
"defuddle": "^0.
|
|
39
|
+
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
40
|
+
"defuddle": "^0.12.0",
|
|
41
41
|
"jsdom": "^24.0.0",
|
|
42
|
-
"zod": "^4.
|
|
42
|
+
"zod": "^4.3.6"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@playwright/test": "^1.
|
|
45
|
+
"@playwright/test": "^1.58.2",
|
|
46
46
|
"@types/node": "^24.10.1",
|
|
47
47
|
"playwright": "^1.54.1",
|
|
48
|
-
"prettier": "^3.
|
|
48
|
+
"prettier": "^3.8.1",
|
|
49
49
|
"tsx": "^4.21.0",
|
|
50
50
|
"typescript": "~5.9.3",
|
|
51
|
-
"vitest": "^4.0.
|
|
51
|
+
"vitest": "^4.0.18"
|
|
52
52
|
}
|
|
53
53
|
}
|