@formatjs/intl
Advanced tools
Comparing version 1.13.5 to 1.14.0
@@ -45,5 +45,2 @@ import { __assign, __spreadArray } from "tslib"; | ||
return { | ||
has: function (key) { | ||
return key in store; | ||
}, | ||
get: function (key) { | ||
@@ -50,0 +47,0 @@ return store[key]; |
{ | ||
"name": "@formatjs/intl", | ||
"version": "1.13.5", | ||
"version": "1.14.0", | ||
"description": "Internationalize JS apps. This library provides an API to format dates, numbers, and strings, including pluralization and handling translations.", | ||
@@ -32,7 +32,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@formatjs/ecma402-abstract": "1.9.6", | ||
"@formatjs/fast-memoize": "1.1.2", | ||
"@formatjs/intl-displaynames": "5.2.1", | ||
"@formatjs/intl-listformat": "6.3.1", | ||
"intl-messageformat": "9.8.2", | ||
"@formatjs/ecma402-abstract": "1.9.7", | ||
"@formatjs/fast-memoize": "1.2.0", | ||
"@formatjs/intl-displaynames": "5.2.2", | ||
"@formatjs/intl-listformat": "6.3.2", | ||
"intl-messageformat": "9.9.0", | ||
"tslib": "^2.1.0" | ||
@@ -39,0 +39,0 @@ }, |
@@ -50,5 +50,2 @@ "use strict"; | ||
return { | ||
has: function (key) { | ||
return key in store; | ||
}, | ||
get: function (key) { | ||
@@ -55,0 +52,0 @@ return store[key]; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
129795
1958
+ Added@formatjs/ecma402-abstract@1.9.7(transitive)
+ Added@formatjs/fast-memoize@1.2.0(transitive)
+ Added@formatjs/icu-messageformat-parser@2.0.10(transitive)
+ Added@formatjs/icu-skeleton-parser@1.2.11(transitive)
+ Added@formatjs/intl-displaynames@5.2.2(transitive)
+ Added@formatjs/intl-listformat@6.3.2(transitive)
+ Added@formatjs/intl-localematcher@0.2.20(transitive)
+ Addedintl-messageformat@9.9.0(transitive)
- Removed@formatjs/ecma402-abstract@1.9.6(transitive)
- Removed@formatjs/fast-memoize@1.1.2(transitive)
- Removed@formatjs/icu-messageformat-parser@2.0.9(transitive)
- Removed@formatjs/icu-skeleton-parser@1.2.10(transitive)
- Removed@formatjs/intl-displaynames@5.2.1(transitive)
- Removed@formatjs/intl-listformat@6.3.1(transitive)
- Removed@formatjs/intl-localematcher@0.2.19(transitive)
- Removedintl-messageformat@9.8.2(transitive)
Updated@formatjs/fast-memoize@1.2.0
Updatedintl-messageformat@9.9.0