feat(smartproxy): Update dependencies and enhance ACME certificate provisioning with wildcard support

This commit is contained in:
2025-05-19 10:11:29 +00:00
parent 9646dba601
commit ec81678651
6 changed files with 161 additions and 1225 deletions

View File

@ -18,16 +18,16 @@
"@git.zone/tsbuild": "^2.5.1",
"@git.zone/tsrun": "^1.2.44",
"@git.zone/tstest": "^1.9.0",
"@types/node": "^22.15.18",
"@types/node": "^22.15.19",
"typescript": "^5.8.3"
},
"dependencies": {
"@push.rocks/lik": "^6.2.2",
"@push.rocks/smartacme": "^7.3.4",
"@push.rocks/smartacme": "^8.0.0",
"@push.rocks/smartcrypto": "^2.0.4",
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartfile": "^11.2.0",
"@push.rocks/smartnetwork": "^4.0.1",
"@push.rocks/smartnetwork": "^4.0.2",
"@push.rocks/smartpromise": "^4.2.3",
"@push.rocks/smartrequest": "^2.1.0",
"@push.rocks/smartstring": "^4.0.15",