@loopback/core
Advanced tools
Comparing version 2.10.1 to 2.11.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.11.0](https://github.com/strongloop/loopback-next/compare/@loopback/core@2.10.1...@loopback/core@2.11.0) (2020-10-07) | ||
### Features | ||
* **context:** introduce new binding scopes ([9916cfd](https://github.com/strongloop/loopback-next/commit/9916cfd4449a870f7a3378e2e674957aed7c1626)) | ||
## [2.10.1](https://github.com/strongloop/loopback-next/compare/@loopback/core@2.10.0...@loopback/core@2.10.1) (2020-09-17) | ||
@@ -8,0 +19,0 @@ |
@@ -57,2 +57,3 @@ "use strict"; | ||
this._state = 'created'; | ||
this.scope = context_1.BindingScope.APPLICATION; | ||
this.options = | ||
@@ -59,0 +60,0 @@ configOrParent instanceof context_1.Context ? {} : configOrParent !== null && configOrParent !== void 0 ? configOrParent : {}; |
{ | ||
"name": "@loopback/core", | ||
"version": "2.10.1", | ||
"version": "2.11.0", | ||
"description": "Define and implement core constructs such as Application and Component", | ||
@@ -8,3 +8,3 @@ "main": "dist/index.js", | ||
"engines": { | ||
"node": ">=10.16" | ||
"node": "^10.16 || 12 || 14" | ||
}, | ||
@@ -28,10 +28,10 @@ "scripts": { | ||
"dependencies": { | ||
"@loopback/context": "^3.11.1", | ||
"debug": "^4.1.1", | ||
"tslib": "^2.0.1" | ||
"@loopback/context": "^3.12.0", | ||
"debug": "^4.2.0", | ||
"tslib": "^2.0.2" | ||
}, | ||
"devDependencies": { | ||
"@loopback/build": "^6.2.4", | ||
"@loopback/eslint-config": "^10.0.0", | ||
"@loopback/testlab": "^3.2.6", | ||
"@loopback/build": "^6.2.5", | ||
"@loopback/eslint-config": "^10.0.1", | ||
"@loopback/testlab": "^3.2.7", | ||
"@types/debug": "^4.1.5", | ||
@@ -51,3 +51,3 @@ "@types/node": "^10.17.35" | ||
}, | ||
"gitHead": "79327fd7e68ebb05be0aa689f4986b54e2a99a6b" | ||
"gitHead": "390f2794d10eea3d969ae417963af815ce1bc417" | ||
} |
@@ -119,2 +119,3 @@ // Copyright IBM Corp. 2017,2020. All Rights Reserved. | ||
super(...buildConstructorArgs(configOrParent, parent)); | ||
this.scope = BindingScope.APPLICATION; | ||
@@ -121,0 +122,0 @@ this.options = |
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
204221
3973
Updated@loopback/context@^3.12.0
Updateddebug@^4.2.0
Updatedtslib@^2.0.2