toon-formatter 1.0.0 → 1.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.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -378,9 +378,9 @@ Contributions are welcome! Please feel free to submit a Pull Request.
|
|
|
378
378
|
|
|
379
379
|
## 🔗 Links
|
|
380
380
|
|
|
381
|
-
- **GitHub**: https://github.com/ankitpal181/toon-
|
|
382
|
-
- **NPM**: https://www.npmjs.com/package/toon-
|
|
383
|
-
- **Online Tool**: https://
|
|
381
|
+
- **GitHub**: https://github.com/ankitpal181/toon-formatter-lib
|
|
382
|
+
- **NPM**: https://www.npmjs.com/package/toon-formatter
|
|
383
|
+
- **Online Tool**: https://toonformatter.net/
|
|
384
384
|
|
|
385
385
|
---
|
|
386
386
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "toon-formatter",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "A lightweight library to convert between TOON (Token-Oriented Object Notation) and popular data formats (JSON, YAML, XML, CSV). Reduce LLM token costs by up to 40%.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"type": "module",
|