add yaml output option

This commit is contained in:
2023-11-24 14:40:17 -06:00
parent f9ef0682cf
commit e580fbc623
3 changed files with 8 additions and 5 deletions
+2 -2
View File
@@ -5952,7 +5952,6 @@
"version": "2.3.4",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz",
"integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==",
"dev": true,
"engines": {
"node": ">= 14"
}
@@ -6005,7 +6004,8 @@
"commander": "^11.1.0",
"fast-xml-parser": "^4.3.2",
"serialport": "^12.0.0",
"ws": "^8.14.2"
"ws": "^8.14.2",
"yaml": "^2.3.4"
},
"bin": {
"aas-cli": "index.js"