This commit is contained in:
xiaojunnuo
2024-05-30 11:39:05 +08:00
parent 660ae7333b
commit a31f1c7f5e
14 changed files with 73 additions and 22 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-cert",
"private": false,
"version": "1.20.9",
"version": "1.20.10",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
@@ -17,8 +17,8 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/acme-client": "workspace:^1.20.9",
"@certd/pipeline": "workspace:^1.20.9",
"@certd/acme-client": "workspace:^1.20.10",
"@certd/pipeline": "workspace:^1.20.10",
"jszip": "^3.10.1",
"node-forge": "^0.10.0"
},