@spinajs/configuration
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -12,3 +12,3 @@ import { IContainer, ResolveStrategy } from '@spinajs/di'; | ||
get<T>(path: string[] | string, defaultValue?: T): T; | ||
resolve(_container: IContainer): Promise<void>; | ||
resolve(_container: IContainer): void; | ||
protected load(extension: string, callback: (file: string) => any): void; | ||
@@ -15,0 +15,0 @@ protected dir(toJoin: string): string; |
@@ -72,3 +72,3 @@ "use strict"; | ||
} | ||
async resolve(_container) { | ||
resolve(_container) { | ||
this.configureApp(); | ||
@@ -75,0 +75,0 @@ this.load("js", (file) => { |
{ | ||
"name": "@spinajs/configuration", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "framework configuration module", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
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
12628