@ixiam/n8n-nodes-civicrm 1.0.2 → 1.0.3

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ixiam/n8n-nodes-civicrm",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Full-featured CiviCRM API v4 integration for n8n with support for Contacts, Memberships, Groups, Relationships, Activities and structured sub-entities like Email, Phone, and Address.",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -27,7 +27,7 @@
27
27
  "bugs": {
28
28
  "url": "https://github.com/ixiam/n8n-nodes-civicrm/issues"
29
29
  },
30
- "author": "Ixiam/Julian Reartes <info@ixiam.com> (https://www.ixiam.com)",
30
+ "author": "Ixiam/Julian Reartes <j.reartes@ixiam.com> (https://www.ixiam.com)",
31
31
  "engines": {
32
32
  "node": ">=18"
33
33
  },