@eldoy/memdb 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -238,5 +238,5 @@ module.exports = function memdb() {
238
238
  return { n: matched.length }
239
239
  }
240
240
 
241
- return { get: get, set: set }
241
+ return { get, set, data }
242
242
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eldoy/memdb",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "High performance in-memory JSON database.",
5
5
  "publishConfig": {
6
6
  "access": "public"