zf-dbs 0.1.15 → 0.1.16

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/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -74,7 +74,7 @@ declare type __VLS_WithTemplateSlots_3<T, S> = T & {
74
74
  };
75
75
  };
76
76
 
77
- declare interface Config {
77
+ export declare interface Config {
78
78
  /** 项目名称 */
79
79
  appTitle: string;
80
80
  /** 项目高度,用于计算缩放比例(非必要不要修改,通过修改宽度来适配) */
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "zf-dbs",
3
3
  "type": "module",
4
4
  "description": "",
5
- "version": "0.1.15",
5
+ "version": "0.1.16",
6
6
  "main": "./dist/index.mjs",
7
7
  "module": "./dist/index.mjs",
8
8
  "types": "./dist/index.d.ts",