@bigbinary/neeto-molecules 1.0.68 → 1.0.69-beta

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.
@@ -1278,8 +1278,8 @@ var DEFAULT_MINIMUM_SUPPORTED_BROWSER_VERSIONS = {
1278
1278
  hardLimit: 89
1279
1279
  },
1280
1280
  Safari: {
1281
- softLimit: 14.5,
1282
- hardLimit: 12
1281
+ softLimit: 11,
1282
+ hardLimit: 10
1283
1283
  },
1284
1284
  ChromeMobile: {
1285
1285
  softLimit: 109,
@@ -1296,9 +1296,13 @@ var DEFAULT_MINIMUM_SUPPORTED_BROWSER_VERSIONS = {
1296
1296
  SamsungInternet: {
1297
1297
  softLimit: 18,
1298
1298
  hardLimit: 4
1299
+ },
1300
+ AndroidBrowser: {
1301
+ softLimit: 4,
1302
+ hardLimit: 3
1299
1303
  }
1300
1304
  };
1301
- var UNSUPPORTED_BROWSERS = ["AndroidBrowser", "OperaMini"];
1305
+ var UNSUPPORTED_BROWSERS = ["OperaMini"];
1302
1306
  var BROWSER_UPGRADE_PAGE_LINKS = {
1303
1307
  Chrome: "https://www.google.com/chrome/update",
1304
1308
  MicrosoftEdge: "https://support.microsoft.com/en-us/topic/microsoft-edge-update-settings-af8aaca2-1b69-4870-94fe-18822dbb7ef1#:~:text=Update%20once,Download%20and%20install%20to%20proceed",