@analys/table-lookup
Advanced tools
Comparing version 0.6.14 to 0.7.0
{ | ||
"name": "@analys/table-lookup", | ||
"version": "0.6.14", | ||
"version": "0.7.0", | ||
"description": "A cross-table-lookup analytics tool", | ||
@@ -16,12 +16,8 @@ "main": "dist/index.cjs", | ||
}, | ||
"scripts": { | ||
"pub": "npm publish", | ||
"test": "node -r @babel/register test/table.filter.test.js" | ||
}, | ||
"dependencies": { | ||
"@analys/enum-lookups": "^0.6.14", | ||
"@analys/table-index": "^0.6.14", | ||
"@vect/column-getter": "^0.6.13", | ||
"@vect/entries-init": "^0.7.11", | ||
"@vect/object-init": "^0.7.11" | ||
"@vect/entries-init": "^0.8.0", | ||
"@vect/object-init": "^0.8.0", | ||
"@analys/enum-lookups": "^0.7.0", | ||
"@analys/table-index": "^0.7.0" | ||
}, | ||
@@ -48,3 +44,7 @@ "repository": { | ||
"homepage": "https://github.com/hoyeungw/analys#readme", | ||
"gitHead": "ea22e3de75b331ec240a7fea17af976d4bef5b5d" | ||
} | ||
"gitHead": "25741a60101aa28261133de365bcfd032cb351de", | ||
"scripts": { | ||
"pub": "npm publish", | ||
"test": "node -r @babel/register test/table.filter.test.js" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # @analys/table-lookup |
Sorry, the diff of this file is not supported yet
5440
4
42
+ Added@analys/enum-lookups@0.7.3(transitive)
+ Added@analys/table-index@0.7.3(transitive)
+ Added@vect/entries-init@0.8.0(transitive)
+ Added@vect/object-init@0.8.0(transitive)
+ Added@vect/vector-mapper@0.8.0(transitive)
+ Added@vect/vector-zipper@0.8.0(transitive)
- Removed@analys/enum-lookups@0.6.14(transitive)
- Removed@analys/table-index@0.6.14(transitive)
- Removed@vect/entries-init@0.7.20(transitive)
- Removed@vect/object-init@0.7.20(transitive)
- Removed@vect/vector-mapper@0.7.20(transitive)
- Removed@vect/vector-zipper@0.7.20(transitive)
Updated@analys/enum-lookups@^0.7.0
Updated@analys/table-index@^0.7.0
Updated@vect/entries-init@^0.8.0
Updated@vect/object-init@^0.8.0