@loopback/core
Advanced tools
Comparing version 4.0.0-alpha.26 to 4.0.0-alpha.27
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="4.0.0-alpha.27"></a> | ||
# [4.0.0-alpha.27](https://github.com/strongloop/loopback-next/compare/@loopback/core@4.0.0-alpha.26...@loopback/core@4.0.0-alpha.27) (2018-01-11) | ||
### Bug Fixes | ||
* fix imports to use files owning the definitions ([a50405a](https://github.com/strongloop/loopback-next/commit/a50405a)) | ||
<a name="4.0.0-alpha.26"></a> | ||
@@ -8,0 +19,0 @@ # [4.0.0-alpha.26](https://github.com/strongloop/loopback-next/compare/@loopback/core@4.0.0-alpha.25...@loopback/core@4.0.0-alpha.26) (2017-12-21) |
import { Constructor, Provider, BoundValue } from '@loopback/context'; | ||
import { Server, Application, ControllerClass } from '.'; | ||
import { Server } from './server'; | ||
import { Application, ControllerClass } from './application'; | ||
/** | ||
@@ -4,0 +5,0 @@ * A map of name/class pairs for binding providers |
import { Constructor, Provider, BoundValue } from '@loopback/context'; | ||
import { Server, Application, ControllerClass } from '.'; | ||
import { Server } from './server'; | ||
import { Application, ControllerClass } from './application'; | ||
/** | ||
@@ -4,0 +5,0 @@ * A map of name/class pairs for binding providers |
{ | ||
"name": "@loopback/core", | ||
"version": "4.0.0-alpha.26", | ||
"version": "4.0.0-alpha.27", | ||
"description": "", | ||
@@ -26,3 +26,3 @@ "engines": { | ||
"dependencies": { | ||
"@loopback/context": "^4.0.0-alpha.24", | ||
"@loopback/context": "^4.0.0-alpha.25", | ||
"lodash": "^4.17.4", | ||
@@ -32,4 +32,4 @@ "topo": "^3.0.0" | ||
"devDependencies": { | ||
"@loopback/build": "^4.0.0-alpha.7", | ||
"@loopback/testlab": "^4.0.0-alpha.17" | ||
"@loopback/build": "^4.0.0-alpha.8", | ||
"@loopback/testlab": "^4.0.0-alpha.18" | ||
}, | ||
@@ -36,0 +36,0 @@ "files": [ |
@@ -7,3 +7,4 @@ // Copyright IBM Corp. 2017. All Rights Reserved. | ||
import {Constructor, Provider, BoundValue} from '@loopback/context'; | ||
import {Server, Application, ControllerClass} from '.'; | ||
import {Server} from './server'; | ||
import {Application, ControllerClass} from './application'; | ||
@@ -10,0 +11,0 @@ /** |
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
530573
5029