@bbn/bbn 1.0.403 → 1.0.404

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
@@ -309,11 +309,6 @@ var db = {
309
309
  conn_1.onsuccess = function () {
310
310
  db._connections[name] = conn_1.result;
311
311
  var obj = new dbObject(name);
312
- bbn.fn.iterate(db._structures[name], function (structure, storeName) {
313
- if (!db._stores[storeName]) {
314
- _this.updateStructure(storeName, structure, conn_1.result);
315
- }
316
- });
317
312
  resolve(obj);
318
313
  };
319
314
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "1.0.403",
3
+ "version": "1.0.404",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",