@konfirm/collection
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@konfirm/collection", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Base collections, find intersections and diffs. Allows for explicit allowed type definitions", | ||
"main": "source/collection.js", | ||
"scripts": { | ||
"test": "lab -vclr", | ||
"test-coverage-html": "lab -clr html -o report.html" | ||
"test": "./node_modules/.bin/lab -vclr", | ||
"test-coverage-html": "./node_modules/.bin/lab -clr html -o report.html" | ||
}, | ||
@@ -22,8 +22,8 @@ "keywords": [], | ||
"devDependencies": { | ||
"@konfirm/labrat": "^2.0.1", | ||
"@konfirm/labrat": "^2.0.2", | ||
"eslint-config-strict": "^14.0.1" | ||
}, | ||
"dependencies": { | ||
"@konfirm/is-type": "^1.0.7" | ||
"@konfirm/is-type": "^1.0.8" | ||
} | ||
} |
13013
Updated@konfirm/is-type@^1.0.8