@ribajs/i18n
Advanced tools
Comparing version 0.18.2 to 0.18.4
{ | ||
"name": "@ribajs/i18n", | ||
"description": "Internationalization extension for Riba.js", | ||
"version": "0.18.2", | ||
"version": "0.18.4", | ||
"author": "Pascal Garber <pascal@jumplink.eu>", | ||
@@ -25,3 +25,3 @@ "url": "https://github.com/ribajs/riba/tree/master/packages/i18n", | ||
"build:module": "tsc", | ||
"link": "npm link; npm link @ribajs/core" | ||
"link": "npm install && npm link && npm link @ribajs/core" | ||
}, | ||
@@ -36,4 +36,4 @@ "devDependencies": { | ||
"@babel/preset-typescript": "^7.1.0", | ||
"@types/jquery": "^3.3.28", | ||
"babel-loader": "^8.0.4", | ||
"@types/jquery": "^3.3.29", | ||
"babel-loader": "^8.0.5", | ||
"babel-plugin-array-includes": "^2.0.3", | ||
@@ -47,8 +47,8 @@ "harp": "^0.27.0", | ||
"typescript": "^3.2.2", | ||
"webpack": "^4.28.0", | ||
"webpack-cli": "^3.1.2" | ||
"webpack": "^4.28.3", | ||
"webpack-cli": "^3.2.0" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime-corejs2": "^7.2.0", | ||
"@ribajs/core": "^0.18.0" | ||
"@ribajs/core": "^0.18.4" | ||
}, | ||
@@ -55,0 +55,0 @@ "bugs": { |
@@ -1,8 +0,1 @@ | ||
import I18nSwitcherComponentWrapper from './switcher/switcher.component'; | ||
import { ALocalesService } from '../services/locales-base.service'; | ||
export default (localesService: ALocalesService) => { | ||
return { | ||
I18nSwitcherComponent: I18nSwitcherComponentWrapper(localesService), | ||
}; | ||
}; | ||
export * from './switcher/switcher.abstract.component'; |
@@ -10,3 +10,3 @@ import { IRibaModule } from '@ribajs/core'; | ||
import bindersWrapper from './binders'; | ||
import componentsWrapper from './components'; | ||
import { AI18nSwitcherComponent } from './components'; | ||
import formattersWrapper from './formatters'; | ||
@@ -18,3 +18,3 @@ import * as services from './services'; | ||
binders: bindersWrapper(localesService), | ||
components: componentsWrapper(localesService), | ||
// components: [], | ||
formatters: formattersWrapper(localesService), | ||
@@ -21,0 +21,0 @@ services, |
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
1374
52167
Updated@ribajs/core@^0.18.4