@formatjs/intl-getcanonicallocales 2.2.0 → 2.3.0

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 (46) hide show
  1. package/index.d.ts +0 -1
  2. package/lib/index.d.ts +0 -1
  3. package/lib/polyfill-force.d.ts +0 -1
  4. package/lib/polyfill.d.ts +0 -1
  5. package/lib/should-polyfill.d.ts +0 -1
  6. package/lib/src/aliases.generated.d.ts +0 -1
  7. package/lib/src/aliases.generated.js +4 -0
  8. package/lib/src/canonicalizer.d.ts +0 -1
  9. package/lib/src/emitter.d.ts +0 -1
  10. package/lib/src/likelySubtags.generated.d.ts +0 -1
  11. package/lib/src/likelySubtags.generated.js +6180 -12
  12. package/lib/src/parser.d.ts +0 -1
  13. package/lib/src/types.d.ts +0 -1
  14. package/package.json +1 -1
  15. package/polyfill-force.d.ts +0 -1
  16. package/polyfill.d.ts +0 -1
  17. package/polyfill.iife.js +6184 -12
  18. package/should-polyfill.d.ts +0 -1
  19. package/src/aliases.generated.d.ts +0 -1
  20. package/src/aliases.generated.js +4 -0
  21. package/src/canonicalizer.d.ts +0 -1
  22. package/src/emitter.d.ts +0 -1
  23. package/src/likelySubtags.generated.d.ts +0 -1
  24. package/src/likelySubtags.generated.js +6180 -12
  25. package/src/parser.d.ts +0 -1
  26. package/src/types.d.ts +0 -1
  27. package/index.d.ts.map +0 -1
  28. package/lib/index.d.ts.map +0 -1
  29. package/lib/polyfill-force.d.ts.map +0 -1
  30. package/lib/polyfill.d.ts.map +0 -1
  31. package/lib/should-polyfill.d.ts.map +0 -1
  32. package/lib/src/aliases.generated.d.ts.map +0 -1
  33. package/lib/src/canonicalizer.d.ts.map +0 -1
  34. package/lib/src/emitter.d.ts.map +0 -1
  35. package/lib/src/likelySubtags.generated.d.ts.map +0 -1
  36. package/lib/src/parser.d.ts.map +0 -1
  37. package/lib/src/types.d.ts.map +0 -1
  38. package/polyfill-force.d.ts.map +0 -1
  39. package/polyfill.d.ts.map +0 -1
  40. package/should-polyfill.d.ts.map +0 -1
  41. package/src/aliases.generated.d.ts.map +0 -1
  42. package/src/canonicalizer.d.ts.map +0 -1
  43. package/src/emitter.d.ts.map +0 -1
  44. package/src/likelySubtags.generated.d.ts.map +0 -1
  45. package/src/parser.d.ts.map +0 -1
  46. package/src/types.d.ts.map +0 -1
@@ -1,2 +1 @@
1
1
  export declare function shouldPolyfill(): boolean;
2
- //# sourceMappingURL=should-polyfill.d.ts.map
@@ -2,4 +2,3 @@ export declare const languageAlias: Record<string, string>;
2
2
  export declare const territoryAlias: Record<string, string>;
3
3
  export declare const scriptAlias: Record<string, string>;
4
4
  export declare const variantAlias: Record<string, string>;
5
- //# sourceMappingURL=aliases.generated.d.ts.map
@@ -12,6 +12,7 @@ exports.languageAlias = {
12
12
  "afr": "af",
13
13
  "agp": "apf",
14
14
  "ais": "ami",
15
+ "ajt": "aeb",
15
16
  "aju": "jrb",
16
17
  "aka": "ak",
17
18
  "alb": "sq",
@@ -234,6 +235,7 @@ exports.languageAlias = {
234
235
  "kzh": "dgl",
235
236
  "kzj": "dtp",
236
237
  "kzt": "dtp",
238
+ "lak": "ksp",
237
239
  "lao": "lo",
238
240
  "lat": "la",
239
241
  "lav": "lv",
@@ -374,9 +376,11 @@ exports.languageAlias = {
374
376
  "slk": "sk",
375
377
  "slo": "sk",
376
378
  "slv": "sl",
379
+ "smd": "kmb",
377
380
  "sme": "se",
378
381
  "smo": "sm",
379
382
  "sna": "sn",
383
+ "snb": "iba",
380
384
  "snd": "sd",
381
385
  "som": "so",
382
386
  "sot": "st",
@@ -17,4 +17,3 @@ export declare function canonicalizeUnicodeLanguageId(unicodeLanguageId: Unicode
17
17
  * @param locale
18
18
  */
19
19
  export declare function canonicalizeUnicodeLocaleId(locale: UnicodeLocaleId): UnicodeLocaleId;
20
- //# sourceMappingURL=canonicalizer.d.ts.map
package/src/emitter.d.ts CHANGED
@@ -1,4 +1,3 @@
1
1
  import { UnicodeLanguageId, UnicodeLocaleId } from './types';
2
2
  export declare function emitUnicodeLanguageId(lang?: UnicodeLanguageId): string;
3
3
  export declare function emitUnicodeLocaleId({ lang, extensions, }: UnicodeLocaleId): string;
4
- //# sourceMappingURL=emitter.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare const likelySubtags: Record<string, string>;
2
- //# sourceMappingURL=likelySubtags.generated.d.ts.map