diff --git a/package-lock.json b/package-lock.json index 118908e..dde920f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,24 +1,24 @@ { "name": "hivessh", - "version": "1.0.12", + "version": "1.0.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hivessh", - "version": "1.0.12", + "version": "1.0.13", "license": "MIT", "os": [ "!win32" ], "dependencies": { - "ssh2": "^1.15.0" + "ssh2": "1" }, "devDependencies": { - "@types/node": "^20.12.7", - "@types/ssh2": "^1.15.0", - "nodemon": "^3.1.0", - "typescript": "^5.4.3" + "@types/node": "20", + "@types/ssh2": "1", + "nodemon": "3", + "typescript": "5" } }, "node_modules/@types/node": { diff --git a/package.json b/package.json index bc9dfa5..9c2fd66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hivessh", - "version": "1.0.12", + "version": "1.0.13", "description": "HiveSsh simplifies SSH2 connections via promise-based task execution on Linux servers with built-in server utilities and powerful command execution functions", "main": "dist/index.js", "type": "module", @@ -45,9 +45,6 @@ "email": "majo@coreunit.net", "url": "https://github.com/NobleMajo" }, - "os": [ - "!win32" - ], "homepage": "https://github.com/NobleMajo/hivelib", "bugs": { "url": "https://github.com/NobleMajo/hivelib/issues" @@ -66,4 +63,4 @@ "dependencies": { "ssh2": "^1.15.0" } -} +} \ No newline at end of file