mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 15:24:10 +08:00
feat: parse nested tabular arrays in list items with bare hyphen (spec v2.1)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "@toon-format/toon",
|
||||
"type": "module",
|
||||
"version": "1.3.0",
|
||||
"packageManager": "pnpm@10.21.0",
|
||||
"packageManager": "pnpm@10.23.0",
|
||||
"description": "Token-Oriented Object Notation (TOON) – Compact, human-readable, schema-aware encoding of JSON for LLM prompts",
|
||||
"author": "Johann Schopplich <hello@johannschopplich.com>",
|
||||
"license": "MIT",
|
||||
@@ -38,6 +38,6 @@
|
||||
"test": "vitest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@toon-format/spec": "^2.0.1"
|
||||
"@toon-format/spec": "^2.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user