This commit is contained in:
xiaojunnuo
2023-05-24 18:07:00 +08:00
parent 71428b0181
commit 1a738403fc
24 changed files with 88 additions and 40 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-huawei",
"private": false,
"version": "1.0.1",
"version": "1.0.2",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
@@ -16,10 +16,10 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/acme-client": "^1.0.1",
"@certd/pipeline": "^1.0.1",
"@certd/plugin-cert": "^1.0.1",
"@certd/plugin-util": "^1.0.1",
"@certd/acme-client": "^1.0.2",
"@certd/pipeline": "^1.0.2",
"@certd/plugin-cert": "^1.0.2",
"@certd/plugin-util": "^1.0.2",
"axios": "^0.27.2",
"dayjs": "^1.11.6",
"lodash": "^4.17.21",