whistle 2.9.43 → 2.9.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@ var path = require('path');
3
3
  var fse = require('fs-extra2');
4
4
  var fs = require('fs');
5
5
  var iconv = require('iconv-lite');
6
- var qs = require('qs');
6
+ var qs = require('querystring');
7
7
  var Buffer = require('safe-buffer').Buffer;
8
8
  var zlib = require('./zlib');
9
9
  var pkgConf = require('../../package.json');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "whistle",
3
3
  "description": "HTTP, HTTP2, HTTPS, Websocket debugging proxy",
4
- "version": "2.9.43",
4
+ "version": "2.9.44",
5
5
  "dataDirname": ".whistle",
6
6
  "localUIHost": "local.whistlejs.com",
7
7
  "port": 8899,