aurelia-i18n
Advanced tools
Comparing version 3.0.0-beta.3 to 3.0.0-beta.4
@@ -156,3 +156,3 @@ import rollup from 'rollup'; | ||
async function fixI18nDefaultImport(typeDefFileName: string) { | ||
const importDeclaration = `import i18next from "i18next";\n`; | ||
const importDeclaration = `import * as i18next from 'i18next';\n`; | ||
const data = fs.readFileSync(typeDefFileName, 'utf-8'); | ||
@@ -159,0 +159,0 @@ const fd = fs.openSync(typeDefFileName, 'w+'); |
@@ -1,2 +0,2 @@ | ||
import i18next from "i18next"; | ||
import * as i18next from 'i18next'; | ||
import { Container } from 'aurelia-dependency-injection'; | ||
@@ -3,0 +3,0 @@ import { EventAggregator } from 'aurelia-event-aggregator'; |
@@ -0,1 +1,12 @@ | ||
<a name="3.0.0-beta.4"></a> | ||
# [3.0.0-beta.4](https://github.com/aurelia/i18n/compare/3.0.0-beta.3...3.0.0-beta.4) (2018-11-23) | ||
### Bug Fixes | ||
* **build:** correct d.ts import for i18next ([b43d5e0](https://github.com/aurelia/i18n/commit/b43d5e0)) | ||
* **typings:** Updating typings.json to map aurelia-i18n.d.ts ([d55740e](https://github.com/aurelia/i18n/commit/d55740e)) | ||
<a name="3.0.0-beta.3"></a> | ||
@@ -2,0 +13,0 @@ # [3.0.0-beta.3](https://github.com/aurelia/i18n/compare/3.0.0-beta.2...3.0.0-beta.3) (2018-11-16) |
{ | ||
"name": "aurelia-i18n", | ||
"version": "3.0.0-beta.3", | ||
"version": "3.0.0-beta.4", | ||
"description": "A plugin that provides i18n support.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"name": "aurelia-i18n", | ||
"main": "dist/typings/aurelia-i18n.d.ts" | ||
"main": "dist/aurelia-i18n.d.ts" | ||
} |
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
1547919
0