hops-mixin
Advanced tools
Comparing version 12.1.4 to 12.2.0
@@ -6,2 +6,14 @@ # Change Log | ||
# [12.2.0](https://github.com/xing/hops/compare/v12.1.4...v12.2.0) (2020-04-27) | ||
### Bug Fixes | ||
* mixinable@5.0.0 contains bugs ([26cfa31](https://github.com/xing/hops/commit/26cfa31bdd2109c01e5db391269920b7796b9cad)) | ||
* update dependency mixinable to v5 ([2dfcc62](https://github.com/xing/hops/commit/2dfcc6222ee8d0cb2716e50a0dfa190f1068a835)) | ||
## [12.1.4](https://github.com/xing/hops/compare/v12.1.3...v12.1.4) (2020-04-16) | ||
@@ -8,0 +20,0 @@ |
@@ -1,2 +0,2 @@ | ||
const { Mixin } = require('@untool/core'); | ||
const { Mixin } = require('hops-bootstrap'); | ||
const { sync, async } = require('mixinable'); | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "hops-mixin", | ||
"version": "12.1.4", | ||
"version": "12.2.0", | ||
"description": "Building blocks to build cusom hops mixins", | ||
"keywords": [ | ||
"hops", | ||
"mixin", | ||
"untool" | ||
"mixin" | ||
], | ||
@@ -21,7 +20,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@untool/core": "^2.1.3", | ||
"mixinable": "^4.0.0" | ||
"hops-bootstrap": "^12.2.0", | ||
"mixinable": "^5.0.1" | ||
}, | ||
"homepage": "https://github.com/xing/hops/tree/master/packages/mixin#readme", | ||
"gitHead": "1b12f496a43a961acd48be30c4477121fbf11e74" | ||
"gitHead": "a465583c1e782e40c4e5efb91874ed90f3c07b97" | ||
} |
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
18182
+ Addedhops-bootstrap@^12.2.0
+ Addedcosmiconfig@7.1.0(transitive)
+ Addedescape-string-regexp@4.0.0(transitive)
+ Addedfind-up@5.0.0(transitive)
+ Addedhops-bootstrap@12.5.10(transitive)
+ Addedlocate-path@6.0.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedmixinable@5.0.2(transitive)
+ Addedp-limit@3.1.0(transitive)
+ Addedp-locate@5.0.0(transitive)
+ Addedyocto-queue@0.1.0(transitive)
- Removed@untool/core@^2.1.3
- Removed@untool/core@2.1.3(transitive)
- Removedcosmiconfig@6.0.0(transitive)
- Removedescape-string-regexp@2.0.0(transitive)
- Removedfind-up@4.1.0(transitive)
- Removedlocate-path@5.0.0(transitive)
- Removedlodash.mergewith@4.6.2(transitive)
- Removedmixinable@4.0.0(transitive)
- Removedp-limit@2.3.0(transitive)
- Removedp-locate@4.1.0(transitive)
- Removedp-try@2.2.0(transitive)
Updatedmixinable@^5.0.1