ra-i18n-polyglot
Advanced tools
Comparing version 3.1.1 to 3.1.2
{ | ||
"name": "ra-i18n-polyglot", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Polyglot i18n provider for react-admin", | ||
@@ -29,3 +29,3 @@ "main": "lib/index.js", | ||
"node-polyglot": "^2.2.2", | ||
"ra-core": "^3.1.1" | ||
"ra-core": "^3.1.2" | ||
}, | ||
@@ -36,3 +36,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "7cdac4db262d7e64f9529f25f9e2c01fc371d983" | ||
"gitHead": "56b1d4096a5e68e442d29b1b7b12699d3bfc3f4b" | ||
} |
@@ -48,3 +48,3 @@ import Polyglot from 'node-polyglot'; | ||
resolve(getMessages(newLocale as string)) | ||
).then(messages => { | ||
).then((messages: Object) => { | ||
locale = newLocale; | ||
@@ -51,0 +51,0 @@ const newPolyglot = new Polyglot({ |
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
13473
+ Addeddunder-proto@1.0.0(transitive)
- Removeddunder-proto@1.0.1(transitive)
Updatedra-core@^3.1.2