json-toon-parser 1.1.3 → 1.1.4

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # json-toon-parser
2
2
 
3
- **Version:** 1.1.3 • **License:** MIT • **Format:** TOON
3
+ **Version:** 1.1.4 • **License:** MIT • **Format:** TOON
4
4
 
5
5
  High-efficiency conversion and analysis toolkit: JSON → TOON with CLI, API, and Web UI server for real‑time token savings. Ideal for reducing LLM prompt payload size and optimizing costs.
6
6
 
@@ -197,7 +197,7 @@ Token counting is approximated with `gpt-3-encoder`. Results may vary slightly b
197
197
  ## Links & Resources
198
198
 
199
199
  - NPM: https://www.npmjs.com/package/json-toon-parser
200
- - TOON format: https://github.com/toon-format/toon
200
+ - TOON format: https://github.com/bhushan020/json-toon-parser
201
201
  - API docs: `docs/API.md`
202
202
 
203
203
  ================================================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "json-toon-parser",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Compare and convert JSON to TOON format with token efficiency analysis – includes CLI, API, and Web UI server.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",