Skip to content

Commit bcfc9d8

Browse files
authored
chore: update dependencies (#93)
* Also updates the usage of `NodeConnectionType`, changing to `NodeConnectionTypes` to fix typescript compiler warning.
1 parent 6c2d461 commit bcfc9d8

3 files changed

Lines changed: 715 additions & 1367 deletions

File tree

nodes/DependencyAnalytics/DependencyAnalytics.node.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {
22
INodeType,
33
INodeTypeDescription,
4-
NodeConnectionType,
4+
NodeConnectionTypes,
55
IExecuteFunctions,
66
INodeExecutionData,
77
INodeCredentialDescription,
@@ -43,8 +43,8 @@ export class DependencyAnalytics implements INodeType {
4343
defaults: {
4444
name: 'Dependency Analytics',
4545
},
46-
inputs: [NodeConnectionType.Main],
47-
outputs: [NodeConnectionType.Main],
46+
inputs: [NodeConnectionTypes.Main],
47+
outputs: [NodeConnectionTypes.Main],
4848
usableAsTool: true,
4949
credentials: credentials,
5050

0 commit comments

Comments
 (0)