This commit is contained in:
xiaojunnuo
2025-02-09 16:09:40 +08:00
parent 2193ddfabe
commit bcacafeb84
26 changed files with 112 additions and 41 deletions

View File

@@ -3,7 +3,7 @@
"description": "Simple and unopinionated ACME client",
"private": false,
"author": "nmorsman",
"version": "1.30.1",
"version": "1.30.2",
"type": "module",
"module": "scr/index.js",
"main": "src/index.js",
@@ -18,7 +18,7 @@
"types"
],
"dependencies": {
"@certd/basic": "^1.30.1",
"@certd/basic": "^1.30.2",
"@peculiar/x509": "^1.11.0",
"asn1js": "^3.0.5",
"axios": "^1.7.2",