adds xmlwriter dependency for writing junit files

This commit is contained in:
Andrew
2023-12-15 10:09:20 -05:00
parent ee2295aec1
commit f0e22cb5df
2 changed files with 35 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@usebruno/cli",
"version": "1.2.1",
"version": "1.2.2",
"license": "MIT",
"main": "src/index.js",
"bin": {
@@ -40,6 +40,7 @@
"mustache": "^4.2.0",
"qs": "^6.11.0",
"socks-proxy-agent": "^8.0.2",
"xmlbuilder": "^15.1.1",
"yargs": "^17.6.2"
}
}