@formatjs/intl-locale 3.2.1 → 3.3.1

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.
@@ -572,4 +572,3 @@ export declare const numberingSystems: {
572
572
  readonly zu: readonly ["latn"];
573
573
  };
574
574
  export type NumberingSystemsKey = keyof typeof numberingSystems;
575
- //# sourceMappingURL=numbering-systems.generated.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formatjs/intl-locale",
3
- "version": "3.2.1",
3
+ "version": "3.3.1",
4
4
  "description": "Intl.Locale polyfill",
5
5
  "keywords": [
6
6
  "intl",
@@ -24,9 +24,9 @@
24
24
  "url": "https://github.com/formatjs/formatjs/issues"
25
25
  },
26
26
  "dependencies": {
27
- "@formatjs/ecma402-abstract": "1.14.3",
28
- "@formatjs/intl-enumerator": "1.2.1",
29
- "@formatjs/intl-getcanonicallocales": "2.1.0",
27
+ "@formatjs/ecma402-abstract": "1.16.0",
28
+ "@formatjs/intl-enumerator": "1.3.1",
29
+ "@formatjs/intl-getcanonicallocales": "2.2.1",
30
30
  "tslib": "^2.4.0"
31
31
  }
32
32
  }
@@ -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