feat: more plugin triggers and methods (#28690)

This commit is contained in:
Jason Rasmussen 2026-05-29 14:02:07 -04:00 committed by GitHub
parent 58586483dc
commit da8505f61d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 322 additions and 133 deletions

View file

@ -2,7 +2,6 @@
"name": "@immich/plugin-sdk",
"version": "0.0.0",
"description": "",
"main": "index.js",
"type": "module",
"exports": {
"./host-functions": {
@ -11,7 +10,8 @@
},
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"scripts": {