@vect/object-select
Advanced tools
Comparing version 0.7.11 to 0.7.13
{ | ||
"name": "@vect/object-select", | ||
"version": "0.7.11", | ||
"version": "0.7.13", | ||
"description": "Select from object/array", | ||
@@ -18,9 +18,10 @@ "main": "./dist/index.cjs", | ||
"pub": "npm publish", | ||
"test": "node -r @babel/register test/object-select.test.js" | ||
"test": "node -r @babel/register test/select.test.js" | ||
}, | ||
"dependencies": { | ||
"@aryth/comparer": "^0.5.10", | ||
"@aryth/rand": "^0.5.10", | ||
"@vect/vector-index": "^0.7.11", | ||
"@vect/vector-mapper": "^0.7.11" | ||
"@aryth/comparer": "^0.6.1", | ||
"@aryth/rand": "^0.6.1", | ||
"@vect/object-index": "^0.7.13", | ||
"@vect/vector-index": "^0.7.13", | ||
"@vect/vector-mapper": "^0.7.13" | ||
}, | ||
@@ -42,3 +43,3 @@ "repository": { | ||
"homepage": "https://github.com/hoyeungw/vect#readme", | ||
"gitHead": "3865c9d2543f83eab199a3e25bc1b520b0d0337d" | ||
"gitHead": "1b6d74e5d913a145c230fd7046d8817ad15e353d" | ||
} |
@@ -0,0 +0,0 @@ # @vect/object-select |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
12138
5
278
+ Added@vect/object-index@^0.7.13
+ Added@aryth/comparer@0.6.9(transitive)
+ Added@aryth/rand@0.6.9(transitive)
+ Added@vect/object-index@0.7.20(transitive)
- Removed@aryth/comparer@0.5.10(transitive)
- Removed@aryth/rand@0.5.10(transitive)
Updated@aryth/comparer@^0.6.1
Updated@aryth/rand@^0.6.1
Updated@vect/vector-index@^0.7.13
Updated@vect/vector-mapper@^0.7.13