n8n-nodes-mautic-advanced 0.5.0 → 0.5.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.
@@ -31,7 +31,7 @@ class MauticAdvanced {
31
31
  this.description = {
32
32
  displayName: 'Mautic Advanced',
33
33
  name: 'mauticAdvanced',
34
- icon: 'file:MauticAdvanced.svg',
34
+ icon: 'file:mauticadvanced.svg',
35
35
  group: ['output'],
36
36
  version: 1,
37
37
  subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
@@ -8,7 +8,7 @@ class MauticAdvancedTrigger {
8
8
  this.description = {
9
9
  displayName: 'Mautic Advanced Trigger',
10
10
  name: 'mauticAdvancedTrigger',
11
- icon: 'file:MauticAdvanced.svg',
11
+ icon: 'file:mauticadvanced.svg',
12
12
  group: ['trigger'],
13
13
  version: 1,
14
14
  description: 'Handle Mautic events via webhooks',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-mautic-advanced",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "Enhanced n8n node for Mautic with comprehensive API coverage including tags, campaigns, categories, and advanced contact management",
5
5
  "keywords": [
6
6
  "n8n",
@@ -29,7 +29,8 @@
29
29
  },
30
30
  "main": "dist/nodes/MauticAdvanced/MauticAdvanced.node.js",
31
31
  "scripts": {
32
- "build": "tsc && gulp build:icons",
32
+ "clean": "rimraf dist",
33
+ "build": "npm run clean && tsc && gulp build:icons",
33
34
  "dev": "tsc --watch",
34
35
  "format": "prettier --write nodes credentials",
35
36
  "lint": "eslint nodes credentials --ext .js,.ts",
@@ -60,6 +61,7 @@
60
61
  "gulp": "^4.0.2",
61
62
  "n8n-workflow": "^1.70.0",
62
63
  "prettier": "^3.2.5",
64
+ "rimraf": "^3.0.2",
63
65
  "typescript": "~4.8.4"
64
66
  },
65
67
  "dependencies": {