n8n-nodes-coinbase-cdp-agentkit 0.1.1 → 0.2.0

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 +2 -0
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # n8n-nodes-coinbase-cdp-agentkit
2
2
 
3
+ **This is the only open-source n8n node for Coinbase CDP. Never run security-critical crypto tools — wallets, transfers, swaps — from closed-source packages you cannot audit. If you can't read the code, you can lose your funds. [Audit this package yourself.](https://github.com/pvdyck/n8n-nodes-coinbase-cdp)**
4
+
3
5
  n8n community node package for [Coinbase Developer Platform (CDP)](https://docs.cdp.coinbase.com/). Create wallets, transfer tokens, swap assets, and build AI-powered blockchain agents — all from n8n workflows.
4
6
 
5
7
  > **First AI agent + blockchain integration for any workflow automation platform.**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-coinbase-cdp-agentkit",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "description": "n8n community node for Coinbase Developer Platform (CDP) - wallets, transfers, swaps, and AI agent tools",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",
@@ -36,8 +36,9 @@
36
36
  "test": "jest",
37
37
  "test:coverage": "jest --coverage",
38
38
  "test:watch": "jest --watch",
39
- "test:e2e": "npx ts-node test/e2e/run-workflows.ts",
40
- "test:all": "jest --coverage && npx ts-node test/e2e/run-workflows.ts",
39
+ "test:e2e": "npm run build && npx ts-node test/e2e/run-workflows.ts",
40
+ "test:e2e:ui": "npm run build && npx ts-node test/e2e/run-workflows.ts --keep-running",
41
+ "test:all": "jest --coverage && npm run test:e2e",
41
42
  "prepublishOnly": "npm run build"
42
43
  },
43
44
  "files": [