n8n-nodes-gmail-custom 0.1.3 → 0.1.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.
@@ -471,4 +471,5 @@ class GmailCustom {
471
471
 
472
472
  module.exports = {
473
473
  nodeTypes: [GmailCustom],
474
+ GmailCustom,
474
475
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-gmail-custom",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Custom Gmail node for n8n with token caching and 429 retry",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",
@@ -17,6 +17,7 @@
17
17
  },
18
18
  "n8n": {
19
19
  "n8nNodesApiVersion": 1,
20
+ "credentials": [],
20
21
  "nodes": [
21
22
  "nodes/GmailCustom/GmailCustom.node.js"
22
23
  ]