This commit is contained in:
xiaojunnuo
2024-08-04 22:32:13 +08:00
parent 95eeb93822
commit f47f86b669
12 changed files with 40 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-cert",
"private": false,
"version": "1.22.6",
"version": "1.22.7",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -14,7 +14,7 @@
},
"dependencies": {
"@certd/acme-client": "^1.22.6",
"@certd/pipeline": "^1.22.6",
"@certd/pipeline": "^1.22.7",
"jszip": "^3.10.1",
"node-forge": "^0.10.0",
"psl": "^1.9.0"