dstore-elasticsearch
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -65,3 +65,2 @@ 'use strict'; | ||
// noop, indices.exists throws when the index doesn't exist | ||
// noop, indices.exists throws when the index doesn't exist |
@@ -189,3 +189,2 @@ 'use strict'; | ||
exports['default'] = ElasticsearchFacade; | ||
module.exports = exports['default']; | ||
module.exports = exports['default']; |
@@ -325,3 +325,2 @@ 'use strict'; | ||
exports['default'] = ElasticsearchMigrator; | ||
module.exports = exports['default']; | ||
module.exports = exports['default']; |
@@ -210,3 +210,2 @@ 'use strict'; | ||
exports['default'] = ElasticsearchRepository; | ||
module.exports = exports['default']; | ||
module.exports = exports['default']; |
@@ -86,3 +86,2 @@ 'use strict'; | ||
exports['default'] = ElasticsearchSerializer; | ||
module.exports = exports['default']; | ||
module.exports = exports['default']; |
@@ -69,3 +69,2 @@ 'use strict'; | ||
exports['default'] = ElasticsearchServiceProvider; | ||
module.exports = exports['default']; | ||
module.exports = exports['default']; |
@@ -125,3 +125,2 @@ 'use strict'; | ||
exports['default'] = ElasticsearchSyncer; | ||
module.exports = exports['default']; | ||
module.exports = exports['default']; |
{ | ||
"name": "dstore-elasticsearch", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Elasticsearch / Elastic storage engine for dstore.", | ||
@@ -17,2 +17,3 @@ "repository": { | ||
"dependencies": { | ||
"dstore-helpers": "^0.1.1", | ||
"bluebird": "^2.9.25", | ||
@@ -19,0 +20,0 @@ "elasticsearch": "^4.0.2", |
Sorry, the diff of this file is not supported yet
53921
6
1613
+ Addeddstore-helpers@^0.1.1
+ Addeddstore-helpers@0.1.1(transitive)
+ Addedmoment@2.30.1(transitive)