mcp-internet-archive 3.0.1 → 3.1.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/CHANGELOG.md +22 -0
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ ## [3.1.0](https://github.com/Mearman/mcp-wayback-machine/compare/v3.0.2...v3.1.0) (2026-05-09)
2
+
3
+ ### Features
4
+
5
+ * add Claude Code plugin marketplace distribution ([7d892c9](https://github.com/Mearman/mcp-wayback-machine/commit/7d892c9742084ea3fd3416c5ee20aabd334b3b67))
6
+ * add Claude Code plugin marketplace distribution ([fc35f78](https://github.com/Mearman/mcp-wayback-machine/commit/fc35f781f0e57df001dd91844c7b62caba2f464e))
7
+
8
+ ### Bug Fixes
9
+
10
+ * remove invalid automerge from dependabot config ([b698469](https://github.com/Mearman/mcp-wayback-machine/commit/b6984692e6aede3323c9036470018a4b2ebb83a4))
11
+
12
+ ### Chores
13
+
14
+ * configure dependabot auto-merge, cooldown, and commit conventions ([ae73e00](https://github.com/Mearman/mcp-wayback-machine/commit/ae73e006f1e5151984ca97815771c7582544399a))
15
+ * **deps:** bump zod, eslint, typescript-eslint, add @semantic-release/exec ([61f7484](https://github.com/Mearman/mcp-wayback-machine/commit/61f7484dd9b24a0b8a13b8e40b5aaf561caef260))
16
+
17
+ ## [3.0.2](https://github.com/Mearman/mcp-wayback-machine/compare/v3.0.1...v3.0.2) (2026-05-09)
18
+
19
+ ### Bug Fixes
20
+
21
+ * correct dependabot group applies-to to dependency-type ([7c4926e](https://github.com/Mearman/mcp-wayback-machine/commit/7c4926efbcefa73626bd5f7fcc154f5edcc16fd2))
22
+
1
23
  ## [3.0.1](https://github.com/Mearman/mcp-wayback-machine/compare/v3.0.0...v3.0.1) (2026-05-09)
2
24
 
3
25
  ### Chores
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.0.1",
4
+ "version": "3.1.0",
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",
@@ -44,18 +44,19 @@
44
44
  "dependencies": {
45
45
  "@modelcontextprotocol/sdk": "1.29.0",
46
46
  "commander": "14.0.3",
47
- "zod": "4.4.1"
47
+ "zod": "4.4.2"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@commitlint/cli": "20.5.3",
51
51
  "@commitlint/config-conventional": "20.5.3",
52
52
  "@eslint/js": "10.0.1",
53
53
  "@semantic-release/changelog": "6.0.3",
54
+ "@semantic-release/exec": "7.1.0",
54
55
  "@semantic-release/git": "10.0.1",
55
56
  "@semantic-release/github": "12.0.6",
56
57
  "@types/node": "25.6.0",
57
58
  "conventional-changelog-conventionalcommits": "9.3.1",
58
- "eslint": "10.2.1",
59
+ "eslint": "10.3.0",
59
60
  "eslint-config-prettier": "10.1.8",
60
61
  "eslint-plugin-prettier": "5.5.5",
61
62
  "eslint-plugin-zod": "3.11.0",
@@ -65,7 +66,7 @@
65
66
  "semantic-release": "25.0.3",
66
67
  "turbo": "2.9.7",
67
68
  "typescript": "6.0.3",
68
- "typescript-eslint": "8.58.2"
69
+ "typescript-eslint": "8.59.1"
69
70
  },
70
71
  "scripts": {
71
72
  "build": "turbo run _build",