@formatjs/intl-displaynames 6.8.11 → 6.8.13

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 +5 -5
  2. package/polyfill.iife.js +2 -2
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@formatjs/intl-displaynames",
3
3
  "description": "Polyfill for: https://tc39.es/proposal-intl-displaynames",
4
- "version": "6.8.11",
4
+ "version": "6.8.13",
5
5
  "license": "MIT",
6
6
  "author": "Linjie Ding <pyrocat101@users.noreply.github.com>",
7
7
  "types": "index.d.ts",
8
8
  "dependencies": {
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"
14
+ "@formatjs/intl-getcanonicallocales": "2.5.6",
15
+ "@formatjs/intl-locale": "4.2.13"
16
16
  },
17
17
  "bugs": "https://github.com/formatjs/formatjs/issues",
18
18
  "homepage": "https://github.com/formatjs/formatjs",
package/polyfill.iife.js CHANGED
@@ -25,7 +25,7 @@
25
25
  return Intl.getCanonicalLocales(locales);
26
26
  }
27
27
 
28
- // node_modules/.aspect_rules_js/decimal.js@10.5.0/node_modules/decimal.js/decimal.mjs
28
+ // node_modules/.aspect_rules_js/decimal.js@10.6.0/node_modules/decimal.js/decimal.mjs
29
29
  var EXP_LIMIT = 9e15;
30
30
  var MAX_DIGITS = 1e9;
31
31
  var NUMERALS = "0123456789abcdef";
@@ -7494,7 +7494,7 @@
7494
7494
 
7495
7495
  decimal.js/decimal.mjs:
7496
7496
  (*!
7497
- * decimal.js v10.5.0
7497
+ * decimal.js v10.6.0
7498
7498
  * An arbitrary-precision Decimal type for JavaScript.
7499
7499
  * https://github.com/MikeMcl/decimal.js
7500
7500
  * Copyright (c) 2025 Michael Mclaughlin <M8ch88l@gmail.com>