@chatbi-v/core 2.0.1 → 2.0.3

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/dist/index.d.ts CHANGED
@@ -1,3 +1,8 @@
1
+ /**
2
+ * @file index.ts
3
+ * @description Core 模块入口文件,导出所有公共 API、领域逻辑、组件和 Hooks
4
+ * @author ChatBI Team
5
+ */
1
6
  export * from './ports/api-port';
2
7
  export * from './ports/event-bus-port';
3
8
  export * from './ports/plugin-port';
@@ -19,6 +24,7 @@ export * from './adapters/scoped-storage-adapter';
19
24
  export * from './event-bus';
20
25
  export * from './plugin-context';
21
26
  export * from './api';
27
+ export * from './sandbox/proxy-sandbox';
22
28
  export * from './utils';
23
29
  export * from './hooks/use-storage-state';
24
30
  export * from './hooks/use-plugin-loader';