Skip to content

Commit

Permalink
fix(core): Allow nodes duplications #21
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarobernal2412 committed Mar 20, 2024
1 parent 33757a3 commit fcab5da
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
3 changes: 1 addition & 2 deletions nodes/github/github-collector.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
username: { value: '' },
repoName: { value: '' },
path: { value: '' },
token: { value: '' },
id: { value: 'github-collector' }
token: { value: '' }
},
inputs: 1,
outputs: 1,
Expand Down
3 changes: 1 addition & 2 deletions nodes/procede/filter-by-date.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
name: { value: '' },
attribute: { value: '' },
startDate: { value: '' },
endDate: { value: '' },
id: { value: 'filterByDate' }
endDate: { value: '' }
},
inputs: 1,
outputs: 1,
Expand Down
3 changes: 1 addition & 2 deletions nodes/procede/filter-by.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
name: { value: '' },
valueType: { value: 'Clasification' },
attribute: { value: '' },
value: { value: '' },
id: { value: 'filterBy' }
value: { value: '' }
},
inputs: 1,
outputs: 1,
Expand Down
3 changes: 1 addition & 2 deletions nodes/trello/trello-collector.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
defaults: {
boardId: { value: '' },
key: { value: '' },
token: { value: '' },
id: { value: 'trello-collector' }
token: { value: '' }
},
inputs: 1,
outputs: 1,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alvarobc2412/status",
"version": "1.0.3",
"version": "1.0.5",
"description": "Collection of STATUS project components.",
"license": "Apache-2.0",
"keywords": [
Expand Down

0 comments on commit fcab5da

Please sign in to comment.