@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.
Files changed (2) hide show
  1. package/index.d.ts +6 -2
  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 的类型契约(自包含,可独立发布 npm)。
5
- * 插件开发者安装本包后获得 setup(api) 的全部类型提示与编译检查。
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisflow/proactiveai-plugin-types",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "ProactiveAI 宿主插件 API 的类型契约(纯类型,无运行时代码)。插件开发者通过该包获得类型提示与编译检查。",
5
5
  "license": "MIT",
6
6
  "private": false,