@loopback/core
Advanced tools
Comparing version
{ | ||
"name": "@loopback/core", | ||
"description": "Define and implement core constructs such as Application and Component", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"license": "MIT", | ||
@@ -38,3 +38,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@loopback/context": "^8.0.0", | ||
"@loopback/context": "^8.0.1", | ||
"debug": "^4.4.1", | ||
@@ -44,9 +44,9 @@ "tslib": "^2.8.1" | ||
"devDependencies": { | ||
"@loopback/build": "^12.0.0", | ||
"@loopback/build": "^12.0.1", | ||
"@loopback/eslint-config": "^16.0.0", | ||
"@loopback/testlab": "^8.0.0", | ||
"@loopback/testlab": "^8.0.1", | ||
"@types/debug": "^4.1.12", | ||
"@types/node": "^16.18.126" | ||
}, | ||
"gitHead": "be9e7324fca771c50502bdbd312821be8f94347e" | ||
"gitHead": "739a529c28256ab39fcc173ca0195e700758ef11" | ||
} |
Updated