babel-plugin-formatjs
Advanced tools
Comparing version 9.2.5 to 10.0.0
{ | ||
"name": "babel-plugin-formatjs", | ||
"version": "9.2.5", | ||
"version": "10.0.0", | ||
"description": "Extracts string messages for translation from modules that use formatjs.", | ||
@@ -19,6 +19,6 @@ "repository": { | ||
"@babel/types": "^7.9.5", | ||
"@formatjs/ts-transformer": "3.2.1", | ||
"@formatjs/ts-transformer": "3.2.2", | ||
"@types/babel__core": "^7.1.7", | ||
"@types/babel__helper-plugin-utils": "7", | ||
"intl-messageformat-parser": "6.4.3", | ||
"intl-messageformat-parser": "6.4.4", | ||
"tslib": "^2.1.0" | ||
@@ -25,0 +25,0 @@ }, |
@@ -50,3 +50,3 @@ "use strict"; | ||
if (isJSXSource === void 0) { isJSXSource = false; } | ||
if (idInterpolationPattern === void 0) { idInterpolationPattern = '[contenthash:5]'; } | ||
if (idInterpolationPattern === void 0) { idInterpolationPattern = '[sha512:contenthash:base64:6]'; } | ||
var id = getMessageDescriptorValue(descriptorPath.id); | ||
@@ -53,0 +53,0 @@ var defaultMessage = getICUMessageValue(descriptorPath.defaultMessage, { |
Sorry, the diff of this file is not supported yet
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
28186
+ Added@formatjs/ecma402-abstract@1.6.4(transitive)
+ Added@formatjs/ts-transformer@3.2.2(transitive)
+ Addedintl-messageformat-parser@6.4.4(transitive)
- Removed@formatjs/ecma402-abstract@1.6.3(transitive)
- Removed@formatjs/ts-transformer@3.2.1(transitive)
- Removedintl-messageformat-parser@6.4.3(transitive)