@formatjs/intl-locale 5.3.8 → 5.3.10

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.
package/package.json CHANGED
@@ -1,31 +1,34 @@
1
1
  {
2
2
  "name": "@formatjs/intl-locale",
3
+ "version": "5.3.10",
3
4
  "description": "Intl.Locale polyfill",
4
- "version": "5.3.8",
5
+ "keywords": [
6
+ "ecma402",
7
+ "formatjs",
8
+ "i18n",
9
+ "intl",
10
+ "locale",
11
+ "react-intl",
12
+ "tc39"
13
+ ],
14
+ "homepage": "https://github.com/formatjs/formatjs#readme",
15
+ "bugs": "https://github.com/formatjs/formatjs/issues",
5
16
  "license": "MIT",
6
17
  "author": "Long Ho <holevietlong@gmail.com>",
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "formatjs/formatjs.git"
21
+ },
7
22
  "type": "module",
8
23
  "types": "index.d.ts",
9
24
  "exports": {
10
25
  ".": "./index.js",
11
- "./polyfill.js": "./polyfill.js",
12
26
  "./polyfill-force.js": "./polyfill-force.js",
27
+ "./polyfill.js": "./polyfill.js",
13
28
  "./should-polyfill.js": "./should-polyfill.js"
14
29
  },
15
30
  "dependencies": {
16
- "@formatjs/intl-getcanonicallocales": "3.2.9",
17
- "@formatjs/intl-supportedvaluesof": "2.3.7"
18
- },
19
- "bugs": "https://github.com/formatjs/formatjs/issues",
20
- "homepage": "https://github.com/formatjs/formatjs#readme",
21
- "keywords": [
22
- "ecma402",
23
- "formatjs",
24
- "i18n",
25
- "intl",
26
- "locale",
27
- "react-intl",
28
- "tc39"
29
- ],
30
- "repository": "formatjs/formatjs.git"
31
+ "@formatjs/intl-getcanonicallocales": "3.2.11",
32
+ "@formatjs/intl-supportedvaluesof": "2.3.9"
33
+ }
31
34
  }
package/polyfill-force.js CHANGED
@@ -172,7 +172,6 @@ function invariant(condition, message, Err = Error) {
172
172
  }
173
173
  memoize((...args) => new Intl.NumberFormat(...args), { strategy: strategies.variadic });
174
174
  memoize((...args) => new Intl.PluralRules(...args), { strategy: strategies.variadic });
175
- memoize((...args) => new Intl.Locale(...args), { strategy: strategies.variadic });
176
175
  memoize((...args) => new Intl.ListFormat(...args), { strategy: strategies.variadic });
177
176
  //#endregion
178
177
  //#region node_modules/.aspect_rules_js/@formatjs_generated+cldr.locale@0.0.0/node_modules/@formatjs_generated/cldr.locale/character-orders.js