bandersnatch
Advanced tools
Comparing version 1.8.3 to 1.8.4
@@ -0,1 +1,8 @@ | ||
## [1.8.4](https://github.com/hongaar/bandersnatch/compare/v1.8.3...v1.8.4) (2021-10-14) | ||
### Bug Fixes | ||
* **deps:** update dependency typed-emitter to v1.4.0 ([#323](https://github.com/hongaar/bandersnatch/issues/323)) ([38570cd](https://github.com/hongaar/bandersnatch/commit/38570cdc754ac35f093b4c7415e3a0989a94c244)) | ||
## [1.8.3](https://github.com/hongaar/bandersnatch/compare/v1.8.2...v1.8.3) (2021-09-26) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "bandersnatch", | ||
"description": "Simple TypeScript CLI / REPL framework", | ||
"version": "1.8.3", | ||
"version": "1.8.4", | ||
"repository": { | ||
@@ -52,5 +52,5 @@ "type": "git", | ||
"@types/node": "16.7.13", | ||
"doctoc": "2.0.1", | ||
"doctoc": "2.1.0", | ||
"husky": "7.0.2", | ||
"jest": "27.2.2", | ||
"jest": "27.2.5", | ||
"leasot": "12.0.0", | ||
@@ -60,5 +60,5 @@ "mock-argv": "2.0.6", | ||
"ts-jest": "27.0.5", | ||
"ts-node": "10.2.1", | ||
"typescript": "4.4.3" | ||
"ts-node": "10.3.0", | ||
"typescript": "4.4.4" | ||
} | ||
} |
@@ -761,3 +761,3 @@ # bandersnatch | ||
Copyright (c) 2020 Joram van den Boezem. Licensed under the MIT license. | ||
Copyright (c) 2021 Joram van den Boezem. Licensed under the MIT license. | ||
@@ -764,0 +764,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
82873