@unction/values
Advanced tools
Comparing version 3.3.0 to 3.5.0
{ | ||
"name": "@unction/values", | ||
"version": "3.3.0", | ||
"version": "3.5.0", | ||
"description": "Takes an iterable and returns it's values", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"check": "flow-typed install && flow check", | ||
"ci": "npm run build && npm run test && npm run lint && npm run check", | ||
"ci": "npm run test && npm run lint && npm run check", | ||
"watch": "chokidar './index.js' './test.js' --command 'npm run ci --silent'" | ||
@@ -53,5 +53,5 @@ }, | ||
"dependencies": { | ||
"@unction/append": "2.2.0", | ||
"@unction/flip": "2.1.0", | ||
"@unction/reducevalues": "2.3.0" | ||
"@unction/append": "2.4.0", | ||
"@unction/flip": "2.3.0", | ||
"@unction/reducevalues": "2.5.0" | ||
}, | ||
@@ -58,0 +58,0 @@ "nyc": { |
3883
+ Added@unction/append@2.4.0(transitive)
+ Added@unction/flip@2.3.0(transitive)
+ Added@unction/fromfunctortopairs@1.1.0(transitive)
+ Added@unction/reducevalues@2.5.0(transitive)
+ Added@unction/reducewithvaluekey@4.2.0(transitive)
+ Added@unction/type@2.1.0(transitive)
- Removed@unction/append@2.2.0(transitive)
- Removed@unction/flip@2.1.0(transitive)
- Removed@unction/fromfunctortopairs@1.0.0(transitive)
- Removed@unction/reducevalues@2.3.0(transitive)
- Removed@unction/reducewithvaluekey@4.1.0(transitive)
Updated@unction/append@2.4.0
Updated@unction/flip@2.3.0
Updated@unction/reducevalues@2.5.0