File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.0.3] ( https://github.com/Mearman/mcp-wayback-machine/compare/v1.0.2...v1.0.3 ) (2025-06-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * skip prepublishOnly script for GitHub Packages publish ([ 25c3c3f] ( https://github.com/Mearman/mcp-wayback-machine/commit/25c3c3fc104f7c0c55cf4a8e9bf3d5952aa91884 ) )
7
+
1
8
## [ 1.0.2] ( https://github.com/Mearman/mcp-wayback-machine/compare/v1.0.1...v1.0.2 ) (2025-06-04)
2
9
3
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mcp-wayback-machine" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " MCP server for interacting with the Wayback Machine without API keys" ,
5
5
"main" : " dist/index.js" ,
6
6
"type" : " module" ,
7
- "bin" : {
8
- "mcp-wayback-machine" : " dist/index.js"
9
- },
7
+ "bin" : " dist/index.js" ,
10
8
"scripts" : {
11
9
"build" : " tsc" ,
12
10
"dev" : " tsx watch src/index.ts" ,
You can’t perform that action at this time.
0 commit comments