esbootstrap
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -48,4 +48,6 @@ var elasticsearch = require('elasticsearch'); | ||
client.indices['create'](options.createRequestBody) | ||
.then(client.indices.putMapping(options.mappingRequestBody)) | ||
.then(function(){ | ||
client.indices.putMapping(options.mappingRequestBody) | ||
}) | ||
.then(function(){ | ||
if (options.fixtures) { | ||
@@ -52,0 +54,0 @@ self.loadFixtures(options, callback); |
{ | ||
"name": "esbootstrap", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Helper to bootstrap an index and load fixtures to an elasticsearch instance", | ||
@@ -5,0 +5,0 @@ "main": "esbootstrap.js", |
Sorry, the diff of this file is not supported yet
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
24946
91