mcp-internet-archive 3.5.1 → 3.5.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 +6 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [3.5.2](https://github.com/Mearman/mcp-wayback-machine/compare/v3.5.1...v3.5.2) (2026-05-11)
|
|
2
|
+
|
|
3
|
+
### Build
|
|
4
|
+
|
|
5
|
+
* **deps:** bump the dev-dependencies group with 2 updates ([9776d3b](https://github.com/Mearman/mcp-wayback-machine/commit/9776d3ba6dc90363d534c6d82281f75e3d27fc72))
|
|
6
|
+
|
|
1
7
|
## [3.5.1](https://github.com/Mearman/mcp-wayback-machine/compare/v3.5.0...v3.5.1) (2026-05-10)
|
|
2
8
|
|
|
3
9
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-internet-archive",
|
|
3
3
|
"mcpName": "io.github.Mearman/mcp-wayback-machine",
|
|
4
|
-
"version": "3.5.
|
|
4
|
+
"version": "3.5.2",
|
|
5
5
|
"description": "MCP server and CLI tool for interacting with the Wayback Machine without API keys",
|
|
6
6
|
"main": "./dist/bin.js",
|
|
7
7
|
"type": "module",
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
"eslint": "10.3.0",
|
|
64
64
|
"eslint-config-prettier": "10.1.8",
|
|
65
65
|
"eslint-plugin-prettier": "5.5.5",
|
|
66
|
-
"eslint-plugin-zod": "3.
|
|
66
|
+
"eslint-plugin-zod": "3.12.0",
|
|
67
67
|
"glob": "13.0.6",
|
|
68
68
|
"husky": "9.1.7",
|
|
69
69
|
"lint-staged": "16.4.0",
|
|
70
70
|
"prettier": "3.8.3",
|
|
71
71
|
"semantic-release": "25.0.3",
|
|
72
|
-
"turbo": "2.9.
|
|
72
|
+
"turbo": "2.9.8",
|
|
73
73
|
"typescript": "6.0.3",
|
|
74
74
|
"typescript-eslint": "8.59.1"
|
|
75
75
|
},
|