@formatjs/intl-listformat 7.5.3 → 7.5.4

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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/polyfill.iife.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formatjs/intl-listformat",
3
- "version": "7.5.3",
3
+ "version": "7.5.4",
4
4
  "description": "Formats JS list in a i18n-safe way",
5
5
  "keywords": [
6
6
  "intl",
@@ -20,12 +20,12 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "tslib": "^2.4.0",
23
- "@formatjs/intl-localematcher": "0.5.2",
24
- "@formatjs/ecma402-abstract": "1.18.0"
23
+ "@formatjs/ecma402-abstract": "1.18.1",
24
+ "@formatjs/intl-localematcher": "0.5.3"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@formatjs/intl-getcanonicallocales": "2.3.0",
28
- "@formatjs/intl-locale": "3.4.3"
28
+ "@formatjs/intl-locale": "3.4.4"
29
29
  },
30
30
  "main": "index.js",
31
31
  "types": "index.d.ts",
package/polyfill.iife.js CHANGED
@@ -4171,7 +4171,7 @@
4171
4171
  throw new Err(message);
4172
4172
  }
4173
4173
  }
4174
- var DEFAULT_MATCHING_THRESHOLD = 840;
4174
+ var DEFAULT_MATCHING_THRESHOLD = 838;
4175
4175
  var PROCESSED_DATA;
4176
4176
  function processData() {
4177
4177
  var _a, _b;