@loopback/core
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.4.1](https://github.com/strongloop/loopback-next/compare/@loopback/core@2.4.0...@loopback/core@2.4.1) (2020-04-23) | ||
**Note:** Version bump only for package @loopback/core | ||
# [2.4.0](https://github.com/strongloop/loopback-next/compare/@loopback/core@2.3.0...@loopback/core@2.4.0) (2020-04-22) | ||
@@ -8,0 +16,0 @@ |
@@ -67,3 +67,3 @@ "use strict"; | ||
this.bind(keys_1.CoreBindings.APPLICATION_CONFIG).to(this.options); | ||
this._shutdownOptions = Object.assign({ signals: ['SIGTERM'] }, this.options.shutdown); | ||
this._shutdownOptions = { signals: ['SIGTERM'], ...this.options.shutdown }; | ||
} | ||
@@ -70,0 +70,0 @@ /** |
@@ -41,3 +41,3 @@ "use strict"; | ||
function service(serviceInterface, metadata) { | ||
return context_1.inject('', Object.assign({ decorator: '@service' }, metadata), (ctx, injection, session) => { | ||
return context_1.inject('', { decorator: '@service', ...metadata }, (ctx, injection, session) => { | ||
let serviceType = serviceInterface; | ||
@@ -44,0 +44,0 @@ if (!serviceType) { |
{ | ||
"name": "@loopback/core", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "LoopBack 4 core", | ||
@@ -22,3 +22,3 @@ "engines": { | ||
"dependencies": { | ||
"@loopback/context": "^3.5.0", | ||
"@loopback/context": "^3.5.1", | ||
"debug": "^4.1.1", | ||
@@ -29,5 +29,5 @@ "p-event": "^4.1.0", | ||
"devDependencies": { | ||
"@loopback/build": "^5.1.0", | ||
"@loopback/build": "^5.2.0", | ||
"@loopback/eslint-config": "^6.0.4", | ||
"@loopback/testlab": "^3.1.0", | ||
"@loopback/testlab": "^3.1.1", | ||
"@types/debug": "^4.1.5", | ||
@@ -49,3 +49,3 @@ "@types/node": "^10.17.21" | ||
}, | ||
"gitHead": "fa2fe1c81c7beb74eb7dfd0898e2b3f0b7c7f762" | ||
"gitHead": "11f282df0bbdf25c505a2131e6d82b85005a22a2" | ||
} |
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
181489
Updated@loopback/context@^3.5.1