@bbn/bbn 2.0.233 → 2.0.234

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.
package/dist/db.js CHANGED
@@ -342,6 +342,8 @@ const db = {
342
342
  if (conn) {
343
343
  conn.close();
344
344
  delete this._connections[database];
345
+ }
346
+ if (this._objects[database]) {
345
347
  delete this._objects[database];
346
348
  }
347
349
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "2.0.233",
3
+ "version": "2.0.234",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",