@formatjs/intl-pluralrules 5.2.1 → 5.2.3

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.
@@ -29,4 +29,3 @@ export interface OperandsRecord {
29
29
  * @param s
30
30
  */
31
31
  export declare function GetOperands(s: string): OperandsRecord;
32
- //# sourceMappingURL=GetOperands.d.ts.map
@@ -6,4 +6,3 @@ export declare function InitializePluralRules(pl: Intl.PluralRules, locales: str
6
6
  getDefaultLocale(): string;
7
7
  getInternalSlots(pl: Intl.PluralRules): PluralRulesInternal;
8
8
  }): Intl.PluralRules;
9
- //# sourceMappingURL=InitializePluralRules.d.ts.map
@@ -10,4 +10,3 @@ export declare function ResolvePlural(pl: Intl.PluralRules, n: number, { getInte
10
10
  getInternalSlots(pl: Intl.PluralRules): PluralRulesInternal;
11
11
  PluralRuleSelect: (locale: string, type: 'cardinal' | 'ordinal', n: number, operands: OperandsRecord) => LDMLPluralRule;
12
12
  }): LDMLPluralRule;
13
- //# sourceMappingURL=ResolvePlural.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import { PluralRules, PluralRulesInternal } from '.';
2
2
  export default function getInternalSlots(x: PluralRules): PluralRulesInternal;
3
- //# sourceMappingURL=get_internal_slots.d.ts.map
package/index.d.ts CHANGED
@@ -18,4 +18,3 @@ export declare class PluralRules implements Intl.PluralRules {
18
18
  static relevantExtensionKeys: never[];
19
19
  static polyfilled: boolean;
20
20
  }
21
- //# sourceMappingURL=index.d.ts.map
@@ -29,4 +29,3 @@ export interface OperandsRecord {
29
29
  * @param s
30
30
  */
31
31
  export declare function GetOperands(s: string): OperandsRecord;
32
- //# sourceMappingURL=GetOperands.d.ts.map
@@ -6,4 +6,3 @@ export declare function InitializePluralRules(pl: Intl.PluralRules, locales: str
6
6
  getDefaultLocale(): string;
7
7
  getInternalSlots(pl: Intl.PluralRules): PluralRulesInternal;
8
8
  }): Intl.PluralRules;
9
- //# sourceMappingURL=InitializePluralRules.d.ts.map
@@ -10,4 +10,3 @@ export declare function ResolvePlural(pl: Intl.PluralRules, n: number, { getInte
10
10
  getInternalSlots(pl: Intl.PluralRules): PluralRulesInternal;
11
11
  PluralRuleSelect: (locale: string, type: 'cardinal' | 'ordinal', n: number, operands: OperandsRecord) => LDMLPluralRule;
12
12
  }): LDMLPluralRule;
13
- //# sourceMappingURL=ResolvePlural.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import { PluralRules, PluralRulesInternal } from '.';
2
2
  export default function getInternalSlots(x: PluralRules): PluralRulesInternal;
3
- //# sourceMappingURL=get_internal_slots.d.ts.map
package/lib/index.d.ts CHANGED
@@ -18,4 +18,3 @@ export declare class PluralRules implements Intl.PluralRules {
18
18
  static relevantExtensionKeys: never[];
19
19
  static polyfilled: boolean;
20
20
  }
21
- //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=polyfill-force.d.ts.map
package/lib/polyfill.d.ts CHANGED
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=polyfill.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function shouldPolyfill(locale?: string): string | undefined;
2
- //# sourceMappingURL=should-polyfill.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare const supportedLocales: string[];
2
- //# sourceMappingURL=supported-locales.generated.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formatjs/intl-pluralrules",
3
- "version": "5.2.1",
3
+ "version": "5.2.3",
4
4
  "description": "Polyfill for Intl.PluralRules",
5
5
  "keywords": [
6
6
  "polyfill",
@@ -20,13 +20,13 @@
20
20
  "url": "git+https://github.com/formatjs/formatjs.git"
21
21
  },
22
22
  "dependencies": {
23
- "@formatjs/ecma402-abstract": "1.14.3",
24
- "@formatjs/intl-localematcher": "0.2.32",
23
+ "@formatjs/ecma402-abstract": "1.16.0",
24
+ "@formatjs/intl-localematcher": "0.3.0",
25
25
  "tslib": "^2.4.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@formatjs/intl-getcanonicallocales": "2.1.0",
29
- "@formatjs/intl-locale": "3.2.1"
28
+ "@formatjs/intl-getcanonicallocales": "2.2.1",
29
+ "@formatjs/intl-locale": "3.3.1"
30
30
  },
31
31
  "bugs": {
32
32
  "url": "https://github.com/formatjs/formatjs/issues"
@@ -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
@@ -1,2 +1 @@
1
1
  export declare function shouldPolyfill(locale?: string): string | undefined;
2
- //# sourceMappingURL=should-polyfill.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare const supportedLocales: string[];
2
- //# sourceMappingURL=supported-locales.generated.d.ts.map