chore: Bump version, add sharp dependency, and configure its optional installation via .npmrc and bun settings.

This commit is contained in:
CodingInCarhartts
2025-12-14 13:07:56 -08:00
parent b77c569f8e
commit eb1cf5cfd3
2 changed files with 11 additions and 3 deletions
+9 -3
View File
@@ -1,6 +1,6 @@
{
"name": "opencode-personal-knowledge",
"version": "1.0.2",
"version": "1.0.3",
"description": "Personal knowledge MCP server with vector database for the Opencode ecosystem",
"type": "module",
"main": "dist/mcp-server.js",
@@ -56,6 +56,12 @@
},
"trustedDependencies": [
"@biomejs/biome",
"protobufjs"
]
"protobufjs",
"sharp"
],
"bun": {
"install": {
"optional": true
}
}
}