@loopback/core
Advanced tools
Comparing version
{ | ||
"name": "@loopback/core", | ||
"description": "Define and implement core constructs such as Application and Component", | ||
"version": "6.1.8", | ||
"version": "6.1.9", | ||
"license": "MIT", | ||
@@ -38,3 +38,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@loopback/context": "^7.0.11", | ||
"@loopback/context": "^7.0.12", | ||
"debug": "^4.4.0", | ||
@@ -46,7 +46,7 @@ "tslib": "^2.8.1" | ||
"@loopback/eslint-config": "^15.0.5", | ||
"@loopback/testlab": "^7.0.10", | ||
"@loopback/testlab": "^7.0.11", | ||
"@types/debug": "^4.1.12", | ||
"@types/node": "^16.18.126" | ||
}, | ||
"gitHead": "834572d45061581fd2985f13fb1262ae1f10eac3" | ||
"gitHead": "0c7708d49efe343cd46350e5014a147c920e59f7" | ||
} |
Updated