cosey 0.10.10 → 0.10.11

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/locale/index.d.ts CHANGED
@@ -9,7 +9,7 @@ export type Language = {
9
9
  el: TranslatePair;
10
10
  co: TranslatePair;
11
11
  };
12
- export declare let i18n: I18n;
12
+ export declare let i18n: I18n<Record<string, any>, {}, {}, any, false>;
13
13
  export declare function launchLocale(app: App, config?: I18nConfig): void;
14
14
  export declare function useCoseyLocale(): Record<string, any>;
15
15
  export declare function useLocaleMessages(): {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cosey",
3
- "version": "0.10.10",
3
+ "version": "0.10.11",
4
4
  "description": "基于 Vue3 + vite 的后台管理系统框架",
5
5
  "type": "module",
6
6
  "main": "index.js",