We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 089709a commit 122d681Copy full SHA for 122d681
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "next-flow-interface",
3
- "version": "0.18.27",
+ "version": "0.18.28",
4
"description": "Interface package for NEXT FlOW. You can use this package to build your own plugin that can control anything.",
5
"type": "module",
6
"module": "dist/index.js",
src/api/service/main/plugin/plugin-service-api.ts
@@ -53,7 +53,7 @@ export default interface PluginServiceApi {
53
*
54
* @param config 插件配置
55
*/
56
- add(config: PluginConfig): Promise<void>
+ add(config: PluginConfig): Promise<boolean>
57
58
/**
59
* 安装插件
0 commit comments