@ribajs/i18n
Advanced tools
Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "@ribajs/i18n", | ||
"description": "Internationalization module for Riba.js", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"author": "Pascal Garber <pascal@artandcode.studio>", | ||
@@ -44,3 +44,3 @@ "url": "https://github.com/ribajs/riba/tree/master/packages/i18n", | ||
"@babel/runtime-corejs2": "^7.7.2", | ||
"@ribajs/core": "^1.6.0" | ||
"@ribajs/core": "^1.6.1" | ||
}, | ||
@@ -47,0 +47,0 @@ "bugs": { |
@@ -1,2 +0,2 @@ | ||
import { Utils } from '@ribajs/core'; | ||
import { HttpService } from '@ribajs/core'; | ||
import { ALocalesService } from './locales-base.service'; | ||
@@ -65,3 +65,3 @@ | ||
} | ||
return Utils.getJSON(url) | ||
return HttpService.getJSON(url) | ||
.then((locales: any) => { | ||
@@ -68,0 +68,0 @@ this.locales[url as string] = locales; |
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
31951
Updated@ribajs/core@^1.6.1