@formatjs/intl-localematcher 0.5.2 → 0.5.3

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/abstract/utils.js CHANGED
@@ -12,8 +12,8 @@ function invariant(condition, message, Err) {
12
12
  }
13
13
  }
14
14
  exports.invariant = invariant;
15
- // This is effectively 2 languages in 2 different regions not even in the same cluster
16
- var DEFAULT_MATCHING_THRESHOLD = 840;
15
+ // This is effectively 2 languages in 2 different regions in the same cluster
16
+ var DEFAULT_MATCHING_THRESHOLD = 838;
17
17
  var PROCESSED_DATA;
18
18
  function processData() {
19
19
  var _a, _b;
@@ -8,8 +8,8 @@ export function invariant(condition, message, Err) {
8
8
  throw new Err(message);
9
9
  }
10
10
  }
11
- // This is effectively 2 languages in 2 different regions not even in the same cluster
12
- var DEFAULT_MATCHING_THRESHOLD = 840;
11
+ // This is effectively 2 languages in 2 different regions in the same cluster
12
+ var DEFAULT_MATCHING_THRESHOLD = 838;
13
13
  var PROCESSED_DATA;
14
14
  function processData() {
15
15
  var _a, _b;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formatjs/intl-localematcher",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Intl.LocaleMatcher ponyfill",
5
5
  "keywords": [
6
6
  "intl",