@formatjs/intl-numberformat 8.9.0 → 8.9.1

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 +6 -6
  2. package/polyfill.iife.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formatjs/intl-numberformat",
3
- "version": "8.9.0",
3
+ "version": "8.9.1",
4
4
  "description": "Ponyfill for ES2020 Intl.NumberFormat",
5
5
  "keywords": [
6
6
  "polyfill",
@@ -23,13 +23,13 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "tslib": "^2.4.0",
26
- "@formatjs/intl-localematcher": "0.5.2",
27
- "@formatjs/ecma402-abstract": "1.18.0"
26
+ "@formatjs/ecma402-abstract": "1.18.1",
27
+ "@formatjs/intl-localematcher": "0.5.3"
28
28
  },
29
29
  "devDependencies": {
30
- "@formatjs/intl-pluralrules": "5.2.10",
31
- "@formatjs/intl-locale": "3.4.3",
32
- "@formatjs/intl-getcanonicallocales": "2.3.0"
30
+ "@formatjs/intl-pluralrules": "5.2.11",
31
+ "@formatjs/intl-getcanonicallocales": "2.3.0",
32
+ "@formatjs/intl-locale": "3.4.4"
33
33
  },
34
34
  "bugs": {
35
35
  "url": "https://github.com/formatjs/formatjs/issues"
package/polyfill.iife.js CHANGED
@@ -5733,7 +5733,7 @@
5733
5733
  throw new Err(message);
5734
5734
  }
5735
5735
  }
5736
- var DEFAULT_MATCHING_THRESHOLD = 840;
5736
+ var DEFAULT_MATCHING_THRESHOLD = 838;
5737
5737
  var PROCESSED_DATA;
5738
5738
  function processData() {
5739
5739
  var _a, _b;