fix: use package-root extension entrypoint
Publish to npm / publish (push) Successful in 30s

This commit is contained in:
2026-09-02 22:29:10 +08:00
parent 1b47f33a7e
commit 776f31fb47
4 changed files with 9 additions and 7 deletions
+4 -3
View File
@@ -5,7 +5,7 @@
"dependencies": {
"typebox": "1.3.7"
},
"version": "0.1.1",
"version": "0.1.2",
"description": "SiYuan Note extension for pi coding agent \u2014 HTTP API wrapper with notebook-level RWD permission auditing",
"keywords": [
"pi-package",
@@ -20,14 +20,15 @@
},
"pi": {
"extensions": [
"./src/index.ts"
"./index.ts"
]
},
"devDependencies": {
"@earendil-works/pi-coding-agent": "0.84.4"
},
"main": "src/index.ts",
"main": "index.ts",
"files": [
"index.ts",
"src",
"README.md",
"LICENSE",