@loopback/context
Advanced tools
Comparing version 4.0.0-alpha.29 to 4.0.0-alpha.30
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="4.0.0-alpha.30"></a> | ||
# [4.0.0-alpha.30](https://github.com/strongloop/loopback-next/compare/@loopback/context@4.0.0-alpha.29...@loopback/context@4.0.0-alpha.30) (2018-02-04) | ||
### Bug Fixes | ||
* remove console output from tests ([ff4a320](https://github.com/strongloop/loopback-next/commit/ff4a320)) | ||
<a name="4.0.0-alpha.29"></a> | ||
@@ -8,0 +19,0 @@ # [4.0.0-alpha.29](https://github.com/strongloop/loopback-next/compare/@loopback/context@4.0.0-alpha.28...@loopback/context@4.0.0-alpha.29) (2018-01-30) |
@@ -28,4 +28,4 @@ "use strict"; | ||
function instantiateClass(ctor, ctx, session, | ||
// tslint:disable-next-line:no-any | ||
nonInjectedArgs) { | ||
// tslint:disable-next-line:no-any | ||
nonInjectedArgs) { | ||
/* istanbul ignore if */ | ||
@@ -131,4 +131,4 @@ if (debug.enabled) { | ||
function resolveInjectedArguments(target, method, ctx, session, | ||
// tslint:disable-next-line:no-any | ||
nonInjectedArgs) { | ||
// tslint:disable-next-line:no-any | ||
nonInjectedArgs) { | ||
/* istanbul ignore if */ | ||
@@ -181,4 +181,4 @@ if (debug.enabled) { | ||
function invokeMethod(target, method, ctx, | ||
// tslint:disable-next-line:no-any | ||
nonInjectedArgs) { | ||
// tslint:disable-next-line:no-any | ||
nonInjectedArgs) { | ||
const methodName = getTargetName(target, method); | ||
@@ -185,0 +185,0 @@ /* istanbul ignore if */ |
@@ -28,4 +28,4 @@ "use strict"; | ||
function instantiateClass(ctor, ctx, session, | ||
// tslint:disable-next-line:no-any | ||
nonInjectedArgs) { | ||
// tslint:disable-next-line:no-any | ||
nonInjectedArgs) { | ||
/* istanbul ignore if */ | ||
@@ -131,4 +131,4 @@ if (debug.enabled) { | ||
function resolveInjectedArguments(target, method, ctx, session, | ||
// tslint:disable-next-line:no-any | ||
nonInjectedArgs) { | ||
// tslint:disable-next-line:no-any | ||
nonInjectedArgs) { | ||
/* istanbul ignore if */ | ||
@@ -181,4 +181,4 @@ if (debug.enabled) { | ||
function invokeMethod(target, method, ctx, | ||
// tslint:disable-next-line:no-any | ||
nonInjectedArgs) { | ||
// tslint:disable-next-line:no-any | ||
nonInjectedArgs) { | ||
const methodName = getTargetName(target, method); | ||
@@ -185,0 +185,0 @@ /* istanbul ignore if */ |
{ | ||
"name": "@loopback/context", | ||
"version": "4.0.0-alpha.29", | ||
"version": "4.0.0-alpha.30", | ||
"description": "LoopBack's container for Inversion of Control", | ||
"engines": { | ||
"node": ">=6" | ||
"node": ">=8" | ||
}, | ||
@@ -26,8 +26,8 @@ "scripts": { | ||
"dependencies": { | ||
"@loopback/metadata": "^4.0.0-alpha.8", | ||
"@loopback/metadata": "^4.0.0-alpha.9", | ||
"debug": "^3.1.0" | ||
}, | ||
"devDependencies": { | ||
"@loopback/build": "^4.0.0-alpha.12", | ||
"@loopback/testlab": "^4.0.0-alpha.22", | ||
"@loopback/build": "^4.0.0-alpha.13", | ||
"@loopback/testlab": "^4.0.0-alpha.23", | ||
"@types/bluebird": "^3.5.18", | ||
@@ -34,0 +34,0 @@ "@types/debug": "^0.0.30", |
Sorry, the diff of this file is not supported yet
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
722649