@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.
@@ -1284,8 +1284,8 @@ var DEFAULT_MINIMUM_SUPPORTED_BROWSER_VERSIONS = {
1284
1284
  hardLimit: 89
1285
1285
  },
1286
1286
  Safari: {
1287
- softLimit: 14.5,
1288
- hardLimit: 12
1287
+ softLimit: 11,
1288
+ hardLimit: 10
1289
1289
  },
1290
1290
  ChromeMobile: {
1291
1291
  softLimit: 109,
@@ -1302,9 +1302,13 @@ var DEFAULT_MINIMUM_SUPPORTED_BROWSER_VERSIONS = {
1302
1302
  SamsungInternet: {
1303
1303
  softLimit: 18,
1304
1304
  hardLimit: 4
1305
+ },
1306
+ AndroidBrowser: {
1307
+ softLimit: 4,
1308
+ hardLimit: 3
1305
1309
  }
1306
1310
  };
1307
- var UNSUPPORTED_BROWSERS = ["AndroidBrowser", "OperaMini"];
1311
+ var UNSUPPORTED_BROWSERS = ["OperaMini"];
1308
1312
  var BROWSER_UPGRADE_PAGE_LINKS = {
1309
1313
  Chrome: "https://www.google.com/chrome/update",
1310
1314
  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",