i18n-keyless-core 1.5.0 → 1.5.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.
Files changed (2) hide show
  1. package/dist/types.d.ts +4 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -66,6 +66,10 @@ export interface I18nConfig {
66
66
  * called right after the store is initialized, maybe to hide screensplash. or init specific default langauge for dayjs, or whatever
67
67
  */
68
68
  onInit?: (lang: Lang) => void;
69
+ /**
70
+ * if true, all the logs will be displayed in the console
71
+ */
72
+ debug?: boolean;
69
73
  /**
70
74
  * called everytime the language is set, maybe to set also the locale to dayjs or whatever
71
75
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "i18n-keyless-core",
3
3
  "private": false,
4
- "version": "1.5.0",
4
+ "version": "1.5.1",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",