@loopback/context 7.0.10 → 7.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loopback/context",
|
|
3
3
|
"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",
|
|
4
|
-
"version": "7.0.
|
|
4
|
+
"version": "7.0.11",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"LoopBack",
|
|
7
7
|
"IoC",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"!*/__tests__"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@loopback/metadata": "^7.0.
|
|
46
|
+
"@loopback/metadata": "^7.0.11",
|
|
47
47
|
"@types/debug": "^4.1.12",
|
|
48
48
|
"debug": "^4.4.0",
|
|
49
49
|
"hyperid": "^3.3.0",
|
|
@@ -52,13 +52,13 @@
|
|
|
52
52
|
"uuid": "^10.0.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@loopback/build": "^11.0.
|
|
55
|
+
"@loopback/build": "^11.0.10",
|
|
56
56
|
"@loopback/eslint-config": "^15.0.5",
|
|
57
|
-
"@loopback/testlab": "^7.0.
|
|
57
|
+
"@loopback/testlab": "^7.0.10",
|
|
58
58
|
"@types/bluebird": "^3.5.42",
|
|
59
|
-
"@types/node": "^16.18.
|
|
59
|
+
"@types/node": "^16.18.126",
|
|
60
60
|
"@types/uuid": "^10.0.0",
|
|
61
61
|
"bluebird": "^3.7.2"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "834572d45061581fd2985f13fb1262ae1f10eac3"
|
|
64
64
|
}
|