Comparing version 0.18.0 to 0.18.1
@@ -36,3 +36,6 @@ /** | ||
if (!fs.existsSync(this.tmpPath)) { | ||
fs.mkdirSync(this.tmpPath); | ||
try { | ||
fs.mkdirSync(this.tmpPath); | ||
} | ||
catch (e) {} | ||
} | ||
@@ -39,0 +42,0 @@ else { |
{ | ||
"name": "node-ral", | ||
"version": "0.18.0", | ||
"version": "0.18.1", | ||
"description": "a rpc client for node", | ||
@@ -29,7 +29,7 @@ "main": "index.js", | ||
"binary-search": "1.3.2", | ||
"chai": "3.5.0", | ||
"chai": "4.0.1", | ||
"form-data": "0.2.0", | ||
"https-proxy-agent": "1.0.0", | ||
"iconv-lite": "0.4.15", | ||
"performance-now": "2.0.0", | ||
"performance-now": "2.1.0", | ||
"protobufjs": "5.0.1", | ||
@@ -40,6 +40,6 @@ "redis": "^2.6.2", | ||
"urlencode": "1.1.0", | ||
"yog-log": "0.1.2" | ||
"yog-log": "0.1.3" | ||
}, | ||
"devDependencies": { | ||
"request": "2.79.0", | ||
"request": "2.80.0", | ||
"async": "2.0.1", | ||
@@ -49,5 +49,5 @@ "combined-stream": "1.0.5", | ||
"istanbul": "0.4.5", | ||
"mocha": "3.1.2", | ||
"mocha": "3.4.2", | ||
"should": "11.1.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
379152
11049
+ Addedchai@4.0.1(transitive)
+ Addedcheck-error@1.0.3(transitive)
+ Addeddeep-eql@2.0.2(transitive)
+ Addedget-func-name@2.0.2(transitive)
+ Addedpathval@1.1.1(transitive)
+ Addedtype-detect@3.0.04.1.0(transitive)
+ Addedyog-log@0.1.3(transitive)
- Removedchai@3.5.0(transitive)
- Removeddeep-eql@0.1.3(transitive)
- Removedperformance-now@2.0.0(transitive)
- Removedtype-detect@0.1.11.0.0(transitive)
- Removedyog-log@0.1.2(transitive)
Updatedchai@4.0.1
Updatedperformance-now@2.1.0
Updatedyog-log@0.1.3