mirror of
https://github.com/NocturnLabs/opencode-personal-knowledge.git
synced 2026-07-18 08:05:59 +02:00
chore: Bump version, add sharp dependency, and configure its optional installation via .npmrc and bun settings.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# Skip optional sharp dependency (not needed for text embeddings)
|
||||
sharp_ignore_global_libvips=1
|
||||
+9
-3
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user