@untool/core
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.8.1"></a> | ||
## [0.8.1](https://github.com/untool/untool/compare/v0.8.0...v0.8.1) (2018-06-18) | ||
### Bug Fixes | ||
* update dependency find-up to v3 ([ffe0f89](https://github.com/untool/untool/commit/ffe0f89)) | ||
<a name="0.8.0"></a> | ||
@@ -8,0 +19,0 @@ # [0.8.0](https://github.com/untool/untool/compare/v0.7.0...v0.8.0) (2018-06-13) |
@@ -13,3 +13,3 @@ const define = require('mixinable'); | ||
const strategies = mixins.reduce( | ||
(result, mixin) => ({ ...result, ...mixin.strategies }), | ||
(result, mixin) => Object.assign({}, result, mixin.strategies), | ||
{} | ||
@@ -16,0 +16,0 @@ ); |
{ | ||
"name": "@untool/core", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "untool core", | ||
@@ -26,3 +26,3 @@ "main": "lib/core.js", | ||
"enhanced-resolve": "^4.0.0", | ||
"find-up": "^2.1.0", | ||
"find-up": "^3.0.0", | ||
"flat": "^4.0.0", | ||
@@ -29,0 +29,0 @@ "is-plain-object": "^2.0.4", |
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
17449
+ Addedfind-up@3.0.0(transitive)
+ Addedlocate-path@3.0.0(transitive)
+ Addedp-limit@2.3.0(transitive)
+ Addedp-locate@3.0.0(transitive)
+ Addedp-try@2.2.0(transitive)
- Removedfind-up@2.1.0(transitive)
- Removedlocate-path@2.0.0(transitive)
- Removedp-limit@1.3.0(transitive)
- Removedp-locate@2.0.0(transitive)
- Removedp-try@1.0.0(transitive)
Updatedfind-up@^3.0.0