fix build issues

This commit is contained in:
Jonathan Bennetts 2025-10-16 15:06:15 +01:00
commit dea11a1b89
No known key found for this signature in database
3 changed files with 8 additions and 8 deletions

View file

@ -4,7 +4,7 @@ import type {
INodeType,
INodeTypeDescription,
} from 'n8n-workflow';
import { NodeConnectionType, NodeOperationError } from 'n8n-workflow';
import { NodeConnectionTypes, NodeOperationError } from 'n8n-workflow';
export class Example implements INodeType {
description: INodeTypeDescription = {
@ -17,8 +17,8 @@ export class Example implements INodeType {
defaults: {
name: 'Example',
},
inputs: [NodeConnectionType.Main],
outputs: [NodeConnectionType.Main],
inputs: [NodeConnectionTypes.Main],
outputs: [NodeConnectionTypes.Main],
usableAsTool: true,
properties: [
// Node properties which the user gets displayed and