intl-messageformat
Advanced tools
Comparing version 10.3.5 to 10.4.0
@@ -6,2 +6,1 @@ import { IntlMessageFormat } from './src/core'; | ||
export default IntlMessageFormat; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -6,2 +6,1 @@ import { IntlMessageFormat } from './src/core'; | ||
export default IntlMessageFormat; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -27,2 +27,1 @@ import { parse, MessageFormatElement, ParserOptions } from '@formatjs/icu-messageformat-parser'; | ||
} | ||
//# sourceMappingURL=core.d.ts.map |
@@ -28,2 +28,1 @@ export declare enum ErrorCode { | ||
} | ||
//# sourceMappingURL=error.d.ts.map |
@@ -47,2 +47,1 @@ import { NumberFormatOptions } from '@formatjs/ecma402-abstract'; | ||
export {}; | ||
//# sourceMappingURL=formatters.d.ts.map |
{ | ||
"name": "intl-messageformat", | ||
"version": "10.3.5", | ||
"version": "10.4.0", | ||
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.", | ||
@@ -33,6 +33,14 @@ "keywords": [ | ||
"types": "index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./index.d.ts", | ||
"import": "./lib/index.js", | ||
"default": "./index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"dependencies": { | ||
"@formatjs/ecma402-abstract": "1.15.0", | ||
"@formatjs/fast-memoize": "2.0.1", | ||
"@formatjs/icu-messageformat-parser": "2.4.0", | ||
"@formatjs/ecma402-abstract": "1.16.0", | ||
"@formatjs/fast-memoize": "2.1.0", | ||
"@formatjs/icu-messageformat-parser": "2.5.0", | ||
"tslib": "^2.4.0" | ||
@@ -39,0 +47,0 @@ }, |
@@ -27,2 +27,1 @@ import { parse, MessageFormatElement, ParserOptions } from '@formatjs/icu-messageformat-parser'; | ||
} | ||
//# sourceMappingURL=core.d.ts.map |
@@ -28,2 +28,1 @@ export declare enum ErrorCode { | ||
} | ||
//# sourceMappingURL=error.d.ts.map |
@@ -47,2 +47,1 @@ import { NumberFormatOptions } from '@formatjs/ecma402-abstract'; | ||
export {}; | ||
//# sourceMappingURL=formatters.d.ts.map |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
231126
1
+ Added@formatjs/ecma402-abstract@1.16.0(transitive)
+ Added@formatjs/fast-memoize@2.1.0(transitive)
+ Added@formatjs/icu-messageformat-parser@2.5.0(transitive)
+ Added@formatjs/icu-skeleton-parser@1.5.0(transitive)
+ Added@formatjs/intl-localematcher@0.3.0(transitive)
- Removed@formatjs/ecma402-abstract@1.15.0(transitive)
- Removed@formatjs/fast-memoize@2.0.1(transitive)
- Removed@formatjs/icu-messageformat-parser@2.4.0(transitive)
- Removed@formatjs/icu-skeleton-parser@1.4.0(transitive)
- Removed@formatjs/intl-localematcher@0.2.32(transitive)
Updated@formatjs/fast-memoize@2.1.0