@feature-hub/core
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.1.1](https://github.com/sinnerschrader/feature-hub/compare/v0.1.0...v0.1.1) (2018-11-28) | ||
### Bug Fixes | ||
* **core:** typo in log statement ([#73](https://github.com/sinnerschrader/feature-hub/issues/73)) ([7883fd1](https://github.com/sinnerschrader/feature-hub/commit/7883fd1)) | ||
# 0.1.0 (2018-11-28) | ||
@@ -8,0 +19,0 @@ |
@@ -70,3 +70,3 @@ "use strict"; | ||
}; | ||
console.info(`All required feature services has been successfully bound to the consumer ${JSON.stringify(uniqueConsumerId)}.`); | ||
console.info(`All required feature services have been successfully bound to the consumer ${JSON.stringify(uniqueConsumerId)}.`); | ||
return { consumerEnvironment, unbind }; | ||
@@ -73,0 +73,0 @@ } |
{ | ||
"name": "@feature-hub/core", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "The core functionality of the Feature Hub.", | ||
@@ -31,3 +31,3 @@ "bugs": { | ||
}, | ||
"gitHead": "5b8143edd27bc10312429763fe6c6a6fcaf91805" | ||
"gitHead": "ca32d2f07f044db14ea63bdb4abc9c66411b8f88" | ||
} |
Sorry, the diff of this file is not supported yet
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
35699