@acrewity/n8n-nodes-acrewity 0.1.10 → 0.1.12

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 CHANGED
@@ -104,4 +104,4 @@ Each API operation costs **1 credit**. Check your credit balance in the Acrewity
104
104
 
105
105
  ## License
106
106
 
107
- [MIT](LICENSE.md)
107
+ [MIT](LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acrewity/n8n-nodes-acrewity",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
4
4
  "description": "n8n community node for Acrewity API - A unified API platform with 20+ utility services including PDF processing, data conversion, QR codes, and more",
5
5
  "license": "MIT",
6
6
  "homepage": "https://acrewity.com",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "repository": {
28
28
  "type": "git",
29
- "url": "git+https://github.com/Acrewity/n8n-nodes-acrewity.git"
29
+ "url": "git+https://github.com/Acrewity/acrewity-n8n.git"
30
30
  },
31
31
  "scripts": {
32
32
  "build": "n8n-node build",
@@ -51,6 +51,7 @@
51
51
  ]
52
52
  },
53
53
  "devDependencies": {
54
+ "@n8n/eslint-plugin-community-nodes": "^0.7.0",
54
55
  "@n8n/node-cli": "*",
55
56
  "eslint": "9.32.0",
56
57
  "prettier": "3.6.2",
File without changes