n8n-nodes-dataforb2b 1.0.9 → 1.0.10

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.
@@ -2,6 +2,7 @@ import { ICredentialType, INodeProperties, IAuthenticateGeneric, ICredentialTest
2
2
  export declare class DataForB2BApi implements ICredentialType {
3
3
  name: string;
4
4
  displayName: string;
5
+ icon: "file:dataforb2b.png";
5
6
  documentationUrl: string;
6
7
  properties: INodeProperties[];
7
8
  authenticate: IAuthenticateGeneric;
@@ -5,6 +5,7 @@ class DataForB2BApi {
5
5
  constructor() {
6
6
  this.name = "dataForB2BApi";
7
7
  this.displayName = "DataForB2B API";
8
+ this.icon = "file:dataforb2b.png";
8
9
  this.documentationUrl = "https://docs.dataforb2b.ai/";
9
10
  this.properties = [
10
11
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-dataforb2b",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "n8n node for DataForB2B API - Search people, companies and enrich B2B data",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",