@kepoai/types 0.0.7 → 0.0.8

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
@@ -39,7 +39,7 @@ export interface IPlugin {
39
39
  changeLog?: string;
40
40
  widgets: IWidget[];
41
41
  }
42
- export declare const ASSETS_PATH: string;
42
+ declare const ASSETS_PATH: string;
43
43
  /**
44
44
  * todo 提供消息展示功能, 直接遮住整体 点击弹窗
45
45
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kepoai/types",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",