@microsoft/mgt-element
Advanced tools
Comparing version 2.2.0-preview.4614c37 to 2.2.0-preview.46c0b6a
@@ -210,3 +210,3 @@ /** | ||
if (this.schema.stores.hasOwnProperty(storeName)) { | ||
db.createObjectStore(storeName); | ||
db.objectStoreNames.contains(storeName) || db.createObjectStore(storeName); | ||
} | ||
@@ -213,0 +213,0 @@ } |
{ | ||
"name": "@microsoft/mgt-element", | ||
"version": "2.2.0-preview.4614c37", | ||
"version": "2.2.0-preview.46c0b6a", | ||
"description": "Microsoft Graph Toolkit base classes", | ||
@@ -36,3 +36,3 @@ "homepage": "https://github.com/microsoftgraph/microsoft-graph-toolkit", | ||
"lit-element": "^2.4.0", | ||
"idb": "^6.0.0" | ||
"idb": "6.0.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "publishConfig": { |
@@ -363,3 +363,3 @@ /** | ||
if (this.schema.stores.hasOwnProperty(storeName)) { | ||
db.createObjectStore(storeName); | ||
db.objectStoreNames.contains(storeName) || db.createObjectStore(storeName); | ||
} | ||
@@ -366,0 +366,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1028046