rets-client
Advanced tools
Comparing version 5.1.0 to 5.2.0
@@ -82,2 +82,5 @@ // Generated by CoffeeScript 1.10.0 | ||
} | ||
if (this.settings.timeout) { | ||
defaults.timeout = this.settings.timeout; | ||
} | ||
if (this.settings.proxyUrl) { | ||
@@ -84,0 +87,0 @@ defaults.proxy = this.settings.proxyUrl; |
@@ -103,3 +103,5 @@ // Generated by CoffeeScript 1.10.0 | ||
delete mainOptions.queryType; | ||
delete mainOptions.format; | ||
if (mainOptions.format !== 'COMPACT-DECODED' && mainOptions.format !== 'COMPACT') { | ||
delete mainOptions.format; | ||
} | ||
queryOptions = queryOptionHelpers.normalizeOptions(mainOptions); | ||
@@ -106,0 +108,0 @@ retsContext = retsParsing.getStreamParser({ |
@@ -80,3 +80,2 @@ // Generated by CoffeeScript 1.10.0 | ||
}; | ||
delimiter = '\t'; | ||
} else { | ||
@@ -87,4 +86,4 @@ result = { | ||
}; | ||
delimiter = null; | ||
} | ||
delimiter = '\t'; | ||
columnText = null; | ||
@@ -91,0 +90,0 @@ dataText = null; |
{ | ||
"name": "rets-client", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"description": "A RETS client (Real Estate Transaction Standard).", | ||
@@ -11,3 +11,2 @@ "main": "index.js", | ||
"bufferstream": "^0.6.2", | ||
"crypto": "0.0.3", | ||
"debug": "^2.2.0", | ||
@@ -26,3 +25,3 @@ "formidable": "~1.0.15", | ||
"chai": "^4.1.2", | ||
"coffee-script": "^1.8.0", | ||
"coffeescript": "^1.8.0", | ||
"mocha": "^3.5.3", | ||
@@ -41,3 +40,3 @@ "source-map-support": "^0.4.18", | ||
"test": "node_modules/mocha/bin/_mocha --compilers ts-node/register test/*.ts", | ||
"prepublish": "npm run test", | ||
"prepare": "npm run test", | ||
"dev": "coffee --watch --output dist lib/" | ||
@@ -44,0 +43,0 @@ }, |
@@ -8,2 +8,5 @@ rets-client | ||
#### 5.2 | ||
Added `timeout` setting, and allow `COMPACT` format. | ||
#### 5.1 | ||
@@ -10,0 +13,0 @@ Added TypeScript typings. |
116623
10
2524
399
- Removedcrypto@0.0.3
- Removedcrypto@0.0.3(transitive)