@limetech/lime-web-components
Advanced tools
Comparing version 5.16.0 to 5.17.0
@@ -21,3 +21,9 @@ import { StateRepository } from '../core'; | ||
getSession(): Session | undefined; | ||
/** | ||
* Get the current language | ||
* | ||
* @returns a two-letter language code, for example "en" | ||
*/ | ||
getLanguage(): string; | ||
} | ||
//# sourceMappingURL=repository.d.ts.map |
@@ -45,2 +45,3 @@ /** | ||
* Current language | ||
* @deprecated Use {@link ApplicationRepository#getLanguage} instead | ||
*/ | ||
@@ -47,0 +48,0 @@ language: string; |
{ | ||
"name": "@limetech/lime-web-components", | ||
"version": "5.16.0", | ||
"version": "5.17.0", | ||
"description": "Lime Web Components", | ||
@@ -44,3 +44,3 @@ "author": "Lime Technologies", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.50.0", | ||
"eslint": "^8.51.0", | ||
"eslint-config-prettier": "^8.10.0", | ||
@@ -47,0 +47,0 @@ "eslint-plugin-ban": "^1.6.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1026462
33139