chore: add yaml dep to discovery

This commit is contained in:
gzuuus
2025-02-28 20:32:03 +01:00
parent f798bb1a23
commit db0da6909c
2 changed files with 5 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
},
"packages/dvmcp-bridge": {
"name": "@dvmcp/bridge",
"version": "0.1.0",
"version": "0.1.3",
"bin": {
"dvmcp-bridge": "./cli.ts",
},
@@ -36,7 +36,7 @@
},
"packages/dvmcp-discovery": {
"name": "@dvmcp/discovery",
"version": "0.1.0",
"version": "0.1.3",
"bin": {
"dvmcp-discovery": "./cli.ts",
},
@@ -44,6 +44,7 @@
"@dvmcp/commons": "^0.1.0",
"@modelcontextprotocol/sdk": "^1.5.0",
"nostr-tools": "^2.10.4",
"yaml": "^2.7.0",
},
"devDependencies": {
"@types/bun": "latest",

View File

@@ -1,6 +1,6 @@
{
"name": "@dvmcp/discovery",
"version": "0.1.3",
"version": "0.1.4",
"description": "Discovery service for MCP tools in the Nostr DVM ecosystem",
"module": "index.ts",
"type": "module",
@@ -33,6 +33,7 @@
"dependencies": {
"@modelcontextprotocol/sdk": "^1.5.0",
"nostr-tools": "^2.10.4",
"yaml": "^2.7.0",
"@dvmcp/commons": "^0.1.0"
},
"publishConfig": {