@formatjs/intl-displaynames 7.2.1 → 7.2.3

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/index.d.ts +1 -1
  2. package/package.json +7 -7
package/index.d.ts CHANGED
@@ -23,5 +23,5 @@ export declare class DisplayNames {
23
23
  private static availableLocales;
24
24
  private static __defaultLocale;
25
25
  private static getDefaultLocale;
26
- static readonly polyfilled: true;
26
+ static readonly polyfilled = true;
27
27
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@formatjs/intl-displaynames",
3
3
  "description": "Polyfill for: https://tc39.es/proposal-intl-displaynames",
4
- "version": "7.2.1",
4
+ "version": "7.2.3",
5
5
  "license": "MIT",
6
6
  "author": "Linjie Ding <pyrocat101@users.noreply.github.com>",
7
7
  "type": "module",
@@ -11,16 +11,16 @@
11
11
  "./polyfill.js": "./polyfill.js",
12
12
  "./polyfill-force.js": "./polyfill-force.js",
13
13
  "./should-polyfill.js": "./should-polyfill.js",
14
- "./locale-data/*": "./locale-data/*"
14
+ "./locale-data/*": "./locale-data/*",
15
+ "./locale-data": "./locale-data"
15
16
  },
16
17
  "dependencies": {
17
- "tslib": "^2.8.1",
18
- "@formatjs/ecma402-abstract": "3.1.1",
19
- "@formatjs/intl-localematcher": "0.8.1"
18
+ "@formatjs/ecma402-abstract": "3.1.2",
19
+ "@formatjs/intl-localematcher": "0.8.2"
20
20
  },
21
21
  "devDependencies": {
22
- "@formatjs/intl-locale": "5.2.1",
23
- "@formatjs/intl-getcanonicallocales": "3.2.1"
22
+ "@formatjs/intl-locale": "5.2.2",
23
+ "@formatjs/intl-getcanonicallocales": "3.2.2"
24
24
  },
25
25
  "bugs": "https://github.com/formatjs/formatjs/issues",
26
26
  "homepage": "https://github.com/formatjs/formatjs",