@bizdoc/core 3.10.0 → 3.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -1263,7 +1263,7 @@ declare class TranslateService {
1263
1263
  private _gender?;
1264
1264
  get culture(): string;
1265
1265
  constructor(_session: SessionService, _http: HttpClient);
1266
- cldr(): Promise<void> | Promise<any[]>;
1266
+ cldr(): Promise<any[]> | Promise<void>;
1267
1267
  get(key: string, ...args: (string | number)[]): string;
1268
1268
  personalize(key: string, gender?: Gender, ...args: any[]): string;
1269
1269
  i18n(key: string): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "3.10.0",
3
+ "version": "3.10.1",
4
4
  "author": "Moding Ltd.",
5
5
  "homepage": "https://github.com/moding-il/bizdoc.core",
6
6
  "license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",