@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
@@ -7,4 +7,3 @@ export declare function isUnicodeScriptSubtag(script: string): boolean;
7
7
  export declare function isUnicodeVariantSubtag(variant: string): boolean;
8
8
  export declare function parseUnicodeLanguageId(chunks: string[] | string): UnicodeLanguageId;
9
9
  export declare function parseUnicodeLocaleId(locale: string): UnicodeLocaleId;
10
- //# sourceMappingURL=parser.d.ts.map
@@ -30,4 +30,3 @@ export interface OtherExtension extends Extension {
30
30
  type: 'a' | 'b' | 'c' | 'd' | 'e' | 'f' | 'g' | 'h' | 'i' | 'j' | 'k' | 'l' | 'm' | 'n' | 'o' | 'p' | 'q' | 'r' | 's' | 'v' | 'w' | 'y' | 'z';
31
31
  value: string;
32
32
  }
33
- //# sourceMappingURL=types.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formatjs/intl-getcanonicallocales",
3
- "version": "2.2.0",
3
+ "version": "2.3.0",
4
4
  "description": "Intl.getCanonicalLocales polyfill",
5
5
  "keywords": [
6
6
  "intl",
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=polyfill-force.d.ts.map
package/polyfill.d.ts CHANGED
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=polyfill.d.ts.map