This commit is contained in:
xiaojunnuo
2023-07-03 17:59:34 +08:00
parent 8114a33d20
commit a096a43c56
24 changed files with 94 additions and 46 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-cert",
"private": false,
"version": "1.1.4",
"version": "1.1.5",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
@@ -17,8 +17,8 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/acme-client": "^1.1.4",
"@certd/pipeline": "^1.1.4",
"@certd/acme-client": "^1.1.5",
"@certd/pipeline": "^1.1.5",
"jszip": "^3.10.1",
"node-forge": "^0.10.0"
},