@bbn/bbn 2.0.247 → 2.0.248

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.
@@ -589,10 +589,6 @@ const db = {
589
589
  },
590
590
  async open(database, version) {
591
591
  //log("Hello " + database)
592
- if (database !== 'bbn') {
593
- log("THERE SHOULD BE A DEBUGGER!!!!!!!");
594
- debugger;
595
- }
596
592
  if (!idb) {
597
593
  throw new Error(_('IndexedDB is not available'));
598
594
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "2.0.247",
3
+ "version": "2.0.248",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",