cypher-talker
Advanced tools
Comparing version
@@ -9,34 +9,16 @@ 'use strict'; | ||
var _loop = function _loop(_key3) { | ||
if (_key3 === "default") return 'continue'; | ||
Object.defineProperty(exports, _key3, { | ||
enumerable: true, | ||
get: function get() { | ||
return _index[_key3]; | ||
} | ||
}); | ||
}; | ||
Object.defineProperty(exports, 'Cypher', { | ||
enumerable: true, | ||
get: function get() { | ||
return _index.Cypher; | ||
} | ||
}); | ||
for (var _key3 in _index) { | ||
var _ret = _loop(_key3); | ||
if (_ret === 'continue') continue; | ||
} | ||
var _index2 = require('./Connection/index'); | ||
var _loop2 = function _loop2(_key4) { | ||
if (_key4 === "default") return 'continue'; | ||
Object.defineProperty(exports, _key4, { | ||
enumerable: true, | ||
get: function get() { | ||
return _index2[_key4]; | ||
} | ||
}); | ||
}; | ||
for (var _key4 in _index2) { | ||
var _ret2 = _loop2(_key4); | ||
if (_ret2 === 'continue') continue; | ||
} | ||
Object.defineProperty(exports, 'GraphConnection', { | ||
enumerable: true, | ||
get: function get() { | ||
return _index2.GraphConnection; | ||
} | ||
}); |
{ | ||
"name": "cypher-talker", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Simple ES6/7-oriented lib to work with neo4j and (in future) with OpenCypher-compatible databases", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
13703
-2.62%162
-7.95%