@loopback/core
Advanced tools
Comparing version 0.8.5 to 0.8.6
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.8.6"></a> | ||
## [0.8.6](https://github.com/strongloop/loopback-next/compare/@loopback/core@0.8.5...@loopback/core@0.8.6) (2018-06-09) | ||
**Note:** Version bump only for package @loopback/core | ||
<a name="0.8.5"></a> | ||
@@ -8,0 +16,0 @@ ## [0.8.5](https://github.com/strongloop/loopback-next/compare/@loopback/core@0.8.4...@loopback/core@0.8.5) (2018-06-08) |
@@ -10,3 +10,3 @@ import { Context, Binding, Constructor } from '@loopback/context'; | ||
export declare class Application extends Context { | ||
options?: ApplicationConfig | undefined; | ||
options: ApplicationConfig | undefined; | ||
constructor(options?: ApplicationConfig | undefined); | ||
@@ -13,0 +13,0 @@ /** |
@@ -23,3 +23,3 @@ import { BindingKey } from '@loopback/context'; | ||
*/ | ||
const CONTROLLER_CLASS: BindingKey<import("../../context/src/value-promise").Constructor<any>>; | ||
const CONTROLLER_CLASS: BindingKey<new (...args: any[]) => any>; | ||
/** | ||
@@ -26,0 +26,0 @@ * Binding key for the controller method resolved in the current request |
@@ -10,3 +10,3 @@ import { Context, Binding, Constructor } from '@loopback/context'; | ||
export declare class Application extends Context { | ||
options?: ApplicationConfig | undefined; | ||
options: ApplicationConfig | undefined; | ||
constructor(options?: ApplicationConfig | undefined); | ||
@@ -13,0 +13,0 @@ /** |
@@ -23,3 +23,3 @@ import { BindingKey } from '@loopback/context'; | ||
*/ | ||
const CONTROLLER_CLASS: BindingKey<import("../../context/src/value-promise").Constructor<any>>; | ||
const CONTROLLER_CLASS: BindingKey<new (...args: any[]) => any>; | ||
/** | ||
@@ -26,0 +26,0 @@ * Binding key for the controller method resolved in the current request |
{ | ||
"name": "@loopback/core", | ||
"version": "0.8.5", | ||
"version": "0.8.6", | ||
"description": "", | ||
@@ -26,8 +26,8 @@ "engines": { | ||
"dependencies": { | ||
"@loopback/context": "^0.11.3", | ||
"@loopback/context": "^0.11.4", | ||
"@loopback/dist-util": "^0.3.2" | ||
}, | ||
"devDependencies": { | ||
"@loopback/build": "^0.6.6", | ||
"@loopback/testlab": "^0.10.5", | ||
"@loopback/build": "^0.6.7", | ||
"@loopback/testlab": "^0.10.6", | ||
"@types/node": "^10.1.1" | ||
@@ -34,0 +34,0 @@ }, |
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
74710
Updated@loopback/context@^0.11.4