@anov/cic-standard-sdk 0.0.8 → 0.0.9

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.
@@ -1,6 +1,7 @@
1
1
  import type { CICConfig, ComponentInstance, CICPage } from '../types';
2
2
  import type { ICICSDK } from './ICICSDK';
3
3
  export * from '../types';
4
+ export type { Result as GeneratorResult } from './generators/common';
4
5
  /**
5
6
  * CIC SDK 类
6
7
  * 提供对 CIC 配置的封装访问与操作
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anov/cic-standard-sdk",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "CIC Standard SDK with TypeScript support",
5
5
  "main": "dist/cic-sdk.cjs.js",
6
6
  "module": "dist/cic-sdk.es.js",