Skip to content

Commit 619b0d3

Browse files
committed
2 parents 84130ee + 5a2169c commit 619b0d3

2 files changed

Lines changed: 20 additions & 17 deletions

File tree

nodes/Scrappey/Scrappey.node.json

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
{
2-
"node": "n8n-nodes-scrappey",
3-
"nodeVersion": "0.3.1",
4-
"codexVersion": "0.3.1",
5-
"categories": ["Development", "Web Scraping"],
6-
"resources": {
7-
"credentialDocumentation": [
8-
{
9-
"url": "https://nodes.n8n.community/scrappey/signup"
10-
}
11-
],
12-
"primaryDocumentation": [
13-
{
14-
"url": "https://wiki.scrappey.com"
15-
}
16-
]
17-
}
2+
"node": "n8n-nodes-scrappey",
3+
"nodeVersion": "0.3.2",
4+
"codexVersion": "0.3.2",
5+
"categories": [
6+
"Development",
7+
"Web Scraping"
8+
],
9+
"resources": {
10+
"credentialDocumentation": [
11+
{
12+
"url": "https://nodes.n8n.community/scrappey/signup"
13+
}
14+
],
15+
"primaryDocumentation": [
16+
{
17+
"url": "https://wiki.scrappey.com"
18+
}
19+
]
20+
}
1821
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nskha/n8n-nodes-scrappey",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "n8n node package for Scrappey API integration",
55
"keywords": [
66
"n8n-community-node-package"

0 commit comments

Comments
 (0)