You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name":"stateful-process-command-proxy",
3
-
"version":"1.0.0-beta.3",
4
-
"description":"Module for executing os commands against a pool of stateful child processes such as bash or powershell via stdout and stderr streams",
3
+
"version":"1.0.0-beta.4",
4
+
"description":"Module for executing commands in shells (bash or powershell etc) against a pool of stateful child processes such as bash or powershell via stdout and stderr streams",
0 commit comments