@m6web/react-i18n
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -6,2 +6,3 @@ export { translate as translateFunction, buildList as buildListFunction } from './utils/i18n.utils'; | ||
export { HtmlTrans } from './components/i18nElement.component'; | ||
export { I18nProvider } from './components/i18n.provider'; | ||
export { I18nProvider } from './components/i18n.provider'; | ||
export { useTranslate } from './hooks/useTranslate'; |
@@ -56,2 +56,11 @@ 'use strict'; | ||
} | ||
}); | ||
var _useTranslate = require('./hooks/useTranslate'); | ||
Object.defineProperty(exports, 'useTranslate', { | ||
enumerable: true, | ||
get: function get() { | ||
return _useTranslate.useTranslate; | ||
} | ||
}); |
{ | ||
"name": "@m6web/react-i18n", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Provider and utils for translation in a react app", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
48579
928