micro-mockers
Advanced tools
Comparing version 0.3.0 to 0.3.1
0.3.1 / 2017-01-11 | ||
================== | ||
* Tiny fix: should be a getter, to keep consistency. | ||
0.3.0 / 2017-01-11 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -106,3 +106,7 @@ 'use strict'; | ||
} | ||
this.composeRoot = path.dirname(this.compose); | ||
Object.defineProperty(this, 'composeRoot', { | ||
get: function() { | ||
return path.dirname(this.get('compose')); | ||
} | ||
}); | ||
} | ||
@@ -109,0 +113,0 @@ |
{ | ||
"name": "micro-mockers", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Mock multiple (micro-)services with Docker boxes and gateway with Kong.", | ||
@@ -5,0 +5,0 @@ "author": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
19567
516
2