@loopback/context
Advanced tools
Comparing version
{ | ||
"name": "@loopback/context", | ||
"description": "Facilities to manage artifacts and their dependencies in your Node.js applications. The module exposes TypeScript/JavaScript APIs and decorators to register artifacts, declare dependencies, and resolve artifacts by keys. It also serves as an IoC container to support dependency injection", | ||
"version": "7.0.12", | ||
"version": "7.0.13", | ||
"keywords": [ | ||
@@ -46,3 +46,3 @@ "LoopBack", | ||
"dependencies": { | ||
"@loopback/metadata": "^7.0.12", | ||
"@loopback/metadata": "^7.0.13", | ||
"@types/debug": "^4.1.12", | ||
@@ -53,8 +53,8 @@ "debug": "^4.4.0", | ||
"tslib": "^2.8.1", | ||
"uuid": "^10.0.0" | ||
"uuid": "^11.1.0" | ||
}, | ||
"devDependencies": { | ||
"@loopback/build": "^11.0.10", | ||
"@loopback/build": "^11.0.11", | ||
"@loopback/eslint-config": "^15.0.5", | ||
"@loopback/testlab": "^7.0.11", | ||
"@loopback/testlab": "^7.0.12", | ||
"@types/bluebird": "^3.5.42", | ||
@@ -65,3 +65,3 @@ "@types/node": "^16.18.126", | ||
}, | ||
"gitHead": "0c7708d49efe343cd46350e5014a147c920e59f7" | ||
"gitHead": "1a389bb6fe31fec81a82825493cc66f830cd6655" | ||
} |
+ Added
- Removed
Updated
Updated