feat: plugin-sdk safety all around (#29323)

This commit is contained in:
Daniel Dietzler 2026-06-26 00:23:55 +02:00 committed by GitHub
parent cb1af3a8ec
commit 688241a462
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 200 additions and 184 deletions

View file

@ -21,6 +21,9 @@
"files": [
"dist"
],
"bin": {
"plugin-sdk": "./plugin-sdk.mjs"
},
"keywords": [],
"author": "",
"license": "GNU Affero General Public License version 3",
@ -35,5 +38,8 @@
},
"peerDependencies": {
"@extism/js-pdk": "^1.1.1"
},
"dependencies": {
"commander": "^15.0.0"
}
}