@bbn/bbn 2.0.246 → 2.0.247

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.
@@ -55,7 +55,7 @@ export default class bbnDbCenter {
55
55
  if (!database) {
56
56
  throw new Error('Missing database name for object method');
57
57
  }
58
- bbn.fn.log(`Executing object method: ${action} on database: ${database}`);
58
+ //bbn.fn.log(`Executing object method: ${action} on database: ${database}`);
59
59
  const dbo = await bbnDb.open(database);
60
60
  const fn = dbo[action];
61
61
  if (typeof fn !== 'function') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "2.0.246",
3
+ "version": "2.0.247",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",