logseq-mcp 0.0.9 → 0.0.10
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/dist/index.js +0 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "logseq-mcp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10",
|
|
4
4
|
"description": "Logseq Model Context Protocol Agent",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.ts",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"build:linux-x64": "bun build --compile --target=bun-linux-x64 src/index.ts --outfile logseq-mcp-linux-x64",
|
|
16
16
|
"build:linux-arm64": "bun build --compile --target=bun-linux-arm64 src/index.ts --outfile logseq-mcp-linux-arm64",
|
|
17
17
|
"build:windows": "bun build --compile --target=bun-win32-x64 src/index.ts --outfile logseq-mcp-win.exe",
|
|
18
|
-
"build": "bun build src/index.ts --outdir dist --target node
|
|
18
|
+
"build": "bun build src/index.ts --outdir dist --target node",
|
|
19
19
|
"prepublishOnly": "bun run build",
|
|
20
20
|
"test:workflow:release": "act release --container-architecture linux/amd64 -n",
|
|
21
21
|
"test:workflow:build-binaries": "act release -j build-binaries --container-architecture linux/amd64",
|