@lingui/macro
Advanced tools
Comparing version 2.7.0 to 2.7.1
@@ -141,3 +141,3 @@ "use strict"; | ||
props = transformMethod(attr.value, file, (0, _extends3.default)({}, props, { text: "" })); | ||
value = props.text; | ||
value = "{" + props.text + "}"; | ||
} else { | ||
@@ -144,0 +144,0 @@ value = attr.value.value; |
{ | ||
"name": "@lingui/macro", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"description": "Macro for generating messages in ICU MessageFormat syntax", | ||
@@ -25,5 +25,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"@lingui/babel-plugin-transform-react": "2.7.0", | ||
"@lingui/babel-plugin-transform-react": "2.7.1", | ||
"babel-plugin-macros": "^2.2.0" | ||
} | ||
} |
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
32988
+ Added@lingui/babel-plugin-transform-react@2.7.1(transitive)
- Removed@lingui/babel-plugin-transform-react@2.7.0(transitive)