fix(mail/delivery): Centralize runtime/plugin imports and switch modules to use plugins exports; unify EventEmitter usage; update Deno dependencies and small path/server refactors
This commit is contained in:
@@ -41,9 +41,13 @@
|
||||
"@std/crypto": "jsr:@std/crypto@^1.0.0",
|
||||
"@std/assert": "jsr:@std/assert@^1.0.0",
|
||||
"@apiclient.xyz/cloudflare": "npm:@apiclient.xyz/cloudflare@latest",
|
||||
"lru-cache": "npm:lru-cache@^11.0.0",
|
||||
"@push.rocks/smartfile": "npm:@push.rocks/smartfile@latest",
|
||||
"@push.rocks/smartdns": "npm:@push.rocks/smartdns@latest",
|
||||
"@push.rocks/smartmail": "npm:@push.rocks/smartmail@^2.0.0",
|
||||
"@tsclass/tsclass": "npm:@tsclass/tsclass@latest",
|
||||
"lru-cache": "npm:lru-cache@^11.0.0",
|
||||
"mailauth": "npm:mailauth@^4.0.0",
|
||||
"uuid": "npm:uuid@^9.0.0"
|
||||
"uuid": "npm:uuid@^9.0.0",
|
||||
"ip": "npm:ip@^2.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user