@formatjs/intl-enumerator 1.8.10 → 1.8.11
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 +7 -7
- package/polyfill.iife.js +2 -2
package/package.json
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@formatjs/intl-enumerator",
|
|
3
3
|
"description": "Intl.Enumerator polyfill",
|
|
4
|
-
"version": "1.8.
|
|
5
|
-
"license": "MIT",
|
|
4
|
+
"version": "1.8.11",
|
|
6
5
|
"author": "Michele Riva <ciao@micheleriva.it>",
|
|
7
|
-
"
|
|
6
|
+
"bugs": "https://github.com/formatjs/formatjs/issues",
|
|
8
7
|
"dependencies": {
|
|
9
|
-
"
|
|
10
|
-
"
|
|
8
|
+
"@formatjs/ecma402-abstract": "2.3.5",
|
|
9
|
+
"tslib": "^2.8.0"
|
|
11
10
|
},
|
|
12
|
-
"bugs": "https://github.com/formatjs/formatjs/issues",
|
|
13
11
|
"homepage": "https://github.com/formatjs/formatjs#readme",
|
|
14
12
|
"keywords": [
|
|
15
13
|
"ecma402",
|
|
@@ -20,6 +18,8 @@
|
|
|
20
18
|
"react-intl",
|
|
21
19
|
"tc39"
|
|
22
20
|
],
|
|
21
|
+
"license": "MIT",
|
|
23
22
|
"main": "index.js",
|
|
24
|
-
"repository": "formatjs/formatjs.git"
|
|
23
|
+
"repository": "formatjs/formatjs.git",
|
|
24
|
+
"types": "index.d.ts"
|
|
25
25
|
}
|
package/polyfill.iife.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
return !("supportedValuesOf" in Intl);
|
|
5
5
|
}
|
|
6
6
|
|
|
7
|
-
// node_modules/.aspect_rules_js/decimal.js@10.
|
|
7
|
+
// node_modules/.aspect_rules_js/decimal.js@10.6.0/node_modules/decimal.js/decimal.mjs
|
|
8
8
|
var EXP_LIMIT = 9e15;
|
|
9
9
|
var MAX_DIGITS = 1e9;
|
|
10
10
|
var NUMERALS = "0123456789abcdef";
|
|
@@ -2790,7 +2790,7 @@
|
|
|
2790
2790
|
|
|
2791
2791
|
decimal.js/decimal.mjs:
|
|
2792
2792
|
(*!
|
|
2793
|
-
* decimal.js v10.
|
|
2793
|
+
* decimal.js v10.6.0
|
|
2794
2794
|
* An arbitrary-precision Decimal type for JavaScript.
|
|
2795
2795
|
* https://github.com/MikeMcl/decimal.js
|
|
2796
2796
|
* Copyright (c) 2025 Michael Mclaughlin <M8ch88l@gmail.com>
|