@custom-js/n8n-nodes-pdf-toolkit 1.55.0 → 1.56.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 +15 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -137,3 +137,18 @@ Add your Api Key and store securely
137
137
  - Fill in the issuer, payment, recipient, and billing information.
138
138
  - Add items to the invoice.
139
139
  - Execute the workflow to generate the PDF invoice.
140
+
141
+ ### "JSON to TOON" node
142
+
143
+ - Add the **JSON to TOON** node to your workflow.
144
+ - Configure your CustomJS API credentials.
145
+ - Input your JSON data.
146
+ - Execute the workflow to convert JSON to TOON format.
147
+ - TOON format can reduce AI tokenization by 40% to 60% when working with language models.
148
+
149
+ ### "TOON to JSON" node
150
+
151
+ - Add the **TOON to JSON** node to your workflow.
152
+ - Configure your CustomJS API credentials.
153
+ - Input your TOON data.
154
+ - Execute the workflow to convert TOON to JSON format.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@custom-js/n8n-nodes-pdf-toolkit",
3
- "version": "1.55.0",
3
+ "version": "1.56.0",
4
4
  "description": "This is official node for interacting with APIs from customjs.space",
5
5
  "keywords": [
6
6
  "customjs",