@nattyjs/core 0.0.1-beta.62 → 0.0.1-beta.63
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/dist/index.cjs +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1294,6 +1294,7 @@ class Resolver extends RequestProcessor {
|
|
|
1294
1294
|
}
|
|
1295
1295
|
registerDependency() {
|
|
1296
1296
|
this.httpContext.services = nattyServiceResolver.createScope();
|
|
1297
|
+
common.commonContainer.setMetadata(HttpContext.name, HttpContext, "services");
|
|
1297
1298
|
this.httpContext.services.set(HttpContext, this.httpContext);
|
|
1298
1299
|
}
|
|
1299
1300
|
getControllerInstance() {
|
package/dist/index.mjs
CHANGED
|
@@ -1292,6 +1292,7 @@ class Resolver extends RequestProcessor {
|
|
|
1292
1292
|
}
|
|
1293
1293
|
registerDependency() {
|
|
1294
1294
|
this.httpContext.services = nattyServiceResolver.createScope();
|
|
1295
|
+
commonContainer.setMetadata(HttpContext.name, HttpContext, "services");
|
|
1295
1296
|
this.httpContext.services.set(HttpContext, this.httpContext);
|
|
1296
1297
|
}
|
|
1297
1298
|
getControllerInstance() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nattyjs/core",
|
|
3
|
-
"version": "0.0.1-beta.
|
|
3
|
+
"version": "0.0.1-beta.63",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "ajayojha",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"reflect-metadata": "0.2.2",
|
|
19
19
|
"path-to-regexp": "6.2.1",
|
|
20
|
-
"@nattyjs/common": "0.0.1-beta.
|
|
20
|
+
"@nattyjs/common": "0.0.1-beta.63"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"unbuild": "1.2.1"
|