Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "hivessh", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "HiveSsh simplifies SSH2 connections via promise-based task execution on Linux servers with built-in server utilities and powerful command execution functions", | ||
@@ -63,2 +63,2 @@ "main": "dist/index.js", | ||
} | ||
} | ||
} |
@@ -52,2 +52,3 @@ # HiveSsh | ||
import { SshHost } from "hivelib" | ||
// or import SshHost from "hivelib" (SshHost is also the default export) | ||
@@ -90,13 +91,12 @@ //connect | ||
- **SSH2** | ||
- **SFTP** | ||
# License | ||
HiveSsh is licensed under the MIT license, providing users with flexibility and freedom to use and modify the software according to their needs. | ||
# Contributing | ||
Contributions to HiveSsh are welcome! | ||
Interested users can refer to the guidelines provided in the CONTRIBUTING.md file to contribute to the project and help improve its functionality and features. | ||
Interested users can refer to the guidelines provided in the [CONTRIBUTING.md](CONTRIBUTING.md) file to contribute to the project and help improve its functionality and features. | ||
# License | ||
HiveSsh is licensed under the [MIT license](LICENSE), providing users with flexibility and freedom to use and modify the software according to their needs. | ||
# Disclaimer | ||
HiveSsh is provided without warranties. | ||
Users are advised to review the accompanying license for more information on the terms of use and limitations of liability. |
Sorry, the diff of this file is not supported yet
94073