mirror of
https://github.com/jwetzell/aas-js.git
synced 2026-08-19 20:14:07 +00:00
add yaml output option
This commit is contained in:
Generated
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user