Skip to content

Commit 860569a

Browse files
committed
feat: rename getNodeSchema to getSignatureSchema and update exports
1 parent 15ee95c commit 860569a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ export * from './extraction/getTypeFromValue';
22
export * from './extraction/getValueFromType';
33
export * from './validation/getFlowValidation';
44
export * from './validation/getValueValidation';
5-
export * from './schema/getNodeSchema';
5+
export * from './schema/getSignatureSchema';
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ interface ParameterDependency {
4545
* console.log(`Parameter schema: ${schema}, blocked by: ${blockedBy?.join(',')}`);
4646
* });
4747
*/
48-
export const getNodeSchema = (
48+
export const getSignatureSchema = (
4949
flow: Flow,
5050
dataTypes: DataType[],
5151
functions: FunctionDefinition[],

0 commit comments

Comments
 (0)