@formatjs/intl-numberformat 8.15.2 → 8.15.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/package.json +6 -6
- package/polyfill.iife.js +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@formatjs/intl-numberformat",
|
|
3
|
-
"version": "8.15.
|
|
3
|
+
"version": "8.15.3",
|
|
4
4
|
"description": "Ponyfill for ES2020 Intl.NumberFormat",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"polyfill",
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"decimal.js": "10",
|
|
26
26
|
"tslib": "2",
|
|
27
|
-
"@formatjs/
|
|
28
|
-
"@formatjs/
|
|
27
|
+
"@formatjs/intl-localematcher": "0.6.0",
|
|
28
|
+
"@formatjs/ecma402-abstract": "2.3.3"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@formatjs/intl-
|
|
32
|
-
"@formatjs/intl-pluralrules": "5.4.
|
|
33
|
-
"@formatjs/intl-
|
|
31
|
+
"@formatjs/intl-locale": "4.2.10",
|
|
32
|
+
"@formatjs/intl-pluralrules": "5.4.3",
|
|
33
|
+
"@formatjs/intl-getcanonicallocales": "2.5.4"
|
|
34
34
|
},
|
|
35
35
|
"bugs": {
|
|
36
36
|
"url": "https://github.com/formatjs/formatjs/issues"
|
package/polyfill.iife.js
CHANGED
|
@@ -8518,7 +8518,7 @@
|
|
|
8518
8518
|
}).reduce(function(all, list) {
|
|
8519
8519
|
return __spreadArray(__spreadArray([], all, true), list, true);
|
|
8520
8520
|
}, []);
|
|
8521
|
-
matches && (matches = !(expandedMatchedRegions.indexOf(locale.region || "") > 1 != shouldInclude));
|
|
8521
|
+
matches && (matches = !(expandedMatchedRegions.indexOf(locale.region || "") > -1 != shouldInclude));
|
|
8522
8522
|
} else {
|
|
8523
8523
|
matches && (matches = locale.region ? region === "*" || region === locale.region : true);
|
|
8524
8524
|
}
|
|
@@ -8579,7 +8579,7 @@
|
|
|
8579
8579
|
region: ""
|
|
8580
8580
|
}, {
|
|
8581
8581
|
language: supportedLocale.language,
|
|
8582
|
-
script:
|
|
8582
|
+
script: supportedLSR.script,
|
|
8583
8583
|
region: ""
|
|
8584
8584
|
}, data2);
|
|
8585
8585
|
}
|