@toon-format/spec 1.5.0 → 1.5.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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toon-format/spec",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.1",
|
|
5
5
|
"packageManager": "pnpm@10.19.0",
|
|
6
6
|
"description": "Official specification for Token-Oriented Object Notation (TOON)",
|
|
7
7
|
"author": "Johann Schopplich <hello@johannschopplich.com>",
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"specSection": "13.4"
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
|
-
"name": "encodes
|
|
199
|
+
"name": "encodes folded chains preserving sibling field order",
|
|
200
200
|
"input": {
|
|
201
201
|
"folded": {
|
|
202
202
|
"path": {
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"x": 3
|
|
209
209
|
}
|
|
210
210
|
},
|
|
211
|
-
"expected": "folded.path.value: 1\nnormal: 2\nnested
|
|
211
|
+
"expected": "folded.path.value: 1\nnormal: 2\nnested.x: 3",
|
|
212
212
|
"options": {
|
|
213
213
|
"keyFolding": "safe"
|
|
214
214
|
},
|