n8n-nodes-8kit 1.0.2 → 1.0.3
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.
- package/README.md +2 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
|
|
4
4
|
**Essential n8n Node for Reliable Workflows**
|
|
5
5
|
|
|
6
|
-
[](https://opensource.org/licenses/MIT)
|
|
7
|
+
[](https://8kit.io/community)
|
|
7
8
|
[](https://github.com/8kit-io/n8n-node-8kit-community)
|
|
8
9
|
|
|
9
10
|
*The n8n node that makes your workflows bulletproof*
|
|
@@ -138,9 +139,4 @@ This community node is built by n8n users, for n8n users. Whether you're just ge
|
|
|
138
139
|
|
|
139
140
|
</div>
|
|
140
141
|
|
|
141
|
-
---
|
|
142
|
-
## License
|
|
143
|
-
|
|
144
|
-
- 📜 [8kit License](https://8kit.io/sustainable-license)
|
|
145
|
-
|
|
146
142
|
Brought to you by [Stratagems](https://stratagens.com).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-8kit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "n8n nodes for 8kit Automation Tools",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"idempotent",
|
|
14
14
|
"workflow"
|
|
15
15
|
],
|
|
16
|
-
"license": "
|
|
16
|
+
"license": "MIT",
|
|
17
17
|
"homepage": "https://8kit.io",
|
|
18
18
|
"author": {
|
|
19
19
|
"name": "8kit",
|