deps-upgrade(deps): ⬆️ Update dependencies and devDependencies to latest versions for security and feature improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
ec2eb9bd6b
commit
3204294000
1 changed files with 7 additions and 3 deletions
10
package.json
10
package.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lilith/mcp-common",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Shared utilities for MCP servers - versioning, common types, helpers",
|
||||
"type": "module",
|
||||
"main": "./dist/index.js",
|
||||
|
|
@ -28,14 +28,18 @@
|
|||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://forge.black.local/lilith/mcp-common.git"
|
||||
"url": "http://forge.black.lan/lilith/mcp-common.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/3viky/mcp-common/issues"
|
||||
},
|
||||
"homepage": "https://github.com/3viky/mcp-common#readme",
|
||||
"peerDependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/configs": "workspace:*",
|
||||
"@modelcontextprotocol/sdk": "1.26.0",
|
||||
"@types/node": "^22.19.5",
|
||||
"tsup": "^8.5.1",
|
||||
"typescript": "^5.9.3"
|
||||
|
|
@ -49,6 +53,6 @@
|
|||
"build": true
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "http://forge.black.local/api/packages/lilith/npm/"
|
||||
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue