Skip to content

Commit

Permalink
Use isomorphic-xml2js to improve browser bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed May 8, 2023
1 parent f01a474 commit 0023f13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/introspect.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const xml2js = require('xml2js');
const xml2js = require('isomorphic-xml2js');
const promisify = require('./promisify');

module.exports.introspectBus = function(obj, callback) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"dependencies": {
"event-stream": "^4.0.0",
"hexy": "^0.2.10",
"isomorphic-xml2js": "^0.1.3",
"long": "^4.0.0",
"optimist": "^0.6.1",
"put": "0.0.6",
"safe-buffer": "^5.1.1",
"xml2js": "^0.4.17"
"safe-buffer": "^5.1.1"
},
"devDependencies": {
"mocha": "^10.2.0"
Expand Down

0 comments on commit 0023f13

Please sign in to comment.