@aurelia/kernel
Advanced tools
Comparing version 0.2.0-dev.20180918 to 0.2.0-dev.20180919
@@ -7,3 +7,3 @@ # Change Log | ||
<a name="0.2.0"></a> | ||
# 0.2.0 (2018-09-16) | ||
# 0.2.0 (2018-09-18) | ||
@@ -10,0 +10,0 @@ |
@@ -469,3 +469,3 @@ const camelCaseLookup = {}; | ||
if (keyAsValue.register) { | ||
return keyAsValue.register(handler, keyAsValue); | ||
return keyAsValue.register(handler, keyAsValue) || null; | ||
} | ||
@@ -472,0 +472,0 @@ const resolver = new Resolver(keyAsValue, 1 /* singleton */, keyAsValue); |
@@ -475,3 +475,3 @@ (function (global, factory) { | ||
if (keyAsValue.register) { | ||
return keyAsValue.register(handler, keyAsValue); | ||
return keyAsValue.register(handler, keyAsValue) || null; | ||
} | ||
@@ -478,0 +478,0 @@ const resolver = new Resolver(keyAsValue, 1 /* singleton */, keyAsValue); |
{ | ||
"name": "@aurelia/kernel", | ||
"version": "0.2.0-dev.20180918", | ||
"version": "0.2.0-dev.20180919", | ||
"main": "dist/index.umd.js", | ||
@@ -25,2 +25,3 @@ "module": "dist/index.es6.js", | ||
"dist", | ||
"src", | ||
"README.md", | ||
@@ -84,3 +85,3 @@ "CHANGELOG.md", | ||
}, | ||
"gitHead": "38c1d7b179ce101c8bba067b7030479bf15d5eb5" | ||
"gitHead": "500c64e75e90db559f90a4da7975fa2159ad62c7" | ||
} |
Sorry, the diff of this file is not supported yet
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
176049
23
2041