elastic-particles
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -10,6 +10,6 @@ 'use strict'; | ||
port = port || 9200; | ||
server = sever || 'localhost'; | ||
server = server || 'localhost'; | ||
//TODO: Remove this garbage and implement something decent for logging. | ||
logger = logger || {}; | ||
if (!logger.info) logger.info = function(){}; | ||
@@ -16,0 +16,0 @@ if (!logger.debug) logger.debug = function(){}; |
{ | ||
"name": "elastic-particles", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Building blocks for Elastic queries, filters, and aggregations which can be re-used, combed, and nested.", | ||
@@ -5,0 +5,0 @@ "author": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36105
877