@formatjs/intl-segmenter 11.7.10 → 11.7.12

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 +3 -3
  2. package/polyfill.iife.js +2 -2
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@formatjs/intl-segmenter",
3
3
  "description": "Polyfill for Intl.Segmenter",
4
- "version": "11.7.10",
4
+ "version": "11.7.12",
5
5
  "license": "MIT",
6
6
  "author": "Matija Gaspar <matijagaspar@gmail.com>",
7
7
  "types": "index.d.ts",
8
8
  "dependencies": {
9
9
  "tslib": "^2.8.0",
10
- "@formatjs/intl-localematcher": "0.6.1",
11
- "@formatjs/ecma402-abstract": "2.3.4"
10
+ "@formatjs/ecma402-abstract": "2.3.6",
11
+ "@formatjs/intl-localematcher": "0.6.2"
12
12
  },
13
13
  "bugs": "https://github.com/formatjs/formatjs/issues",
14
14
  "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";
@@ -8681,7 +8681,7 @@
8681
8681
 
8682
8682
  decimal.js/decimal.mjs:
8683
8683
  (*!
8684
- * decimal.js v10.5.0
8684
+ * decimal.js v10.6.0
8685
8685
  * An arbitrary-precision Decimal type for JavaScript.
8686
8686
  * https://github.com/MikeMcl/decimal.js
8687
8687
  * Copyright (c) 2025 Michael Mclaughlin <M8ch88l@gmail.com>