cluster-client
Advanced tools
Comparing version 1.5.4 to 1.6.0
1.6.0 / 2017-04-18 | ||
================== | ||
* feat: make clustClient method writable to support mock or spy (#21) | ||
1.5.4 / 2017-04-12 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -161,4 +161,6 @@ 'use strict'; | ||
Object.defineProperty(client, name, { | ||
value, | ||
writable: true, | ||
enumerable: true, | ||
value, | ||
configurable: true, | ||
}); | ||
@@ -165,0 +167,0 @@ } |
{ | ||
"name": "cluster-client", | ||
"version": "1.5.4", | ||
"version": "1.6.0", | ||
"description": "Sharing Connection among Multi-Process Nodejs", | ||
@@ -59,2 +59,3 @@ "main": "./index.js", | ||
"pedding": "^1.1.0", | ||
"spy": "^1.0.0", | ||
"supertest": "^3.0.0" | ||
@@ -61,0 +62,0 @@ }, |
65699
1700
15