logseq-mcp 0.0.13 → 0.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "logseq-mcp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.18",
|
|
4
4
|
"description": "Logseq Model Context Protocol Agent",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"build:linux-x64": "bun run build.ts binary linux-x64",
|
|
30
30
|
"build:linux-arm64": "bun run build.ts binary linux-arm64",
|
|
31
31
|
"build:windows": "bun run build.ts binary windows",
|
|
32
|
+
"prepare": "chmod +x dist/index.js || true",
|
|
32
33
|
"prepublishOnly": "bun run build",
|
|
33
34
|
"test:workflow:release": "act release --container-architecture linux/amd64 -n",
|
|
34
35
|
"test:workflow:build-binaries": "act release -j build-binaries --container-architecture linux/amd64",
|