intl-messageformat
Advanced tools
Comparing version 10.7.6 to 10.7.7
@@ -16,2 +16,1 @@ "use strict"; | ||
exports.default = core_1.IntlMessageFormat; | ||
//# sourceMappingURL=index.js.map |
@@ -12,2 +12,1 @@ /* | ||
export default IntlMessageFormat; | ||
//# sourceMappingURL=index.js.map |
@@ -239,2 +239,1 @@ /* | ||
export { IntlMessageFormat }; | ||
//# sourceMappingURL=core.js.map |
@@ -49,2 +49,1 @@ import { __extends } from "tslib"; | ||
export { MissingValueError }; | ||
//# sourceMappingURL=error.js.map |
@@ -178,2 +178,1 @@ import { isArgumentElement, isDateElement, isDateTimeSkeleton, isLiteralElement, isNumberElement, isNumberSkeleton, isPluralElement, isPoundElement, isSelectElement, isTagElement, isTimeElement, } from '@formatjs/icu-messageformat-parser'; | ||
} | ||
//# sourceMappingURL=formatters.js.map |
{ | ||
"name": "intl-messageformat", | ||
"version": "10.7.6", | ||
"version": "10.7.7", | ||
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.", | ||
@@ -35,4 +35,4 @@ "keywords": [ | ||
"tslib": "2", | ||
"@formatjs/ecma402-abstract": "2.2.3", | ||
"@formatjs/icu-messageformat-parser": "2.9.3", | ||
"@formatjs/ecma402-abstract": "2.2.4", | ||
"@formatjs/icu-messageformat-parser": "2.9.4", | ||
"@formatjs/fast-memoize": "2.2.3" | ||
@@ -39,0 +39,0 @@ }, |
@@ -242,2 +242,1 @@ "use strict"; | ||
exports.IntlMessageFormat = IntlMessageFormat; | ||
//# sourceMappingURL=core.js.map |
@@ -52,2 +52,1 @@ "use strict"; | ||
exports.MissingValueError = MissingValueError; | ||
//# sourceMappingURL=error.js.map |
@@ -183,2 +183,1 @@ "use strict"; | ||
} | ||
//# sourceMappingURL=formatters.js.map |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
250224
+ Added@formatjs/ecma402-abstract@2.2.4(transitive)
+ Added@formatjs/icu-messageformat-parser@2.9.4(transitive)
+ Added@formatjs/icu-skeleton-parser@1.8.8(transitive)
+ Added@formatjs/intl-localematcher@0.5.8(transitive)
- Removed@formatjs/ecma402-abstract@2.2.3(transitive)
- Removed@formatjs/icu-messageformat-parser@2.9.3(transitive)
- Removed@formatjs/icu-skeleton-parser@1.8.7(transitive)
- Removed@formatjs/intl-localematcher@0.5.7(transitive)