n8n-nodes-confirm8 0.25.0 → 0.26.0

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.
@@ -7,7 +7,6 @@ class ApiConfirm8 {
7
7
  this.description = {
8
8
  displayName: "API Confirm8",
9
9
  name: "apiConfirm8",
10
- icon: "file:api.svg",
11
10
  group: ["transform"],
12
11
  version: 1,
13
12
  subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
@@ -16,7 +16,6 @@ class Confirm8OSTool {
16
16
  this.description = {
17
17
  displayName: "Confirm8 OS (Chumbed AI Tool)",
18
18
  name: "confirm8OsTool",
19
- icon: "file:tool.svg",
20
19
  group: ["transform"],
21
20
  version: 1,
22
21
  description: "Work Orders (OS) tool for Confirm8. CHUMBED: resource/order is fixed; operation is derived internally (getAll vs get). Dates are always ISO YYYY-MM-DD.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-confirm8",
3
- "version": "0.25.0",
3
+ "version": "0.26.0",
4
4
  "description": "Simple n8n node for Confirm8 API - no credentials needed",
5
5
  "license": "MIT",
6
6
  "author": "Bill Hebert",