This commit is contained in:
xiaojunnuo
2021-12-04 17:11:07 +08:00
parent b7c12e6d91
commit a70b4373de
10 changed files with 30 additions and 30 deletions
+4 -4
View File
@@ -1,19 +1,19 @@
{
"name": "@certd/plugin-tencent",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"main": "src/index.js",
"type": "module",
"dependencies": {
"@certd/api": "^0.2.0",
"@certd/api": "^0.2.1",
"dayjs": "^1.9.7",
"kubernetes-client": "^9.0.0",
"lodash-es": "^4.17.20",
"tencentcloud-sdk-nodejs": "^4.0.44"
},
"devDependencies": {
"@certd/certd": "^0.2.0",
"@certd/plugin-common": "^0.2.0",
"@certd/certd": "^0.2.1",
"@certd/plugin-common": "^0.2.1",
"chai": "^4.2.0",
"eslint": "^7.15.0",
"eslint-config-standard": "^16.0.2",