mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
feat: plugin-sdk safety all around (#29323)
This commit is contained in:
parent
cb1af3a8ec
commit
688241a462
11 changed files with 200 additions and 184 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue