@thi.ng/checks
Advanced tools
Comparing version 2.7.6 to 2.7.7
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.7.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.7.6...@thi.ng/checks@2.7.7) (2020-08-28) | ||
**Note:** Version bump only for package @thi.ng/checks | ||
## [2.7.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.7.5...@thi.ng/checks@2.7.6) (2020-08-17) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/checks", | ||
"version": "2.7.6", | ||
"version": "2.7.7", | ||
"description": "Collection of 50+ type, feature & value checks", | ||
@@ -42,10 +42,10 @@ "module": "./index.js", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@microsoft/api-extractor": "^7.9.2", | ||
"@types/mocha": "^8.0.0", | ||
"@types/node": "^14.0.26", | ||
"mocha": "^8.1.1", | ||
"@microsoft/api-extractor": "^7.9.11", | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^14.6.1", | ||
"mocha": "^8.1.2", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^8.10.1", | ||
"ts-node": "^9.0.0", | ||
"typedoc": "^0.18.0", | ||
"typescript": "^3.9.7" | ||
"typescript": "^4.0.2" | ||
}, | ||
@@ -78,3 +78,3 @@ "dependencies": { | ||
"sideEffects": false, | ||
"gitHead": "44824f17050b412d635b576bf5f9b2136dac9554" | ||
"gitHead": "3a55c0df86c5be9c56a1e1a4c0cfcaa2809a160a" | ||
} |
64885