feat(plugins): Add smartproxy support by including the @push.rocks/smartproxy dependency and exporting it in the plugins module.

This commit is contained in:
2025-03-15 16:14:49 +00:00
parent 63ecf60543
commit 329320cd40
6 changed files with 196 additions and 4 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/platformservice',
version: '2.1.0',
version: '2.2.0',
description: 'A multifaceted platform service handling mail, SMS, letter delivery, and AI services.'
}