react-intl-phraseapp
Advanced tools
Comparing version 4.1.1 to 4.1.2
{ | ||
"name": "react-intl-phraseapp", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "The In-Context-Editor for react using react-intl", | ||
@@ -49,2 +49,25 @@ "homepage": "https://phrase.com", | ||
"main": "dist/index.js", | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./functions": "./dist/functions.js", | ||
"./injectIntl": "./dist/injectIntl.js", | ||
"./useIntl": "./dist/useIntl.js", | ||
"./useSSRIntl": "./dist/useSSRIntl.js" | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"functions": [ | ||
"dist/functions.d.ts" | ||
], | ||
"injectIntl": [ | ||
"dist/injectIntl.d.ts" | ||
], | ||
"useIntl": [ | ||
"dist/useIntl.d.ts" | ||
], | ||
"useSSRIntl": [ | ||
"dist/useSSRIntl.d.ts" | ||
] | ||
} | ||
}, | ||
"sideEffects": false, | ||
@@ -51,0 +74,0 @@ "jest": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
128392
0