Skip to content

Commit ee95e50

Browse files
chore: release v1.1.5 (#150)
Co-authored-by: poad <1867845+poad@users.noreply.github.com>
1 parent dc708ae commit ee95e50

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-mcp-server/example",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"type": "module",
55
"private": true,
66
"license": "ISC",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-lambda-mcp-server/root",
33
"private": true,
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"description": "A Hono wrapper for building an MCP (Model Context Protocol) Server that runs on AWS Lambda functions.",
66
"type": "module",
77
"scripts": {

package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-lambda-mcp-server",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "A Hono wrapper for building an MCP (Model Context Protocol) Server that runs on AWS Lambda functions.",
55
"type": "module",
66
"keywords": [
@@ -63,7 +63,7 @@
6363
"@hono/mcp": "^0.2.4",
6464
"@modelcontextprotocol/sdk": "^1.27.1",
6565
"hono": "^4.12.9",
66-
"zod": "^4.3.6"
66+
"zod": "^3.25 || ^4.0"
6767
},
6868
"peerDependencies": {
6969
"@aws-lambda-powertools/logger": "^2.32.0",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)