@boost/translate
Advanced tools
Comparing version 4.0.0-alpha.1 to 4.0.0
@@ -11,3 +11,3 @@ import { BackendModule, Resource, ResourceKey } from 'i18next'; | ||
fileCache: Map<Path, ResourceKey>; | ||
type: 'backend'; | ||
type: "backend"; | ||
init(services: unknown, options: Partial<FileBackendOptions>): void; | ||
@@ -14,0 +14,0 @@ blueprint(schemas: Schemas): Blueprint<FileBackendOptions>; |
@@ -5,3 +5,3 @@ import { LanguageDetectorModule } from 'i18next'; | ||
locale: Locale; | ||
type: 'languageDetector'; | ||
type: "languageDetector"; | ||
init(): void; | ||
@@ -8,0 +8,0 @@ cacheUserLanguage(locale: Locale): void; |
{ | ||
"name": "@boost/translate", | ||
"version": "4.0.0-alpha.1", | ||
"version": "4.0.0", | ||
"type": "commonjs", | ||
@@ -37,5 +37,5 @@ "release": "1651512178249", | ||
"dependencies": { | ||
"@boost/common": "^4.0.0-alpha.1", | ||
"@boost/internal": "^4.0.0-alpha.1", | ||
"i18next": "^21.6.16", | ||
"@boost/common": "^4.0.0", | ||
"@boost/internal": "^4.0.0", | ||
"i18next": "^21.9.1", | ||
"os-locale": "^5.0.0" | ||
@@ -62,3 +62,3 @@ }, | ||
}, | ||
"gitHead": "0d0595fe3d95951cc0d3936b7d811aed26306d20" | ||
"gitHead": "07f3182e14af6b7637b23f69fbe3c735835312a9" | ||
} |
# Translate - Boost | ||
[![Build Status](https://github.com/milesj/boost/workflows/Build/badge.svg)](https://github.com/milesj/boost/actions?query=branch%3Amaster) | ||
[![npm version](https://badge.fury.io/js/%40boost%2Ftranslate.svg)](https://www.npmjs.com/package/@boost/translate) | ||
[![npm deps](https://david-dm.org/milesj/boost.svg?path=packages/translate)](https://www.npmjs.com/package/@boost/translate) | ||
![build status](https://img.shields.io/github/workflow/status/milesj/boost/Build) | ||
![npm version](https://img.shields.io/npm/v/@boost/translate) | ||
@@ -7,0 +6,0 @@ Package and application level translations made easy. Wraps the powerful |
@@ -21,3 +21,3 @@ import { BackendModule, Resource, ResourceKey } from 'i18next'; | ||
type: 'backend' = 'backend'; | ||
type = 'backend' as const; | ||
@@ -24,0 +24,0 @@ init(services: unknown, options: Partial<FileBackendOptions>) { |
@@ -9,3 +9,3 @@ import { LanguageDetectorModule } from 'i18next'; | ||
type: 'languageDetector' = 'languageDetector'; | ||
type = 'languageDetector' as const; | ||
@@ -12,0 +12,0 @@ init() { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
35541
37
Updated@boost/common@^4.0.0
Updated@boost/internal@^4.0.0
Updatedi18next@^21.9.1