This commit is contained in:
xiaojunnuo
2023-05-24 18:02:45 +08:00
parent 443f6358c9
commit 99bb7b70e0
24 changed files with 133 additions and 85 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-huawei",
"private": false,
"version": "1.0.0",
"version": "1.0.1",
"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.0",
"@certd/pipeline": "^1.0.0",
"@certd/plugin-cert": "^1.0.0",
"@certd/plugin-util": "^1.0.0",
"@certd/acme-client": "^1.0.1",
"@certd/pipeline": "^1.0.1",
"@certd/plugin-cert": "^1.0.1",
"@certd/plugin-util": "^1.0.1",
"axios": "^0.27.2",
"dayjs": "^1.11.6",
"lodash": "^4.17.21",