fix(mta): Expose HttpResponse.statusCode and add explicit generic type annotations in DNSManager cache retrieval

This commit is contained in:
2025-03-15 14:13:02 +00:00
parent 983e6cb623
commit 4887ec9d93
4 changed files with 10 additions and 4 deletions

View File

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