n8n-nodes-cribops 0.1.12 → 0.1.15
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,13 +1,7 @@
|
|
|
1
1
|
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
|
|
3
|
-
<path d="
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
<
|
|
7
|
-
<rect x="25" y="35" width="5" height="15" rx="0.5" fill="white"/>
|
|
8
|
-
<rect x="32" y="30" width="5" height="20" rx="0.5" fill="white"/>
|
|
9
|
-
<rect x="39" y="25" width="5" height="25" rx="0.5" fill="#0B2A4A"/>
|
|
10
|
-
|
|
11
|
-
<!-- Arrow - larger -->
|
|
12
|
-
<path d="M48 22L54 16M54 16V22M54 16H48" stroke="#0B2A4A" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
2
|
+
<rect width="60" height="60" rx="12" fill="#4F46E5"/>
|
|
3
|
+
<path d="M15 20C15 17.7909 16.7909 16 19 16H41C43.2091 16 45 17.7909 45 20V32C45 34.2091 43.2091 36 41 36H26L18 42V36H19C16.7909 36 15 34.2091 15 32V20Z" fill="white"/>
|
|
4
|
+
<circle cx="24" cy="26" r="2" fill="#4F46E5"/>
|
|
5
|
+
<circle cx="30" cy="26" r="2" fill="#4F46E5"/>
|
|
6
|
+
<circle cx="36" cy="26" r="2" fill="#4F46E5"/>
|
|
13
7
|
</svg>
|
|
@@ -1,16 +1,8 @@
|
|
|
1
1
|
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
|
|
3
|
-
<path d="
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
<rect x="
|
|
7
|
-
<rect x="
|
|
8
|
-
<rect x="32" y="30" width="5" height="20" rx="0.5" fill="white"/>
|
|
9
|
-
<rect x="39" y="25" width="5" height="25" rx="0.5" fill="#0B2A4A"/>
|
|
10
|
-
|
|
11
|
-
<!-- Arrow - larger -->
|
|
12
|
-
<path d="M48 22L54 16M54 16V22M54 16H48" stroke="#0B2A4A" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
13
|
-
|
|
14
|
-
<!-- Lightning bolt trigger indicator - larger -->
|
|
15
|
-
<path d="M52 32L48 39H55L51 46" stroke="#FBB040" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
2
|
+
<rect width="60" height="60" rx="12" fill="#059669"/>
|
|
3
|
+
<path d="M15 20C15 17.7909 16.7909 16 19 16H41C43.2091 16 45 17.7909 45 20V32C45 34.2091 43.2091 36 41 36H26L18 42V36H19C16.7909 36 15 34.2091 15 32V20Z" fill="white"/>
|
|
4
|
+
<path d="M20 24L28 28L20 32V24Z" fill="#059669"/>
|
|
5
|
+
<rect x="32" y="24" width="8" height="2" fill="#059669"/>
|
|
6
|
+
<rect x="32" y="28" width="8" height="2" fill="#059669"/>
|
|
7
|
+
<rect x="32" y="32" width="6" height="2" fill="#059669"/>
|
|
16
8
|
</svg>
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-cribops",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.15",
|
|
4
4
|
"description": "n8n community node for Cribops AI platform integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node-package"
|
|
@@ -52,8 +52,6 @@
|
|
|
52
52
|
"n8n-workflow": "^1.82.0",
|
|
53
53
|
"prettier": "^3.5.0",
|
|
54
54
|
"rimraf": "^6.0.1",
|
|
55
|
-
"typescript": "^5.8.3"
|
|
56
|
-
"@aws-sdk/client-sqs": "^3.729.0",
|
|
57
|
-
"@aws-sdk/client-sns": "^3.729.0"
|
|
55
|
+
"typescript": "^5.8.3"
|
|
58
56
|
}
|
|
59
57
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-cribops",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.15",
|
|
4
4
|
"description": "n8n community node for Cribops AI platform integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node-package"
|
|
@@ -52,8 +52,6 @@
|
|
|
52
52
|
"n8n-workflow": "^1.82.0",
|
|
53
53
|
"prettier": "^3.5.0",
|
|
54
54
|
"rimraf": "^6.0.1",
|
|
55
|
-
"typescript": "^5.8.3"
|
|
56
|
-
"@aws-sdk/client-sqs": "^3.729.0",
|
|
57
|
-
"@aws-sdk/client-sns": "^3.729.0"
|
|
55
|
+
"typescript": "^5.8.3"
|
|
58
56
|
}
|
|
59
57
|
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<!-- Cloud shape maximized to fill entire space -->
|
|
3
|
-
<path d="M54 40C56.7614 40 59 37.7614 59 35C59 32.2386 56.7614 30 54 30C53.6 30 53.21 30.05 52.84 30.14C52.4 20.89 44.67 13.5 35 13.5C29 13.5 23.65 16.45 20.5 21C19.5 20.75 18.5 20.625 17.5 20.625C9.45 20.625 3 27.07 3 35.125C3 35.5 3.02 35.875 3.06 36.25C1.2 37.5 0 39.75 0 42.25C0 46.25 3.25 49.5 7.25 49.5H54V40Z" fill="#1CBFEF"/>
|
|
4
|
-
|
|
5
|
-
<!-- Bar chart inside cloud - larger -->
|
|
6
|
-
<rect x="18" y="40" width="5" height="10" rx="0.5" fill="white"/>
|
|
7
|
-
<rect x="25" y="35" width="5" height="15" rx="0.5" fill="white"/>
|
|
8
|
-
<rect x="32" y="30" width="5" height="20" rx="0.5" fill="white"/>
|
|
9
|
-
<rect x="39" y="25" width="5" height="25" rx="0.5" fill="#0B2A4A"/>
|
|
10
|
-
|
|
11
|
-
<!-- Arrow - larger -->
|
|
12
|
-
<path d="M48 22L54 16M54 16V22M54 16H48" stroke="#0B2A4A" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
13
|
-
</svg>
|