Skip to content

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszlacheta committed Feb 12, 2019
1 parent 2fc7e39 commit 3747689
Show file tree
Hide file tree
Showing 10 changed files with 90 additions and 10 deletions.
42 changes: 41 additions & 1 deletion dist/keen-analysis.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/keen-analysis.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/keen-analysis.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/keen-analysis.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/modules/localQuery.js
Original file line number Diff line number Diff line change
Expand Up @@ -17731,7 +17731,7 @@ module.exports = result;
/* 133 */
/***/ (function(module) {

module.exports = {"_from":"crossfilter2","_id":"[email protected]","_inBundle":false,"_integrity":"sha512-Fdmb6NqdUqreOuQ9qiNvTLOxMFBQRPDeRBBnqM8Zlebdf2i7Bn5hRhE8RlO9YzbGRyYxvYzdDXt6C1muyanolg==","_location":"/crossfilter2","_phantomChildren":{},"_requested":{"type":"tag","registry":true,"raw":"crossfilter2","name":"crossfilter2","escapedName":"crossfilter2","rawSpec":"","saveSpec":null,"fetchSpec":"latest"},"_requiredBy":["#USER","/"],"_resolved":"https://registry.npmjs.org/crossfilter2/-/crossfilter2-1.4.6.tgz","_shasum":"c173f0d75a04344ad226b1f8ae747f0386f98750","_spec":"crossfilter2","_where":"/Users/adamk/Desktop/my/keen-analysis.js","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"bugs":{"url":"https://github.com/crossfilter/crossfilter/issues"},"bundleDependencies":false,"contributors":[{"name":"Jason Davies","url":"http://www.jasondavies.com/"}],"dependencies":{"lodash.result":"^4.4.0"},"deprecated":false,"description":"Fast multidimensional filtering for coordinated views.","devDependencies":{"browserify":"^13.0.0","d3":"3.5","eslint":"2.10.2","package-json-versionify":"1.0.2","semver":"^5.3.0","sinon":"^4.0.2","uglify-js":"2.4.0","vows":"0.7.0"},"eslintConfig":{"env":{"browser":true,"node":true},"globals":{"Uint8Array":true,"Uint16Array":true,"Uint32Array":true},"extends":"eslint:recommended"},"files":["src","index.js","index.d.ts","crossfilter.js","crossfilter.min.js"],"homepage":"https://crossfilter.github.io/crossfilter/","keywords":["analytics","visualization","crossfilter"],"license":"Apache-2.0","main":"./index.js","maintainers":[{"name":"Gordon Woodhull","url":"https://github.com/gordonwoodhull"},{"name":"Tanner Linsley","url":"https://github.com/tannerlinsley"},{"name":"Ethan Jewett","url":"https://github.com/esjewett"}],"name":"crossfilter2","repository":{"type":"git","url":"git+ssh://[email protected]/crossfilter/crossfilter.git"},"scripts":{"benchmark":"node test/benchmark.js","build":"browserify index.js -t package-json-versionify --standalone crossfilter -o crossfilter.js && uglifyjs --compress --mangle --screw-ie8 crossfilter.js -o crossfilter.min.js","clean":"rm -f crossfilter.js crossfilter.min.js","test":"vows --verbose && eslint src/"},"types":"./index.d.ts","unpkg":"./crossfilter.min.js","version":"1.4.6"};
module.exports = {"_args":[["[email protected]","/Users/dariuszlacheta/Desktop/keen-analysis.js"]],"_from":"[email protected]","_id":"[email protected]","_inBundle":false,"_integrity":"sha512-Fdmb6NqdUqreOuQ9qiNvTLOxMFBQRPDeRBBnqM8Zlebdf2i7Bn5hRhE8RlO9YzbGRyYxvYzdDXt6C1muyanolg==","_location":"/crossfilter2","_phantomChildren":{},"_requested":{"type":"version","registry":true,"raw":"[email protected]","name":"crossfilter2","escapedName":"crossfilter2","rawSpec":"1.4.6","saveSpec":null,"fetchSpec":"1.4.6"},"_requiredBy":["/"],"_resolved":"https://registry.npmjs.org/crossfilter2/-/crossfilter2-1.4.6.tgz","_spec":"1.4.6","_where":"/Users/dariuszlacheta/Desktop/keen-analysis.js","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"bugs":{"url":"https://github.com/crossfilter/crossfilter/issues"},"contributors":[{"name":"Jason Davies","url":"http://www.jasondavies.com/"}],"dependencies":{"lodash.result":"^4.4.0"},"description":"Fast multidimensional filtering for coordinated views.","devDependencies":{"browserify":"^13.0.0","d3":"3.5","eslint":"2.10.2","package-json-versionify":"1.0.2","semver":"^5.3.0","sinon":"^4.0.2","uglify-js":"2.4.0","vows":"0.7.0"},"eslintConfig":{"env":{"browser":true,"node":true},"globals":{"Uint8Array":true,"Uint16Array":true,"Uint32Array":true},"extends":"eslint:recommended"},"files":["src","index.js","index.d.ts","crossfilter.js","crossfilter.min.js"],"homepage":"https://crossfilter.github.io/crossfilter/","keywords":["analytics","visualization","crossfilter"],"license":"Apache-2.0","main":"./index.js","maintainers":[{"name":"Gordon Woodhull","url":"https://github.com/gordonwoodhull"},{"name":"Tanner Linsley","url":"https://github.com/tannerlinsley"},{"name":"Ethan Jewett","url":"https://github.com/esjewett"}],"name":"crossfilter2","repository":{"type":"git","url":"git+ssh://[email protected]/crossfilter/crossfilter.git"},"scripts":{"benchmark":"node test/benchmark.js","build":"browserify index.js -t package-json-versionify --standalone crossfilter -o crossfilter.js && uglifyjs --compress --mangle --screw-ie8 crossfilter.js -o crossfilter.min.js","clean":"rm -f crossfilter.js crossfilter.min.js","test":"vows --verbose && eslint src/"},"types":"./index.d.ts","unpkg":"./crossfilter.min.js","version":"1.4.6"};

/***/ }),
/* 134 */
Expand Down
42 changes: 41 additions & 1 deletion dist/node/keen-analysis.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/node/keen-analysis.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 3747689

Please sign in to comment.