@manycore/budget-plugin-api 0.0.1-alpha.4 → 0.0.1-alpha.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manycore/budget-plugin-api",
3
- "version": "0.0.1-alpha.4",
3
+ "version": "0.0.1-alpha.5",
4
4
  "title": "@manycore/budget-plugin-api",
5
5
  "description": "清单插件平台二开应用的API",
6
6
  "license": "MIT",
@@ -254,5 +254,5 @@ export declare class ListingService extends ServService {
254
254
  /**
255
255
  * 更新项目信息
256
256
  */
257
- updateProjectInfo(params: IProjectInfoUpdateParams): ServAPIRetn<Promise<void>>;
257
+ updateProjectInfo(params: IProjectInfoUpdateParams): ServAPIRetn<void>;
258
258
  }