Comparing version 2.2.0 to 2.3.0
2.3.0 / 2017-01-25 | ||
================== | ||
* feat: cluster-client support for mm.app (#23) | ||
2.2.0 / 2017-01-25 | ||
@@ -3,0 +8,0 @@ ================== |
'use strict'; | ||
const co = require('co'); | ||
const path = require('path'); | ||
const is = require('is-type-of'); | ||
const rimraf = require('rimraf'); | ||
const is = require('is-type-of'); | ||
const sleep = require('ko-sleep'); | ||
const co = require('co'); | ||
const ready = require('get-ready'); | ||
const EventEmitter = require('events'); | ||
const detectPort = require('detect-port'); | ||
const formatOptions = require('./format_options'); | ||
@@ -20,2 +21,3 @@ | ||
'close', | ||
'agent', | ||
'on', | ||
@@ -42,2 +44,3 @@ 'once', | ||
* [INIT]() { | ||
this.options.clusterPort = yield detectPort(); | ||
const egg = require(this.options.customEgg); | ||
@@ -44,0 +47,0 @@ |
{ | ||
"name": "egg-mock", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"eggPlugin": { | ||
@@ -28,2 +28,3 @@ "name": "egg-mock" | ||
"debug": "^2.6.0", | ||
"detect-port": "^1.1.0", | ||
"egg-utils": "^1.1.0", | ||
@@ -46,2 +47,3 @@ "get-ready": "^1.0.0", | ||
"pedding": "^1.1.0", | ||
"sdk-base": "^3.0.1", | ||
"supertest": "^2.0.1" | ||
@@ -48,0 +50,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31406
769
11
10
+ Addeddetect-port@^1.1.0
+ Addedaddress@1.2.2(transitive)
+ Addeddebug@4.3.7(transitive)
+ Addeddetect-port@1.6.1(transitive)
+ Addedms@2.1.3(transitive)