elastic-builder
Advanced tools
Comparing version 2.17.3 to 2.18.0
{ | ||
"name": "elastic-builder", | ||
"version": "2.17.3", | ||
"version": "2.18.0", | ||
"description": "A JavaScript implementation of the elasticsearch Query DSL", | ||
@@ -105,4 +105,6 @@ "main": "src/index.js", | ||
"austin ce <austin.cawley@gmail.com>", | ||
"ochan12 <mateochando@gmail.com>" | ||
"ochan12 <mateochando@gmail.com>", | ||
"kennylindahl <haxxblaster@gmail.com>", | ||
"foxstarius <aj.franzon@gmail.com>" | ||
] | ||
} |
@@ -14,2 +14,3 @@ 'use strict'; | ||
exports.AutoDateHistogramAggregation = require('./auto-date-histogram-aggregation'); | ||
exports.VariableWidthHistogramAggregation = require('./variable-width-histogram-aggregation'); | ||
exports.DateRangeAggregation = require('./date-range-aggregation'); | ||
@@ -16,0 +17,0 @@ exports.DiversifiedSamplerAggregation = require('./diversified-sampler-aggregation'); |
@@ -112,2 +112,3 @@ /* eslint-disable max-lines */ | ||
AutoDateHistogramAggregation, | ||
VariableWidthHistogramAggregation, | ||
DateRangeAggregation, | ||
@@ -398,2 +399,7 @@ DiversifiedSamplerAggregation, | ||
exports.VariableWidthHistogramAggregation = VariableWidthHistogramAggregation; | ||
exports.variableWidthHistogramAggregation = constructorWrapper( | ||
VariableWidthHistogramAggregation | ||
); | ||
exports.DateRangeAggregation = DateRangeAggregation; | ||
@@ -400,0 +406,0 @@ exports.dateRangeAggregation = constructorWrapper(DateRangeAggregation); |
Sorry, the diff of this file is too big to display
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
1009004
177
25340