@boost/translate
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -6,2 +6,14 @@ # Change Log | ||
### 1.3.4 - 2020-01-25 | ||
#### 📦 Dependencies | ||
- Update minor and patch versions. ([bdec427](https://github.com/milesj/boost/commit/bdec427)) | ||
**Note:** Version bump only for package @boost/translate | ||
### 1.3.3 - 2019-12-27 | ||
@@ -8,0 +20,0 @@ |
@@ -13,4 +13,4 @@ import { BackendModule, Resource, ResourceKey } from 'i18next'; | ||
blueprint({ array, instance, string }: Predicates): { | ||
format: import("optimal").StringBuilder<Format>; | ||
paths: import("optimal").ArrayBuilder<Path>; | ||
format: import("optimal").StringPredicate<Format>; | ||
paths: import("optimal").ArrayPredicate<Path>; | ||
}; | ||
@@ -17,0 +17,0 @@ create(): void; |
{ | ||
"name": "@boost/translate", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Package and application level translations made easy.", | ||
@@ -24,5 +24,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@boost/common": "^1.7.0", | ||
"@boost/common": "^1.8.0", | ||
"@boost/internal": "^1.0.2", | ||
"i18next": "^19.0.1", | ||
"i18next": "^19.0.3", | ||
"os-locale": "^4.0.0" | ||
@@ -34,3 +34,3 @@ }, | ||
}, | ||
"gitHead": "2121f3e6c0b9a9db0559abd65a889253a74f3c03" | ||
"gitHead": "06877f461f77bd007a1d2e800d25a9f27b275e65" | ||
} |
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
21957
Updated@boost/common@^1.8.0
Updatedi18next@^19.0.3