fix(smartacme): Centralize interest map coordination and remove redundant interestMap from cert managers

This commit is contained in:
2025-05-01 09:28:10 +00:00
parent b8bb4af184
commit c863c7295d
5 changed files with 33 additions and 24 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartacme',
version: '7.2.0',
version: '7.2.1',
description: 'A TypeScript-based ACME client for LetsEncrypt certificate management with a focus on simplicity and power.'
}