@formatjs/intl-locale 5.2.0 → 5.2.2

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 +4 -5
package/index.d.ts CHANGED
@@ -100,6 +100,6 @@ export declare class Locale {
100
100
  minimalDays: number;
101
101
  };
102
102
  static relevantExtensionKeys: readonly ["ca", "co", "hc", "kf", "kn", "nu", "fw"];
103
- static readonly polyfilled: true;
103
+ static readonly polyfilled = true;
104
104
  }
105
105
  export default Locale;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@formatjs/intl-locale",
3
3
  "description": "Intl.Locale polyfill",
4
- "version": "5.2.0",
4
+ "version": "5.2.2",
5
5
  "license": "MIT",
6
6
  "author": "Long Ho <holevietlong@gmail.com>",
7
7
  "type": "module",
@@ -13,10 +13,9 @@
13
13
  "./should-polyfill.js": "./should-polyfill.js"
14
14
  },
15
15
  "dependencies": {
16
- "tslib": "^2.8.1",
17
- "@formatjs/ecma402-abstract": "3.1.0",
18
- "@formatjs/intl-supportedvaluesof": "2.2.0",
19
- "@formatjs/intl-getcanonicallocales": "3.2.0"
16
+ "@formatjs/ecma402-abstract": "3.1.2",
17
+ "@formatjs/intl-getcanonicallocales": "3.2.2",
18
+ "@formatjs/intl-supportedvaluesof": "2.2.2"
20
19
  },
21
20
  "bugs": "https://github.com/formatjs/formatjs/issues",
22
21
  "homepage": "https://github.com/formatjs/formatjs#readme",