@loopback/core
Advanced tools
Comparing version 5.1.2 to 5.1.3
@@ -18,3 +18,3 @@ "use strict"; | ||
*/ | ||
let LifeCycleObserverRegistry = exports.LifeCycleObserverRegistry = class LifeCycleObserverRegistry { | ||
let LifeCycleObserverRegistry = class LifeCycleObserverRegistry { | ||
constructor(context, observersView, options = { | ||
@@ -184,2 +184,3 @@ parallel: true, | ||
}; | ||
exports.LifeCycleObserverRegistry = LifeCycleObserverRegistry; | ||
exports.LifeCycleObserverRegistry = LifeCycleObserverRegistry = tslib_1.__decorate([ | ||
@@ -186,0 +187,0 @@ tslib_1.__param(0, context_1.inject.context()), |
{ | ||
"name": "@loopback/core", | ||
"description": "Define and implement core constructs such as Application and Component", | ||
"version": "5.1.2", | ||
"version": "5.1.3", | ||
"license": "MIT", | ||
@@ -38,14 +38,14 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@loopback/context": "^6.1.2", | ||
"@loopback/context": "^6.1.3", | ||
"debug": "^4.3.4", | ||
"tslib": "^2.6.1" | ||
"tslib": "^2.6.2" | ||
}, | ||
"devDependencies": { | ||
"@loopback/build": "^10.1.2", | ||
"@loopback/eslint-config": "^14.0.3", | ||
"@loopback/testlab": "^6.1.2", | ||
"@loopback/build": "^10.1.3", | ||
"@loopback/eslint-config": "^14.0.4", | ||
"@loopback/testlab": "^6.1.3", | ||
"@types/debug": "^4.1.8", | ||
"@types/node": "^16.18.40" | ||
"@types/node": "^16.18.50" | ||
}, | ||
"gitHead": "0e9d6114999bd4d53969071e49bec5f6680ae9ad" | ||
"gitHead": "9107199cdf1597260ee03e2a903b7db0dec8445d" | ||
} |
Sorry, the diff of this file is not supported yet
180163
4197
Updated@loopback/context@^6.1.3
Updatedtslib@^2.6.2