@quercle/n8n-nodes-quercle 0.1.4 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" fill="none">
|
|
2
2
|
<circle cx="28" cy="28" r="22" stroke="#60a5fa" stroke-width="8" fill="none" />
|
|
3
3
|
<line x1="44" y1="44" x2="56" y2="56" stroke="#60a5fa" stroke-width="8" stroke-linecap="round" />
|
|
4
4
|
<circle cx="28" cy="28" r="13" stroke="#60a5fa" stroke-width="3" fill="none" />
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quercle/n8n-nodes-quercle",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "n8n nodes for Quercle AI-powered web search and fetch API",
|
|
5
5
|
"keywords": ["n8n-community-node-package", "n8n", "quercle", "web-search", "ai", "web-fetch"],
|
|
6
6
|
"license": "MIT",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"scripts": {
|
|
17
17
|
"build": "tsc && bun run copy-assets",
|
|
18
|
-
"copy-assets": "cp nodes/Quercle/quercle.svg dist/nodes/Quercle/
|
|
18
|
+
"copy-assets": "cp nodes/Quercle/quercle.svg dist/nodes/Quercle/",
|
|
19
19
|
"typecheck": "tsc --noEmit",
|
|
20
20
|
"dev": "tsc --watch",
|
|
21
21
|
"test": "bun test",
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"node": "@quercle/n8n-nodes-quercle.quercle",
|
|
3
|
-
"nodeVersion": "1.0",
|
|
4
|
-
"codexVersion": "1.0",
|
|
5
|
-
"categories": ["AI", "Data & Storage"],
|
|
6
|
-
"resources": {
|
|
7
|
-
"credentialDocumentation": [
|
|
8
|
-
{
|
|
9
|
-
"url": "https://quercle.dev/docs/api-keys"
|
|
10
|
-
}
|
|
11
|
-
],
|
|
12
|
-
"primaryDocumentation": [
|
|
13
|
-
{
|
|
14
|
-
"url": "https://quercle.dev/docs"
|
|
15
|
-
}
|
|
16
|
-
]
|
|
17
|
-
}
|
|
18
|
-
}
|