fix(test): Add missing checkWetherDomainIsSupported implementation to DummyHandler for interface compliance in tests

This commit is contained in:
2025-05-05 14:39:23 +00:00
parent 0a1d617ce3
commit d69eb73afc
3 changed files with 8 additions and 1 deletions

View File

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