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
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-host",
"private": false,
"version": "1.2.1",
"version": "1.20.2",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
@@ -17,8 +17,8 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/pipeline": "^1.2.1",
"@certd/plugin-cert": "^1.2.1",
"@certd/pipeline": "^1.20.2",
"@certd/plugin-cert": "^1.20.2",
"ssh2": "^0.8.9"
},
"devDependencies": {