@formatjs/intl-numberformat 8.15.4 → 8.15.6

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 +2 -2
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@formatjs/intl-numberformat",
3
3
  "description": "Ponyfill for ES2020 Intl.NumberFormat",
4
- "version": "8.15.4",
4
+ "version": "8.15.6",
5
5
  "license": "MIT",
6
6
  "types": "index.d.ts",
7
7
  "dependencies": {
8
8
  "decimal.js": "^10.4.3",
9
9
  "tslib": "^2.8.0",
10
- "@formatjs/ecma402-abstract": "2.3.4",
11
- "@formatjs/intl-localematcher": "0.6.1"
10
+ "@formatjs/ecma402-abstract": "2.3.6",
11
+ "@formatjs/intl-localematcher": "0.6.2"
12
12
  },
13
13
  "devDependencies": {
14
- "@formatjs/intl-getcanonicallocales": "2.5.5",
15
- "@formatjs/intl-locale": "4.2.11",
16
- "@formatjs/intl-pluralrules": "5.4.4"
14
+ "@formatjs/intl-getcanonicallocales": "2.5.6",
15
+ "@formatjs/intl-locale": "4.2.13",
16
+ "@formatjs/intl-pluralrules": "5.4.6"
17
17
  },
18
18
  "bugs": "https://github.com/formatjs/formatjs/issues",
19
19
  "contributors": [
package/polyfill.iife.js CHANGED
@@ -4,7 +4,7 @@
4
4
  return Intl.getCanonicalLocales(locales);
5
5
  }
6
6
 
7
- // node_modules/.aspect_rules_js/decimal.js@10.5.0/node_modules/decimal.js/decimal.mjs
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";
@@ -9527,7 +9527,7 @@ Please __addLocaleData before adding additional unit data`);
9527
9527
 
9528
9528
  decimal.js/decimal.mjs:
9529
9529
  (*!
9530
- * decimal.js v10.5.0
9530
+ * decimal.js v10.6.0
9531
9531
  * An arbitrary-precision Decimal type for JavaScript.
9532
9532
  * https://github.com/MikeMcl/decimal.js
9533
9533
  * Copyright (c) 2025 Michael Mclaughlin <M8ch88l@gmail.com>