n8n-nodes-bgos 1.3.1 → 1.3.2

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,7 @@ class BGOSAction {
7
7
  description = {
8
8
  displayName: 'BGOS Action',
9
9
  name: 'bgosAction',
10
- icon: 'file:bgos.svg',
10
+ icon: 'file:bgos-icon.svg',
11
11
  group: ['transform'],
12
12
  version: 1,
13
13
  subtitle: '={{$parameter["resource"] + ": " + $parameter["operation"]}}',
@@ -52,7 +52,7 @@ class Bgos {
52
52
  description = {
53
53
  displayName: 'BGOS',
54
54
  name: 'bgos',
55
- icon: 'file:bgos.svg',
55
+ icon: 'file:bgos-icon.svg',
56
56
  group: ['transform'],
57
57
  version: 1,
58
58
  subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
@@ -26,7 +26,7 @@ class BgosTrigger {
26
26
  description = {
27
27
  displayName: 'BGOS Trigger',
28
28
  name: 'bgosTrigger',
29
- icon: 'file:bgos.svg',
29
+ icon: 'file:bgos-icon.svg',
30
30
  group: ['trigger'],
31
31
  version: 1,
32
32
  subtitle: '={{$parameter["updates"]}}',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-bgos",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "n8n community nodes for BGOS (Brand Growth OS) - AI assistant chat platform",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",
File without changes
File without changes
File without changes
File without changes
File without changes