fix(Dns01Handler): Update dependency versions and refine Dns01Handler implementation

This commit is contained in:
2025-04-30 12:59:20 +00:00
parent f7dccb25e4
commit 40cae220d0
6 changed files with 127 additions and 60 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-04-30 - 6.1.3 - fix(Dns01Handler)
Update dependency versions and refine Dns01Handler implementation
- Bump '@apiclient.xyz/cloudflare' to ^6.4.1 and '@tsclass/tsclass' to ^9.1.0 in package.json
- Remove duplicate Cloudflare import in smartacme.plugins.ts
- Refactor Dns01Handler to use IConvenientDnsProvider and add checkWetherDomainIsSupported method
- Align devDependencies versions for improved consistency
## 2025-04-27 - 6.1.2 - fix(repo)
Update repository metadata by replacing the LICENSE file with a license.md file for improved consistency.