Skip to content

Commit

Permalink
Change: update npm deps and readme toc tree
Browse files Browse the repository at this point in the history
  • Loading branch information
NobleMajo committed Jan 26, 2025
1 parent 1a0bdde commit f985b2d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,17 @@ It wraps around the ssh2-library, providing a [promise-based approach](#promisif
----

- [HiveSsh](#hivessh)
- [Key Features](#key-features)
- [SSH2](#ssh2)
- [Key features](#key-features)
- [Requirements](#requirements)
- [Getting started](#getting-started)
- [Promisified](#promisified)
- [Execute and assets](#execute-and-assets)
- [Execute](#execute)
- [Execute at](#execute-at)
- [Command existence checks](#command-existence-checks)
- [Sftp](#sftp)
- [AbstractPackageManager](#abstractpackagemanager)
- [Custom package manager](#custom-package-manager)
- [Abstract Package Manager](#abstract-package-manager)
- [Custom apm](#custom-apm)
- [Register package manager](#register-package-manager)
- [Exec Session](#exec-session)
- [Technologies](#technologies)
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hivessh",
"version": "1.2.0",
"version": "1.2.1",
"description": "HiveSsh is an innovative library designed to streamline SSH2 connections and simplify task execution on Linux servers.",
"type": "module",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit f985b2d

Please sign in to comment.