informa-db.js
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -73,3 +73,3 @@ const fs = require('fs'); | ||
get value() { | ||
return DbUtils.genProxy(this.readOnlyValue); | ||
return this.genProxy(this.readOnlyValue); | ||
} | ||
@@ -76,0 +76,0 @@ } |
{ | ||
"name": "informa-db.js", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "DataBases made easier", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
7285