mirror of
				https://github.com/n8n-io/n8n-nodes-starter.git
				synced 2025-10-30 23:02:25 -05:00 
			
		
		
		
	fix build issues
This commit is contained in:
		
					parent
					
						
							
								4fb0cd0bc8
							
						
					
				
			
			
				commit
				
					
						dea11a1b89
					
				
			
		
					 3 changed files with 8 additions and 8 deletions
				
			
		|  | @ -4,7 +4,7 @@ import type { | ||||||
| 	INodeType, | 	INodeType, | ||||||
| 	INodeTypeDescription, | 	INodeTypeDescription, | ||||||
| } from 'n8n-workflow'; | } from 'n8n-workflow'; | ||||||
| import { NodeConnectionType, NodeOperationError } from 'n8n-workflow'; | import { NodeConnectionTypes, NodeOperationError } from 'n8n-workflow'; | ||||||
| 
 | 
 | ||||||
| export class Example implements INodeType { | export class Example implements INodeType { | ||||||
| 	description: INodeTypeDescription = { | 	description: INodeTypeDescription = { | ||||||
|  | @ -17,8 +17,8 @@ export class Example implements INodeType { | ||||||
| 		defaults: { | 		defaults: { | ||||||
| 			name: 'Example', | 			name: 'Example', | ||||||
| 		}, | 		}, | ||||||
| 		inputs: [NodeConnectionType.Main], | 		inputs: [NodeConnectionTypes.Main], | ||||||
| 		outputs: [NodeConnectionType.Main], | 		outputs: [NodeConnectionTypes.Main], | ||||||
| 		usableAsTool: true, | 		usableAsTool: true, | ||||||
| 		properties: [ | 		properties: [ | ||||||
| 			// Node properties which the user gets displayed and
 | 			// Node properties which the user gets displayed and
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| import { NodeConnectionType, type INodeType, type INodeTypeDescription } from 'n8n-workflow'; | import { NodeConnectionTypes, type INodeType, type INodeTypeDescription } from 'n8n-workflow'; | ||||||
| import { issueDescription } from './resources/issue'; | import { issueDescription } from './resources/issue'; | ||||||
| import { issueCommentDescription } from './resources/issueComment'; | import { issueCommentDescription } from './resources/issueComment'; | ||||||
| import { getRepositories } from './listSearch/getRepositories'; | import { getRepositories } from './listSearch/getRepositories'; | ||||||
|  | @ -18,8 +18,8 @@ export class GithubIssues implements INodeType { | ||||||
| 			name: 'GitHub Issues', | 			name: 'GitHub Issues', | ||||||
| 		}, | 		}, | ||||||
| 		usableAsTool: true, | 		usableAsTool: true, | ||||||
| 		inputs: [NodeConnectionType.Main], | 		inputs: [NodeConnectionTypes.Main], | ||||||
| 		outputs: [NodeConnectionType.Main], | 		outputs: [NodeConnectionTypes.Main], | ||||||
| 		credentials: [ | 		credentials: [ | ||||||
| 			{ | 			{ | ||||||
| 				name: 'githubIssuesApi', | 				name: 'githubIssuesApi', | ||||||
|  |  | ||||||
|  | @ -8,8 +8,8 @@ | ||||||
| 		"n8n-community-node-package" | 		"n8n-community-node-package" | ||||||
| 	], | 	], | ||||||
| 	"author": { | 	"author": { | ||||||
| 		"name": "Elias Meire", | 		"name": "", | ||||||
| 		"email": "elias@meire.dev" | 		"email": "" | ||||||
| 	}, | 	}, | ||||||
| 	"repository": { | 	"repository": { | ||||||
| 		"type": "git", | 		"type": "git", | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue