intention-coding 0.0.4 → 0.0.6

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/config.d.ts CHANGED
@@ -1,8 +1,10 @@
1
+ export declare const PROJECT_ROOT: string;
2
+ export declare const getStorageDir: () => string;
1
3
  /**
2
4
  * 应用配置
3
5
  */
4
6
  export declare const SERVICE_CONFIG: {
5
7
  name: string;
6
- version: string;
7
- description: string;
8
+ version: any;
9
+ description: any;
8
10
  };