toon-formatter 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 +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,14 @@
1
1
  # 🚀 TOON Converter
2
2
 
3
- A lightweight, zero-dependency* library to convert between **TOON** (Token-Oriented Object Notation) and popular data formats (JSON, YAML, XML, CSV).
3
+ A lightweight library to convert between **TOON** (Token-Oriented Object Notation) and popular data formats (JSON, YAML, XML, CSV).
4
4
 
5
5
  **Reduce your LLM token costs by up to 40%** using the TOON format!
6
6
 
7
+ - **Documentation**: https://toonformatter.net/docs.html?package=toon-formatter
8
+ - **Source Code**: https://github.com/ankitpal181/toon-formatter-lib
9
+ - **Bug Reports**: https://github.com/ankitpal181/toon-formatter-lib/issues
10
+ - **POC Tool**: https://toonformatter.net/
11
+
7
12
  \* *Only external dependencies: `js-yaml` and `papaparse` for YAML and CSV parsing*
8
13
 
9
14
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "toon-formatter",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "funding": {
5
5
  "type": "github",
6
6
  "url": "https://github.com/sponsors/ankitpal181"