n8n-nodes-jmap 0.2.4 → 0.2.5
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.
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-jmap",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"description": "n8n community node for JMAP email protocol (RFC 8620/8621) - Works with Apache James, Twake Mail, Fastmail, and other JMAP-compatible servers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node-package",
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"homepage": "https://github.com/mmaudet/n8n-nodes-jmap",
|
|
17
17
|
"author": {
|
|
18
18
|
"name": "Michel-Marie Maudet",
|
|
19
|
+
"email": "mmaudet@linagora.com",
|
|
19
20
|
"url": "https://github.com/mmaudet"
|
|
20
21
|
},
|
|
21
22
|
"repository": {
|