@nestjs/config
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -17,3 +17,3 @@ import { NoInferType, Path, PathValue } from './types'; | ||
} | ||
export declare class ConfigService<K extends Record<string, unknown> = Record<string, unknown>, WasValidated extends boolean = false> { | ||
export declare class ConfigService<K = Record<string, unknown>, WasValidated extends boolean = false> { | ||
private readonly internalConfig; | ||
@@ -20,0 +20,0 @@ private set isCacheEnabled(value); |
{ | ||
"name": "@nestjs/config", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@config)", | ||
@@ -5,0 +5,0 @@ "author": "Kamil Mysliwiec", |
37918