ssh2-connect
Advanced tools
Comparing version 3.4.3 to 3.5.0
@@ -5,2 +5,9 @@ # Changelog | ||
## [3.5.0](https://github.com/adaltas/node-ssh2-connect/compare/v3.4.3...v3.5.0) (2024-09-02) | ||
### Features | ||
* TS type definitions ([#4](https://github.com/adaltas/node-ssh2-connect/issues/4)) ([7797eea](https://github.com/adaltas/node-ssh2-connect/commit/7797eead6976e5fb56ee0fbcd0ae1b5251064e99)) | ||
### [3.4.3](https://github.com/adaltas/node-ssh2-connect/compare/v3.4.2...v3.4.3) (2024-06-12) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "ssh2-connect", | ||
"description": "Callback-based api behind ssh2 to open an SSH connection", | ||
"version": "3.4.3", | ||
"version": "3.5.0", | ||
"author": "David Worms <david@adaltas.com> (https://www.adaltas.com)", | ||
@@ -31,8 +31,8 @@ "coffeelintConfig": { | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.3.0", | ||
"@commitlint/config-conventional": "^19.2.2", | ||
"@commitlint/cz-commitlint": "^19.2.0", | ||
"@commitlint/cli": "^19.4.1", | ||
"@commitlint/config-conventional": "^19.4.1", | ||
"@commitlint/cz-commitlint": "^19.4.0", | ||
"coffeescript": "^2.7.0", | ||
"husky": "^9.0.11", | ||
"mocha": "~10.4.0", | ||
"husky": "^9.1.5", | ||
"mocha": "~10.7.3", | ||
"should": "~13.2.3", | ||
@@ -81,3 +81,4 @@ "standard-version": "^9.5.0" | ||
"test": "mocha 'test/**/*.coffee'" | ||
} | ||
}, | ||
"types": "types/index.d.ts" | ||
} |
@@ -127,11 +127,16 @@ [![Build Status](https://secure.travis-ci.org/adaltas/node-ssh2-connect.png)][travis] | ||
The test suite is run online with [Travis][travis] against several Node.js version. | ||
The test suite is run online with GitHub action against several Node.js version. | ||
To version and publish: | ||
## Release | ||
Versions are incremented using semantic versioning. To create a new version and publish it to NPM, run: | ||
```bash | ||
npm run release | ||
npm publish | ||
# Or | ||
npm run release:<major|minor|patch> | ||
``` | ||
The NPM publication is handled with the GitHub action. | ||
## Contributors | ||
@@ -138,0 +143,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15941
11
132
151