bandersnatch
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -0,1 +1,8 @@ | ||
## [1.3.2](https://github.com/hongaar/bandersnatch/compare/v1.3.1...v1.3.2) (2020-09-23) | ||
### Bug Fixes | ||
* **deps:** update dependency @types/yargs to v15.0.6 ([#117](https://github.com/hongaar/bandersnatch/issues/117)) ([57a29ee](https://github.com/hongaar/bandersnatch/commit/57a29ee3d9bc8d41b955ef9950d07873696a1370)) | ||
## [1.3.1](https://github.com/hongaar/bandersnatch/compare/v1.3.0...v1.3.1) (2020-08-16) | ||
@@ -2,0 +9,0 @@ |
@@ -10,3 +10,3 @@ "use strict"; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
@@ -13,0 +13,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "bandersnatch", | ||
"description": "Simple TypeScript CLI / REPL framework", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"repository": { | ||
@@ -47,14 +47,14 @@ "type": "git", | ||
"@semantic-release/git": "9.0.0", | ||
"@types/jest": "26.0.10", | ||
"@types/node": "14.0.27", | ||
"@types/jest": "26.0.14", | ||
"@types/node": "14.11.2", | ||
"doctoc": "1.4.0", | ||
"husky": "4.2.5", | ||
"jest": "26.3.0", | ||
"leasot": "11.1.0", | ||
"mock-argv": "1.1.7", | ||
"prettier": "2.0.5", | ||
"husky": "4.3.0", | ||
"jest": "26.4.2", | ||
"leasot": "11.3.0", | ||
"mock-argv": "1.1.8", | ||
"prettier": "2.1.2", | ||
"promise.prototype.finally": "3.1.2", | ||
"ts-jest": "26.2.0", | ||
"ts-node": "8.10.2", | ||
"typescript": "3.9.7" | ||
"ts-jest": "26.4.0", | ||
"ts-node": "9.0.0", | ||
"typescript": "4.0.3" | ||
}, | ||
@@ -61,0 +61,0 @@ "husky": { |
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
66854