@shenghuabi/workflow 1.1.3 → 1.1.4

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/package.json +2 -2
  2. package/share/type.d.ts +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shenghuabi/workflow",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "模板",
5
5
  "author": "wszgrcy",
6
6
  "sideEffects": false,
@@ -11,7 +11,7 @@
11
11
  "@cyia/external-call": "^1.5.2",
12
12
  "@cyia/util": "^1.5.2",
13
13
  "@cyia/vfs2": "^1.5.2",
14
- "@shenghuabi/openai": "1.1.3",
14
+ "@shenghuabi/openai": "1.1.4",
15
15
  "static-injector": "^6.1.2",
16
16
  "@piying/view-angular-core": "^2.9.3",
17
17
  "@piying/valibot-visit": "^1.3.11"
package/share/type.d.ts CHANGED
@@ -52,7 +52,6 @@ export type CustomNode<T extends Record<string, any> = Record<string, any>> = No
52
52
  style?: Record<string, any>;
53
53
  handle?: {
54
54
  /** 0 必须是连接点,否则空掉,1必须是value,否则空掉,之后随意 */
55
- input: HandleNode[][];
56
55
  output: HandleNode[][];
57
56
  };
58
57
  minSize?: {