@formatjs/intl-relativetimeformat 11.4.11 → 11.4.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 +11 -11
  2. package/polyfill.iife.js +2 -2
package/package.json CHANGED
@@ -1,21 +1,19 @@
1
1
  {
2
2
  "name": "@formatjs/intl-relativetimeformat",
3
3
  "description": "Formats JavaScript dates to relative time strings.",
4
- "version": "11.4.11",
5
- "license": "MIT",
4
+ "version": "11.4.12",
6
5
  "author": "Long Ho <holevietlong@gmail.com>",
7
- "types": "index.d.ts",
6
+ "bugs": "https://github.com/formatjs/formatjs/issues",
8
7
  "dependencies": {
9
- "tslib": "^2.8.0",
10
- "@formatjs/ecma402-abstract": "2.3.4",
11
- "@formatjs/intl-localematcher": "0.6.1"
8
+ "@formatjs/ecma402-abstract": "2.3.5",
9
+ "@formatjs/intl-localematcher": "0.6.2",
10
+ "tslib": "^2.8.0"
12
11
  },
13
12
  "devDependencies": {
14
- "@formatjs/intl-pluralrules": "5.4.4",
15
- "@formatjs/intl-getcanonicallocales": "2.5.5",
16
- "@formatjs/intl-locale": "4.2.11"
13
+ "@formatjs/intl-getcanonicallocales": "2.5.6",
14
+ "@formatjs/intl-locale": "4.2.12",
15
+ "@formatjs/intl-pluralrules": "5.4.5"
17
16
  },
18
- "bugs": "https://github.com/formatjs/formatjs/issues",
19
17
  "gitHead": "a7842673d8ad205171ad7c8cb8bb2f318b427c0c",
20
18
  "homepage": "https://github.com/formatjs/formatjs",
21
19
  "keywords": [
@@ -27,6 +25,8 @@
27
25
  "relative",
28
26
  "time"
29
27
  ],
28
+ "license": "MIT",
30
29
  "main": "index.js",
31
- "repository": "git@github.com:formatjs/formatjs.git"
30
+ "repository": "git@github.com:formatjs/formatjs.git",
31
+ "types": "index.d.ts"
32
32
  }
package/polyfill.iife.js CHANGED
@@ -11,7 +11,7 @@
11
11
  return Intl.getCanonicalLocales(locales);
12
12
  }
13
13
 
14
- // node_modules/.aspect_rules_js/decimal.js@10.5.0/node_modules/decimal.js/decimal.mjs
14
+ // node_modules/.aspect_rules_js/decimal.js@10.6.0/node_modules/decimal.js/decimal.mjs
15
15
  var EXP_LIMIT = 9e15;
16
16
  var MAX_DIGITS = 1e9;
17
17
  var NUMERALS = "0123456789abcdef";
@@ -7481,7 +7481,7 @@
7481
7481
 
7482
7482
  decimal.js/decimal.mjs:
7483
7483
  (*!
7484
- * decimal.js v10.5.0
7484
+ * decimal.js v10.6.0
7485
7485
  * An arbitrary-precision Decimal type for JavaScript.
7486
7486
  * https://github.com/MikeMcl/decimal.js
7487
7487
  * Copyright (c) 2025 Michael Mclaughlin <M8ch88l@gmail.com>