Comparing version 1.0.1 to 1.0.2
require("@babel/register"); | ||
const fromLocales = require("./src/Locales"); | ||
module.exports = { | ||
Locales: require("./src/Locales"), | ||
LocaleHelper: require("./src/LocaleHelper") | ||
Locales: fromLocales.Locales, | ||
getLocaleFullName: fromLocales.getLocaleFullName, | ||
LocaleHelper: require("./src/LocaleHelper").LocaleHelper | ||
}; |
{ | ||
"name": "i18n-plus", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Node.js package providing i18n with variable interpolation & conjugation of words with respect to quantifiers, supporting all languages' conjugation rules.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3004542
2632
1