sceyt-chat-react-uikit 1.6.9-beta.12 → 1.6.9-beta.13

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/index.js CHANGED
@@ -2625,7 +2625,6 @@ var _setDataToDB = function setDataToDB(dbName, storeName, data, keyPath) {
2625
2625
  }
2626
2626
  db.onversionchange = function () {
2627
2627
  db.close();
2628
- alert('The database is out of date, please reload the page.');
2629
2628
  };
2630
2629
  };
2631
2630
  openRequest.onblocked = function () {};
package/index.modern.js CHANGED
@@ -2604,7 +2604,6 @@ var _setDataToDB = function setDataToDB(dbName, storeName, data, keyPath) {
2604
2604
  }
2605
2605
  db.onversionchange = function () {
2606
2606
  db.close();
2607
- alert('The database is out of date, please reload the page.');
2608
2607
  };
2609
2608
  };
2610
2609
  openRequest.onblocked = function () {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sceyt-chat-react-uikit",
3
- "version": "1.6.9-beta.12",
3
+ "version": "1.6.9-beta.13",
4
4
  "description": "Interactive React UI Components for Sceyt Chat.",
5
5
  "author": "Sceyt",
6
6
  "license": "MIT",