@rkmodules/rules 0.0.27 → 0.0.29

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.
@@ -2,6 +2,8 @@ import { Node } from "@xyflow/react";
2
2
  import { PrimitiveFunction, VarDef, VarRef } from "../Engine";
3
3
  export type FunctionNode = Node<{
4
4
  name: string;
5
+ label: string;
6
+ description?: string;
5
7
  inputs?: VarRef;
6
8
  params?: VarRef;
7
9
  inputDefs: Record<string, VarDef>;
@@ -1,2 +1,2 @@
1
1
  import { PrimitiveFunction } from "../../Engine/types";
2
- export declare const graftTree: PrimitiveFunction;
2
+ export declare const mergeGroup: PrimitiveFunction;
@@ -1,2 +1,2 @@
1
1
  import { PrimitiveFunction } from "../../Engine/types";
2
- export declare const trimTree: PrimitiveFunction;
2
+ export declare const splitGroup: PrimitiveFunction;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rkmodules/rules",
3
- "version": "0.0.27",
3
+ "version": "0.0.29",
4
4
  "main": "dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [