This commit is contained in:
xiaojunnuo
2024-02-28 11:17:55 +08:00
parent 7ee753ac85
commit b745712791
24 changed files with 97 additions and 45 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-tencent",
"private": false,
"version": "1.2.1",
"version": "1.20.2",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
@@ -17,9 +17,9 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/pipeline": "^1.2.1",
"@certd/plugin-cert": "^1.2.1",
"@certd/plugin-util": "^1.2.1",
"@certd/pipeline": "^1.20.2",
"@certd/plugin-cert": "^1.20.2",
"@certd/plugin-util": "^1.20.2",
"tencentcloud-sdk-nodejs": "^4.0.44"
},
"devDependencies": {