Skip to content

Commit 2be3820

Browse files
authored
build(deps): Add fast-xml-parser (#351)
Add fast-xml-parser as an optional dependency now that we recommend it. See #344 (comment)
1 parent 265f4c5 commit 2be3820

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
"idb-connector": "^1.2.16",
5757
"idb-pconnector": "^1.1.0",
5858
"odbc": "^2.4.6",
59-
"ssh2": "^0.8.2"
59+
"ssh2": "^0.8.2",
60+
"fast-xml-parser": "^4.0.11"
6061
},
6162
"engines": {
6263
"node": ">= 8.0"

0 commit comments

Comments
 (0)