fix: encode mixed-format arrays at root level (fixes #202)

This commit is contained in:
Johann Schopplich
2025-11-21 09:01:26 +01:00
parent 2e992aed74
commit 36ddd2e0ea
3 changed files with 18 additions and 9 deletions

View File

@@ -38,6 +38,6 @@
"test": "vitest"
},
"devDependencies": {
"@toon-format/spec": "^2.0.0"
"@toon-format/spec": "^2.0.1"
}
}