@prisflow/proactiveai-plugin-types 0.1.0 → 0.1.1
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/index.d.ts +6 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @prisflow/proactiveai-plugin-types
|
|
3
3
|
*
|
|
4
|
-
* ProactiveAI 宿主插件 API
|
|
5
|
-
*
|
|
4
|
+
* ProactiveAI 宿主插件 API 的类型契约。
|
|
5
|
+
* 本文件为自包含声明(不 import 宿主相对路径),可独立发布 npm。
|
|
6
|
+
*
|
|
7
|
+
* 发布:push 到 main 且 plugin-types/ 有变更时,
|
|
8
|
+
* 由 .github/workflows/publish-plugin-types.yml 触发;
|
|
9
|
+
* 仓库已在 npmjs 侧配置 trusted publishing(OIDC 自动认证,无需 NPM_TOKEN)。
|
|
6
10
|
*
|
|
7
11
|
* 使用:
|
|
8
12
|
* npm i -D @prisflow/proactiveai-plugin-types
|