@boost/translate
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -6,2 +6,18 @@ # Change Log | ||
### 1.0.3 - 2019-08-01 | ||
#### ⚙️ Types | ||
- Refine types and replace `any` with `unknown`. (#58) ([43512fc](https://github.com/milesj/boost/tree/master/packages/log/commit/43512fc)), closes [#58](https://github.com/milesj/boost/tree/master/packages/log/issues/58) | ||
#### 🛠 Internals | ||
- Increase statement and function code coverage to 100%. ([7c98aa7](https://github.com/milesj/boost/tree/master/packages/log/commit/7c98aa7)) | ||
**Note:** Version bump only for package @boost/translate | ||
### 1.0.2 - 2019-07-07 | ||
@@ -8,0 +24,0 @@ |
@@ -35,2 +35,3 @@ "use strict"; | ||
} | ||
// istanbul ignore next | ||
create() { | ||
@@ -37,0 +38,0 @@ // We don't need this but is required by the interface |
@@ -6,3 +6,3 @@ import i18next from 'i18next'; | ||
export interface InterpolationParams { | ||
[key: string]: any; | ||
[key: string]: unknown; | ||
} | ||
@@ -9,0 +9,0 @@ export interface MessageOptions { |
{ | ||
"name": "@boost/translate", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Package and application level translations made easy.", | ||
@@ -24,8 +24,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@boost/common": "^1.1.2", | ||
"@boost/common": "^1.1.3", | ||
"debug": "^4.1.1", | ||
"i18next": "^17.0.6", | ||
"i18next": "^17.0.7", | ||
"os-locale": "^4.0.0" | ||
}, | ||
"gitHead": "ff2562891abe422e18eb803fc59ca7998a1e5904" | ||
"gitHead": "cf50d411c778a661520be41b0ea1042b31ce900d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
19063
284
Updated@boost/common@^1.1.3
Updatedi18next@^17.0.7