@carno.js/core 0.2.5 → 0.2.6
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.
|
@@ -49,10 +49,10 @@ let InjectorService = InjectorService_1 = class InjectorService {
|
|
|
49
49
|
this.saveInjector();
|
|
50
50
|
this.routeResolver.resolveControllers();
|
|
51
51
|
this.cacheControllerScopes();
|
|
52
|
-
this.preInstantiateSingletonControllers();
|
|
53
52
|
this.cacheHooks();
|
|
54
|
-
this.compileRoutes();
|
|
55
53
|
await this.callHook(on_event_1.EventType.OnApplicationInit);
|
|
54
|
+
this.preInstantiateSingletonControllers();
|
|
55
|
+
this.compileRoutes();
|
|
56
56
|
}
|
|
57
57
|
initializeResolvers() {
|
|
58
58
|
this.routeResolver = new RouteResolver_1.RouteResolver(this.router, this.applicationConfig.globalMiddlewares);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carno.js/core",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"description": "Carno.js is a framework for building web applications object oriented with TypeScript and Bun.sh",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"bun",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"publishConfig": {
|
|
52
52
|
"access": "public"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "64eb08eb95a337f93062486b545e27ab9b30a643"
|
|
55
55
|
}
|