fix(json-to-csv): handle single object and flatten

Fix #1203
This commit is contained in:
sharevb 2024-09-01 18:48:32 +02:00 committed by ShareVB
parent 87984e2081
commit d02443a288
6 changed files with 77 additions and 11 deletions

View file

@ -41,8 +41,8 @@
"@tiptap/pm": "2.1.6",
"@tiptap/starter-kit": "2.1.6",
"@tiptap/vue-3": "2.0.3",
"@types/markdown-it": "^13.0.7",
"@types/figlet": "^1.5.8",
"@types/markdown-it": "^13.0.7",
"@vicons/material": "^0.12.0",
"@vicons/tabler": "^0.12.0",
"@vueuse/core": "^10.3.0",
@ -62,6 +62,7 @@
"emojilib": "^3.0.10",
"figlet": "^1.7.0",
"figue": "^1.2.0",
"flatten-anything": "^4.0.1",
"fuse.js": "^6.6.2",
"highlight.js": "^11.7.0",
"iarna-toml-esm": "^3.0.5",