n8n-nodes-actp 2.0.0 → 2.0.1

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -87,4 +87,4 @@ BASE_SEPOLIA_RPC=<rpc_url> BASE_SEPOLIA_PRIVATE_KEY=<key> npm test
87
87
 
88
88
  ## License
89
89
 
90
- MIT
90
+ Apache-2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-actp",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "AGIRAILS ACTP - Agent Commerce Transaction Protocol for n8n. Add payment rails to any workflow.",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",
@@ -13,7 +13,7 @@
13
13
  "ai-agents",
14
14
  "web3"
15
15
  ],
16
- "license": "MIT",
16
+ "license": "Apache-2.0",
17
17
  "homepage": "https://agirails.io",
18
18
  "author": {
19
19
  "name": "AGIRAILS",