Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "hivessh", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "HiveSsh is an innovative library designed to streamline SSH2 connections and simplify task execution on Linux servers.", | ||
@@ -17,3 +17,3 @@ "type": "module", | ||
"build": "tsc", | ||
"testl": "tsc && node --env-file=.env --enable-source-maps dist/test/ubuntuServer.test.js", | ||
"testl": "tsc && node --env-file=.env --enable-source-maps dist/test/e2e-concurrent-exec.test.js", | ||
"exec": "tsc && node --enable-source-maps dist/index.js", | ||
@@ -20,0 +20,0 @@ "dev": "nodemon -w ./src --ext *.ts -x \"tsc && node --enable-source-maps dist/index.js\"" |
313205