@acrewity/n8n-nodes-acrewity 0.1.13 → 0.1.14

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 +5 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # n8n-nodes-acrewity
2
2
 
3
- This is an n8n community node for [Acrewity](https://acrewity.com) - a unified API platform with 20+ utility services.
3
+ This is an n8n community node for [Acrewity](https://acrewity.com) - a unified API platform with 22+ utility services.
4
4
 
5
5
  ## Features
6
6
 
@@ -22,10 +22,12 @@ This node provides access to all Acrewity API services:
22
22
 
23
23
  ### Document Generation
24
24
  - **QR Code Generator** - Generate QR codes (PNG/SVG)
25
+ - **Barcode Generator** - Generate 1D barcodes (Code128, EAN-13, EAN-8, UPC, Code39, ITF-14, Codabar)
25
26
  - **Markdown Table Generator** - Create formatted Markdown tables
27
+ - **Sitemap Generator** - Extract links from web pages and generate XML sitemaps
26
28
 
27
29
  ### File Conversion
28
- - **Image Converter** - Convert between JPEG, PNG, WebP
30
+ - **Image Converter** - Convert between JPEG, PNG, WebP, BMP, GIF, ICO, TIFF
29
31
  - **Excel to JSON** - Parse Excel files to JSON
30
32
  - **JSON to Excel** - Create Excel files from JSON data
31
33
 
@@ -36,7 +38,7 @@ This node provides access to all Acrewity API services:
36
38
  - **PDF to Markdown** - Convert PDFs to Markdown
37
39
 
38
40
  ### Communication
39
- - **Email Access** - Send emails via SMTP
41
+ - **Email Access** - Send emails via SMTP, fetch emails via IMAP/POP3, mark as read
40
42
 
41
43
  ## Installation
42
44
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@acrewity/n8n-nodes-acrewity",
3
- "version": "0.1.13",
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",
3
+ "version": "0.1.14",
4
+ "description": "n8n community node for Acrewity API - A unified API platform with 22+ utility services including PDF processing, data conversion, QR codes, barcodes, and more",
5
5
  "license": "MIT",
6
6
  "homepage": "https://acrewity.com",
7
7
  "publishConfig": {