@untool/core
Advanced tools
Comparing version 0.8.2 to 0.9.0
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.9.0"></a> | ||
# [0.9.0](https://github.com/untool/untool/compare/v0.8.2...v0.9.0) (2018-06-25) | ||
**Note:** Version bump only for package @untool/core | ||
<a name="0.8.2"></a> | ||
@@ -8,0 +16,0 @@ ## [0.8.2](https://github.com/untool/untool/compare/v0.8.1...v0.8.2) (2018-06-21) |
@@ -0,1 +1,2 @@ | ||
const debug = require('debug')('untool:runtime'); | ||
const define = require('mixinable'); | ||
@@ -16,3 +17,7 @@ | ||
); | ||
debug(mixins.map(({ name, strategies }) => ({ [name]: strategies }))); | ||
const createMixinable = define(strategies)(...mixins); | ||
return (...callArgs) => | ||
@@ -19,0 +24,0 @@ createMixinable(config, ...renderArgs).render(...callArgs); |
{ | ||
"name": "@untool/core", | ||
"version": "0.8.2", | ||
"version": "0.9.0", | ||
"description": "untool core", | ||
@@ -5,0 +5,0 @@ "main": "lib/core.js", |
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
18168
201