@tolgee/core
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -25,3 +25,3 @@ import { TolgeeConfig } from './TolgeeConfig'; | ||
translate(props: TranslateProps): Promise<string>; | ||
translate(key: string, params: TranslationParams, noWrap?: boolean, defaultValue?: string): Promise<string>; | ||
translate(key: string, params?: TranslationParams, noWrap?: boolean, defaultValue?: string): Promise<string>; | ||
instant(key: string, params?: TranslationParams, noWrap?: boolean, orEmpty?: boolean, defaultValue?: string): string; | ||
@@ -28,0 +28,0 @@ instant(props: InstantProps): string; |
{ | ||
"name": "@tolgee/core", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Library providing ability to translate messages directly in context of developed application.", | ||
@@ -61,3 +61,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "883ec544ab3eb922629e6cee003fe860e329f2d8", | ||
"gitHead": "2249a0285b78328e9fbfbb68542bf8d1a54c6272", | ||
"publishConfig": { | ||
@@ -64,0 +64,0 @@ "access": "public" |
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
2783982