@vibecontrols/vibe-plugin-tool-ssh 2026.509.1 → 2026.512.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of @vibecontrols/vibe-plugin-tool-ssh might be problematic. Click here for more details.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibecontrols/vibe-plugin-tool-ssh",
|
|
3
|
-
"version": "2026.
|
|
3
|
+
"version": "2026.512.1",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"license": "SEE LICENSE IN LICENSE",
|
|
36
36
|
"description": "SSH connections, remote terminals, port forwarding & remote agent installation for VibeControls Agent",
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@vibecontrols/plugin-sdk": "2026.509.
|
|
38
|
+
"@vibecontrols/plugin-sdk": "2026.509.2",
|
|
39
39
|
"ssh2": "^1.16.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
},
|
|
73
73
|
"homepage": "https://vibecontrols.com",
|
|
74
74
|
"publishConfig": {
|
|
75
|
-
"access": "
|
|
76
|
-
"registry": "https://
|
|
75
|
+
"access": "public",
|
|
76
|
+
"registry": "https://registry.npmjs.org/"
|
|
77
77
|
},
|
|
78
78
|
"files": [
|
|
79
79
|
"dist/**/*",
|