@quercle/n8n-nodes-quercle 0.1.0 → 0.1.1
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,9 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
|
2
|
-
<circle cx="
|
|
3
|
-
<
|
|
2
|
+
<circle cx="28" cy="28" r="22" stroke="#60a5fa" stroke-width="8" fill="none" />
|
|
3
|
+
<line x1="44" y1="44" x2="56" y2="56" stroke="#60a5fa" stroke-width="8" stroke-linecap="round" />
|
|
4
|
+
<circle cx="28" cy="28" r="13" stroke="#60a5fa" stroke-width="3" fill="none" />
|
|
5
|
+
<ellipse cx="28" cy="28" rx="13" ry="5" stroke="#60a5fa" stroke-width="2.5" fill="none" />
|
|
6
|
+
<ellipse cx="28" cy="28" rx="5" ry="13" stroke="#60a5fa" stroke-width="2.5" fill="none" />
|
|
7
|
+
<line x1="15" y1="28" x2="41" y2="28" stroke="#60a5fa" stroke-width="2.5" />
|
|
8
|
+
<line x1="28" y1="15" x2="28" y2="41" stroke="#60a5fa" stroke-width="2.5" />
|
|
4
9
|
</svg>
|
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.1",
|
|
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",
|