This commit is contained in:
xiaojunnuo
2023-07-03 09:22:33 +08:00
parent abb4a7c0f9
commit d1809e0f7d
24 changed files with 94 additions and 46 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-host",
"private": false,
"version": "1.1.2",
"version": "1.1.3",
"main": "./dist/bundle.js",
"module": "./dist/bundle.mjs",
"types": "./dist/d/index.d.ts",
@@ -12,8 +12,8 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/pipeline": "^1.1.2",
"@certd/plugin-cert": "^1.1.2",
"@certd/pipeline": "^1.1.3",
"@certd/plugin-cert": "^1.1.3",
"ssh2": "^0.8.9"
},
"devDependencies": {