Comparing version 0.0.31 to 0.0.32
{ | ||
"name": "node-ral", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"description": "a rpc client for node", | ||
@@ -8,5 +8,5 @@ "main": "index.js", | ||
"pub": "npm publish --registry=http://registry.npmjs.org", | ||
"test": "mocha --reporter dot --check-leaks test/", | ||
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", | ||
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --slow 0 test/" | ||
"test": "mocha -t 10000 --reporter dot --check-leaks test/", | ||
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot -t 10000 --check-leaks test/", | ||
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks -t 10000 --slow 0 test/" | ||
}, | ||
@@ -34,3 +34,3 @@ "repository": { | ||
"request": "2.40.0", | ||
"soap": "^0.6.1", | ||
"soap": "0.8.0", | ||
"underscore": "1.6.0", | ||
@@ -37,0 +37,0 @@ "urlencode": "0.2.0", |
Sorry, the diff of this file is not supported yet
262867
+ Addedsoap@0.8.0(transitive)
- Removedsoap@0.6.1(transitive)
Updatedsoap@0.8.0