@ferchy/n8n-nodes-aimc-toolkit 0.1.32 → 0.1.34

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +6 -1
package/README.md CHANGED
@@ -8,6 +8,10 @@ AIMC Toolkit is a community node package for n8n with focused nodes:
8
8
 
9
9
  ## Why I Built This
10
10
 
11
+ My primary goal is simple: make as much **free, open-source tooling** usable inside n8n and help people avoid stacking subscriptions that add up fast. There’s no need to reinvent the wheel, but there’s also no reason to keep paying for things that already exist in open source.
12
+
13
+ A lot of “best tool” videos online are affiliate-driven, and not everyone has the same operational budget. AIMC Toolkit is my way of giving the community a practical, honest alternative: solid building blocks that save time and money while keeping your workflows clean.
14
+
11
15
  n8n is powerful, but real workflows often need basic utilities (validation, parsing, HTTP) and media tasks (convert, compress, merge). I built AIMC Toolkit to remove the busywork and keep workflows short, readable, and fast.
12
16
 
13
17
  **Inspiration**: The original idea was sparked by Kenkaii's SuperCode. I'm grateful for that work and built AIMC Toolkit as my own version, tailored to my needs and expanded with improvements over time.
package/package.json CHANGED
@@ -1,9 +1,14 @@
1
1
  {
2
2
  "name": "@ferchy/n8n-nodes-aimc-toolkit",
3
- "version": "0.1.32",
3
+ "version": "0.1.34",
4
4
  "description": "AIMC Toolkit nodes for n8n: code execution and media operations.",
5
5
  "license": "MIT",
6
6
  "author": "Ferchy",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/ferchy/n8n-nodes-aimc-toolkit"
10
+ },
11
+ "homepage": "https://github.com/ferchy/n8n-nodes-aimc-toolkit#readme",
7
12
  "engines": {
8
13
  "node": ">=18.0.0"
9
14
  },