@loopback/context
Advanced tools
Comparing version 3.11.0 to 3.11.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [3.11.1](https://github.com/strongloop/loopback-next/compare/@loopback/context@3.11.0...@loopback/context@3.11.1) (2020-09-17) | ||
**Note:** Version bump only for package @loopback/context | ||
# [3.11.0](https://github.com/strongloop/loopback-next/compare/@loopback/context@3.10.1...@loopback/context@3.11.0) (2020-09-15) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@loopback/context", | ||
"version": "3.11.0", | ||
"version": "3.11.1", | ||
"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", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@loopback/metadata": "^3.0.0", | ||
"@loopback/metadata": "^3.0.1", | ||
"@types/debug": "^4.1.5", | ||
@@ -36,7 +36,7 @@ "debug": "^4.1.1", | ||
"devDependencies": { | ||
"@loopback/build": "^6.2.3", | ||
"@loopback/build": "^6.2.4", | ||
"@loopback/eslint-config": "^10.0.0", | ||
"@loopback/testlab": "^3.2.5", | ||
"@loopback/testlab": "^3.2.6", | ||
"@types/bluebird": "^3.5.32", | ||
"@types/node": "^10.17.34", | ||
"@types/node": "^10.17.35", | ||
"@types/uuid": "^8.3.0", | ||
@@ -65,3 +65,3 @@ "bluebird": "^3.7.2" | ||
}, | ||
"gitHead": "2b7d2ef44be0e3c19aee3316a2776d7fff6b0051" | ||
"gitHead": "79327fd7e68ebb05be0aa689f4986b54e2a99a6b" | ||
} |
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
691528
Updated@loopback/metadata@^3.0.1