@quercle/n8n-nodes-quercle 0.1.5 → 0.1.7

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.
@@ -17,7 +17,7 @@ class Quercle {
17
17
  description = {
18
18
  displayName: "Quercle",
19
19
  name: "quercle",
20
- icon: "file:quercle.svg",
20
+ icon: "file:quercle.png",
21
21
  group: ["transform"],
22
22
  version: 1,
23
23
  subtitle: '={{$parameter["operation"]}}',
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quercle/n8n-nodes-quercle",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
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/ && cp nodes/Quercle/Quercle.node.json dist/nodes/Quercle/",
18
+ "copy-assets": "cp nodes/Quercle/quercle.png 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": "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
- }
@@ -1,9 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" fill="none">
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" />
9
- </svg>