@phuquy2203/n8n-nodes-zl-sumo 2.0.15 → 2.0.16

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.
@@ -5,3 +5,4 @@ export declare class ZaloApi implements ICredentialType {
5
5
  properties: INodeProperties[];
6
6
  authenticate: IAuthenticateGeneric;
7
7
  }
8
+ export default ZaloApi;
@@ -47,3 +47,4 @@ class ZaloApi {
47
47
  }
48
48
  }
49
49
  exports.ZaloApi = ZaloApi;
50
+ exports.default = ZaloApi;
@@ -3,3 +3,4 @@ export declare class ZaloNode implements INodeType {
3
3
  description: INodeTypeDescription;
4
4
  execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
5
5
  }
6
+ export default ZaloNode;
@@ -258,3 +258,4 @@ class ZaloNode {
258
258
  }
259
259
  }
260
260
  exports.ZaloNode = ZaloNode;
261
+ exports.default = ZaloNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phuquy2203/n8n-nodes-zl-sumo",
3
- "version": "2.0.15",
3
+ "version": "2.0.16",
4
4
  "description": "n8n node for Zalo API",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",