smarteye-e-components 0.0.57 → 0.0.58

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.
@@ -2,9 +2,5 @@ export declare enum EnumLang {
2
2
  "zh" = "zh",
3
3
  "en" = "en"
4
4
  }
5
- export declare const i18nConst: import("vue-i18n").I18n<{
6
- zh: any;
7
- en: any;
8
- }, {}, {}, EnumLang, true>;
9
5
  export declare function SetLocale(lang: EnumLang): void;
10
6
  export declare function i18nT(message: string): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smarteye-e-components",
3
- "version": "0.0.57",
3
+ "version": "0.0.58",
4
4
  "description": "",
5
5
  "main": "./dist/smarteye-e-components.mjs",
6
6
  "scripts": {