Andrii Kurdiumov
a4b42e4985
Move source code to src folder ( #160 )
...
That's allow compile code using TSC before publish
And all future code can use TypeScript
2022-05-10 18:16:13 +06:00
dependabot[bot]
9330d7cd10
Bump minimist from 1.2.5 to 1.2.6 ( #155 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-28 09:32:26 +06:00
Andrii Kurdiumov
763b7e8e04
Bump version to 1.3.2
2022-02-15 11:27:51 +06:00
Andrii Kurdiumov
8919eb5644
Update version to 1.3.1
2022-02-14 23:03:46 +06:00
Andrii Kurdiumov
97dc197c5d
Fix audit issues
2022-02-14 23:03:13 +06:00
Jonathan Durand
752568a81d
Insert images ( #121 )
...
Change image ratio to be percent based instead of proportion base
2020-08-13 14:16:32 +06:00
dependabot[bot]
357d23b941
Bump sshpk from 1.10.0 to 1.16.1 ( #120 )
...
Bumps [sshpk](https://github.com/joyent/node-sshpk ) from 1.10.0 to 1.16.1.
- [Release notes](https://github.com/joyent/node-sshpk/releases )
- [Commits](https://github.com/joyent/node-sshpk/compare/v1.10.0...v1.16.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-10 16:00:33 +06:00
dependabot[bot]
656a5eb16a
Bump debug from 2.2.0 to 2.6.9 ( #119 )
...
Bumps [debug](https://github.com/visionmedia/debug ) from 2.2.0 to 2.6.9.
- [Release notes](https://github.com/visionmedia/debug/releases )
- [Changelog](https://github.com/visionmedia/debug/blob/2.6.9/CHANGELOG.md )
- [Commits](https://github.com/visionmedia/debug/compare/2.2.0...2.6.9 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-10 16:00:12 +06:00
Andrii Kurdiumov
bf0cdd9087
Replace buster with Jest ( #118 )
...
As consequences it require me to make couple of function public
and specify interfaces for resulting data.
Also this work expose that previous typings was incorrectly written.
@RW-DiefBell and @tiholic you seems to be relying on incorrect definitions.
Please check.
2020-08-10 15:53:23 +06:00
dependabot[bot]
87ce03317f
Bump websocket-extensions from 0.1.1 to 0.1.4 ( #115 )
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.1 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.1...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-03 22:18:12 +06:00
dependabot[bot]
f135d8ae8d
Bump is-my-json-valid from 2.13.1 to 2.20.5 ( #116 )
...
Bumps [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid ) from 2.13.1 to 2.20.5.
- [Release notes](https://github.com/mafintosh/is-my-json-valid/releases )
- [Commits](https://github.com/mafintosh/is-my-json-valid/compare/v2.13.1...v2.20.5 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-03 22:17:52 +06:00
dependabot[bot]
7e2791b482
Bump stringstream from 0.0.5 to 0.0.6 ( #114 )
...
Bumps [stringstream](https://github.com/mhart/StringStream ) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/mhart/StringStream/releases )
- [Commits](https://github.com/mhart/StringStream/compare/v0.0.5...v0.0.6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-03 22:17:32 +06:00
dependabot[bot]
c585fd7dd8
Bump minimist from 1.2.0 to 1.2.5 ( #113 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.0 to 1.2.5.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.5 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-03 22:17:02 +06:00
Andrii Kurdiumov
52b97a73ca
Introduce ability to check source code using TSC ( #111 )
...
This does not convert code to TypeScript yet.
Based on initial testing, buster should be abandoned
or typings for it should be written.
2020-08-03 19:19:32 +06:00