Comparing version 4.3.1 to 4.3.2
{ | ||
"name": "enmap", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"description": "A simple database wrapper to make sqlite database interactions much easier for beginners, with additional array helper methods.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -80,2 +80,8 @@ // Lodash should probably be a core lib but hey, it's useful! | ||
}, | ||
dataDir: { | ||
value: options.dataDir, | ||
writable: false, | ||
enumerable: false, | ||
configurable: false | ||
}, | ||
fetchAll: { | ||
@@ -82,0 +88,0 @@ value: !_.isNil(options.fetchAll) ? options.fetchAll : true, |
88390
1796