feat(plugins): Add smartmail, mailauth and uuid to Deno dependencies and export them from plugins; include local dev permissions file

This commit is contained in:
2025-10-24 08:19:56 +00:00
parent d6a1cf5bf4
commit 269bafc1bf
6 changed files with 49 additions and 2 deletions

View File

@@ -42,6 +42,8 @@
"@std/assert": "jsr:@std/assert@^1.0.0",
"@apiclient.xyz/cloudflare": "npm:@apiclient.xyz/cloudflare@latest",
"lru-cache": "npm:lru-cache@^11.0.0",
"mailaddress-validator": "npm:mailaddress-validator@^1.0.11"
"@push.rocks/smartmail": "npm:@push.rocks/smartmail@^2.0.0",
"mailauth": "npm:mailauth@^4.0.0",
"uuid": "npm:uuid@^9.0.0"
}
}