n8n-nodes-mailchimp-cmdesign 0.1.1 → 0.1.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.
@@ -1,5 +1,5 @@
1
1
  import { ICredentialType, INodeProperties } from 'n8n-workflow';
2
- export declare class MailchimpApi implements ICredentialType {
2
+ export declare class MailchimpCmApi implements ICredentialType {
3
3
  name: string;
4
4
  displayName: string;
5
5
  icon: any;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MailchimpApi = void 0;
4
- class MailchimpApi {
3
+ exports.MailchimpCmApi = void 0;
4
+ class MailchimpCmApi {
5
5
  constructor() {
6
6
  this.name = 'mailchimpCmApi';
7
7
  this.displayName = 'Mailchimp CM API';
@@ -30,4 +30,4 @@ class MailchimpApi {
30
30
  ];
31
31
  }
32
32
  }
33
- exports.MailchimpApi = MailchimpApi;
33
+ exports.MailchimpCmApi = MailchimpCmApi;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-mailchimp-cmdesign",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "n8n node to interact with Mailchimp API",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -15,7 +15,7 @@
15
15
  "n8n": {
16
16
  "n8nNodesApiVersion": 1,
17
17
  "credentials": [
18
- "dist/credentials/MailchimpApi.credentials.js"
18
+ "dist/credentials/MailchimpCmApi.credentials.js"
19
19
  ],
20
20
  "nodes": [
21
21
  "dist/nodes/MailchimpCmNode/MailchimpCmNode.node.js"