reactive-di
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -94,3 +94,3 @@ 'use strict'; | ||
dm(_common.metaKey, new _common.ServiceMeta(), lc); | ||
return target; | ||
return lc; | ||
}; | ||
@@ -97,0 +97,0 @@ } |
{ | ||
"name": "reactive-di", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "Reactive dependency injection", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -74,7 +74,7 @@ // @flow | ||
export function hooks<V: Function>(target: V): (lc: Class<LifeCycle<*>>) => V { | ||
export function hooks<V: Function>(target: V): (lc: Class<LifeCycle<*>>) => Class<LifeCycle<*>> { | ||
return (lc: Class<LifeCycle<*>>) => { | ||
dm(lcKey, lc, target) | ||
dm(metaKey, new ServiceMeta(), lc) | ||
return target | ||
return lc | ||
} | ||
@@ -81,0 +81,0 @@ } |
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
312837