n8n-nodes-cribops 0.1.9 → 0.1.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.
@@ -1,9 +1,8 @@
1
- import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties, Icon } from 'n8n-workflow';
1
+ import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
2
2
  export declare class CribopsApi implements ICredentialType {
3
3
  name: string;
4
4
  displayName: string;
5
5
  documentationUrl: string;
6
- icon: Icon;
7
6
  properties: INodeProperties[];
8
7
  authenticate: IAuthenticateGeneric;
9
8
  test: ICredentialTestRequest;
@@ -5,7 +5,8 @@ class CribopsApi {
5
5
  name = 'cribopsApi';
6
6
  displayName = 'Cribops API';
7
7
  documentationUrl = 'https://github.com/CloudBedrock/n8n-nodes-cribops/wiki';
8
- icon = 'node:n8n-nodes-cribops.cribops';
8
+ // Icon removed due to n8n bug with credential icons in community nodes
9
+ // See: https://github.com/n8n-io/n8n/issues/11642
9
10
  properties = [
10
11
  {
11
12
  displayName: 'API Token',
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-cribops",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "n8n community node for Cribops AI platform integration",
5
5
  "keywords": [
6
6
  "n8n-community-node-package"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-cribops",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "n8n community node for Cribops AI platform integration",
5
5
  "keywords": [
6
6
  "n8n-community-node-package"