@nestjs/config
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -54,3 +54,3 @@ import { NoInferType, Path, PathValue } from './types'; | ||
*/ | ||
get<T = K, P extends Path<T> = any, R = PathValue<T, P>>(propertyPath: P, defaultValue: NoInferType<R>, options: ConfigGetOptions): R; | ||
get<T = K, P extends Path<T> = any, R = PathValue<T, P>>(propertyPath: P, defaultValue: NoInferType<R>, options: ConfigGetOptions): Exclude<R, undefined>; | ||
/** | ||
@@ -57,0 +57,0 @@ * Get a configuration value (either custom configuration or process environment variable) |
{ | ||
"name": "@nestjs/config", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@config)", | ||
@@ -43,3 +43,3 @@ "author": "Kamil Mysliwiec", | ||
"husky": "8.0.3", | ||
"jest": "29.6.4", | ||
"jest": "29.7.0", | ||
"joi": "17.10.1", | ||
@@ -46,0 +46,0 @@ "lint-staged": "14.0.1", |
44570