feat(plugin-sdk): basic implementation for multi-transport

This commit is contained in:
Neko Ayaka
2026-02-08 02:07:58 +08:00
parent a3e743b7e0
commit d98b3c6a2c
15 changed files with 279 additions and 184 deletions
+5
View File
@@ -18,6 +18,11 @@
".": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"./plugin-host": {
"types": "./dist/plugin-host/index.d.mts",
"node": "./dist/plugin-host/runtimes/node/index.mjs",
"default": "./dist/plugin-host/runtimes/web/index.mjs"
}
},
"main": "./dist/index.mjs",