@formatjs/intl-getcanonicallocales 3.2.9 → 3.2.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,20 +1,7 @@
1
1
  {
2
2
  "name": "@formatjs/intl-getcanonicallocales",
3
+ "version": "3.2.10",
3
4
  "description": "Intl.getCanonicalLocales polyfill",
4
- "version": "3.2.9",
5
- "license": "MIT",
6
- "author": "Long Ho <holevietlong@gmail.com>",
7
- "type": "module",
8
- "types": "index.d.ts",
9
- "exports": {
10
- ".": "./index.js",
11
- "./polyfill.js": "./polyfill.js",
12
- "./polyfill-force.js": "./polyfill-force.js",
13
- "./should-polyfill.js": "./should-polyfill.js"
14
- },
15
- "dependencies": {},
16
- "bugs": "https://github.com/formatjs/formatjs/issues",
17
- "homepage": "https://github.com/formatjs/formatjs#readme",
18
5
  "keywords": [
19
6
  "ecma402",
20
7
  "formatjs",
@@ -25,5 +12,17 @@
25
12
  "react-intl",
26
13
  "tc39"
27
14
  ],
28
- "repository": "formatjs/formatjs.git"
15
+ "homepage": "https://github.com/formatjs/formatjs#readme",
16
+ "bugs": "https://github.com/formatjs/formatjs/issues",
17
+ "license": "MIT",
18
+ "author": "Long Ho <holevietlong@gmail.com>",
19
+ "repository": "formatjs/formatjs.git",
20
+ "type": "module",
21
+ "types": "index.d.ts",
22
+ "exports": {
23
+ ".": "./index.js",
24
+ "./polyfill-force.js": "./polyfill-force.js",
25
+ "./polyfill.js": "./polyfill.js",
26
+ "./should-polyfill.js": "./should-polyfill.js"
27
+ }
29
28
  }
package/polyfill-force.js CHANGED
@@ -9431,7 +9431,6 @@ function ensureIntl() {
9431
9431
  }
9432
9432
  memoize((...args) => new Intl.NumberFormat(...args), { strategy: strategies.variadic });
9433
9433
  memoize((...args) => new Intl.PluralRules(...args), { strategy: strategies.variadic });
9434
- memoize((...args) => new Intl.Locale(...args), { strategy: strategies.variadic });
9435
9434
  memoize((...args) => new Intl.ListFormat(...args), { strategy: strategies.variadic });
9436
9435
  //#endregion
9437
9436
  //#region packages/intl-getcanonicallocales/polyfill-force.ts