fix(SmartAcme): Remove duplicate challengeHandlers declaration from SmartAcme class

This commit is contained in:
2025-05-05 17:29:16 +00:00
parent 47d1609a49
commit 3cee6c534a
3 changed files with 11 additions and 3 deletions

View File

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