@bem-react/di
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -6,2 +6,20 @@ # Change Log | ||
## 1.2.2 (2018-12-21) | ||
### Bug Fixes | ||
* **di:** correct typings for withRegistry ([a79eca2](https://github.com/bem/bem-react/tree/master/packages/di/commit/a79eca2)) | ||
* **di:** return correct type from withRegistry ([e695088](https://github.com/bem/bem-react/tree/master/packages/di/commit/e695088)) | ||
* **di:** use map as class option for using in es5 ([24e9015](https://github.com/bem/bem-react/tree/master/packages/di/commit/24e9015)) | ||
### Features | ||
* **v3:** init packages ([d652328](https://github.com/bem/bem-react/tree/master/packages/di/commit/d652328)) | ||
## 1.2.1 (2018-12-19) | ||
@@ -8,0 +26,0 @@ |
{ | ||
"name": "@bem-react/di", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "BEM React Dependency Injection", | ||
@@ -50,3 +50,3 @@ "repository": "https://github.com/bem/bem-react/tree/master/packages/di", | ||
}, | ||
"gitHead": "47b950974d1fac244c748b4e0d509e347a597035" | ||
"gitHead": "25fbf5accaae952af6c3802b6d530e9c34b48d13" | ||
} |
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
14853