@xiaou66/picture-types 0.0.5 → 0.0.6

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.
@@ -83,7 +83,6 @@ export interface IFlowContext {
83
83
  * 流程节点动作
84
84
  */
85
85
  export interface IFlowNodeActions<T> {
86
- code: string;
87
86
  execute?: (flow: IFlowItem, flowData: IFlowNode<T>, data: IFlowContext) => Promise<void>;
88
87
  onSaveData?: (flow: IFlowItem, flowData: IFlowNode<T>) => void;
89
88
  onDestroy?: (flow: IFlowItem, flowData: IFlowNode<T>) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xiaou66/picture-types",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "Picture bed plugin system",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",