Skip to content

Commit 89a8fdf

Browse files
committed
feat: add UnstractHITLFetch and UnstractHITLPush nodes to package.json
- Add UnstractHITLFetch.node.js and UnstractHITLPush.node.js to nodes array - Add UnstractHITL.credentials.js to credentials array for HITL fetch functionality - Enables n8n to load and register the new HITL (Human-in-the-Loop) nodes
1 parent 8f1c679 commit 89a8fdf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,14 @@
4242
"n8nNodesApiVersion": 1,
4343
"credentials": [
4444
"dist/credentials/LLMWhispererApi.credentials.js",
45-
"dist/credentials/UnstractApi.credentials.js"
45+
"dist/credentials/UnstractApi.credentials.js",
46+
"dist/credentials/UnstractHITL.credentials.js"
4647
],
4748
"nodes": [
4849
"dist/nodes/LLMWhisperer.node.js",
49-
"dist/nodes/Unstract.node.js"
50+
"dist/nodes/Unstract.node.js",
51+
"dist/nodes/UnstractHITLFetch.node.js",
52+
"dist/nodes/UnstractHITLPush.node.js"
5053
]
5154
},
5255
"devDependencies": {

0 commit comments

Comments
 (0)