Comparing version 8.5.0 to 8.6.0
@@ -268,2 +268,12 @@ 'use strict'; | ||
if (!tables) { | ||
const byName = {}; | ||
Object.keys(this.tables).forEach((name) => { | ||
byName[name] = this.tables[name]._settings; | ||
}); | ||
return byName; | ||
} | ||
const normalize = (opts) => { | ||
@@ -270,0 +280,0 @@ |
@@ -40,2 +40,3 @@ 'use strict'; | ||
this._geo = Geo.index(options); | ||
this._settings = Hoek.cloneWithShallow(options, ['extended']); // Used by db.establish() | ||
@@ -42,0 +43,0 @@ this.raw = RethinkDB.db(this._db.name).table(name); |
{ | ||
"name": "penseur", | ||
"description": "Lightweight RethinkDB wrapper", | ||
"version": "8.5.0", | ||
"version": "8.6.0", | ||
"author": "Eran Hammer <eran@hammer.io> (http://hueniverse.com)", | ||
@@ -6,0 +6,0 @@ "repository": "git://github.com/hueniverse/penseur", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
73176
1800