BREAKING CHANGE(platformservice): Remove deprecated AIBridge module and update email service to use the MTA connector; update dependency versions and adjust build scripts in package.json.

This commit is contained in:
2025-03-15 16:04:03 +00:00
parent 90d3e75963
commit a4d79c2d01
18 changed files with 472 additions and 517 deletions

View File

@ -12,6 +12,7 @@
"test": "(tstest test/)",
"start": "(node --max_old_space_size=250 ./cli.js)",
"startTs": "(node cli.ts.js)",
"build": "(tsbuild tsfolders --allowimplicitany)",
"localPublish": ""
},
"devDependencies": {
@ -22,12 +23,11 @@
"@push.rocks/tapbundle": "^5.0.22"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.18.0",
"@api.global/typedrequest": "^3.0.19",
"@api.global/typedserver": "^3.0.27",
"@api.global/typedsocket": "^3.0.0",
"@apiclient.xyz/cloudflare": "^6.0.3",
"@apiclient.xyz/letterxpress": "^1.0.17",
"@apiclient.xyz/letterxpress": "^1.0.20",
"@push.rocks/projectinfo": "^5.0.1",
"@push.rocks/qenv": "^6.0.5",
"@push.rocks/smartdata": "^5.0.7",
@ -37,14 +37,15 @@
"@push.rocks/smartpath": "^5.0.5",
"@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/smartrequest": "^2.0.21",
"@push.rocks/smartrule": "^2.0.1",
"@push.rocks/smartrx": "^3.0.7",
"@push.rocks/smartstate": "^2.0.0",
"@serve.zone/interfaces": "^1.0.47",
"@tsclass/tsclass": "^4.0.52",
"@serve.zone/interfaces": "^4.12.1",
"@tsclass/tsclass": "^5.0.0",
"@types/mailparser": "^3.4.5",
"mailauth": "^4.6.5",
"mailparser": "^3.6.9",
"openai": "^4.29.2",
"uuid": "^9.0.1"
"uuid": "^11.1.0"
},
"keywords": [
"mail service",
@ -67,5 +68,12 @@
"rule management",
"SMTP STARTTLS",
"DNS management"
]
],
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"mongodb-memory-server",
"puppeteer"
]
}
}