json-toon-parser 1.1.0 → 1.1.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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -94,11 +94,11 @@ Format comparison result for display.
94
94
  ============================================================
95
95
  COMPARISON RESULTS
96
96
  ============================================================
97
- JSON Tokens: 150
98
- TOON Tokens: 95
99
- Token Savings: 55
100
- Efficiency: 36.67% reduction
101
- Output File: output/data_2024-01-15T10-30-45.toon
97
+ JSON Tokens: 24890
98
+ TOON Tokens: 10204
99
+ Token Savings: 14686
100
+ Efficiency: 59.00% reduction
101
+ Output File: output/data_DateTime.toon
102
102
  ============================================================
103
103
  ```
104
104
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "json-toon-parser",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Compare and convert JSON to TOON format with token efficiency analysis - Now with Web UI!",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",