derby-casperjs
Advanced tools
Comparing version 1.0.8 to 1.0.9
// Generated by CoffeeScript 1.9.2 | ||
(function() { | ||
var _, __operation, model; | ||
var _, __operation, model, uuid; | ||
_ = require('lodash'); | ||
uuid = require('node-uuid'); | ||
__operation = 0; | ||
@@ -49,3 +51,3 @@ | ||
wait: function(cb) { | ||
return model.set("service.__ping_" + __operation, true, cb); | ||
return model.set("service.__ping_" + (uuid.v1()), true, cb); | ||
}, | ||
@@ -52,0 +54,0 @@ waitFor: function(path, cb, onTimeout, timeout) { |
{ | ||
"name": "derby-casperjs", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Helpers and tweaks for Casper.js to test Derby.js apps", | ||
@@ -35,4 +35,5 @@ "main": "index.js", | ||
"css-to-xpath": "0.0.3", | ||
"lodash": "^3.8.0" | ||
"lodash": "^3.8.0", | ||
"node-uuid": "^1.4.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
15439
246
3
+ Addednode-uuid@^1.4.3
+ Addednode-uuid@1.4.8(transitive)