@nestjs/config
Advanced tools
Comparing version 2.2.0 to 2.3.0
@@ -67,3 +67,3 @@ import { NoInferType, Path, PathValue } from './types'; | ||
*/ | ||
getOrThrow<T = K, P extends Path<T> = any>(propertyPath: P, options: ConfigGetOptions): Exclude<T, undefined>; | ||
getOrThrow<T = K, P extends Path<T> = any, R = PathValue<T, P>>(propertyPath: P, options: ConfigGetOptions): Exclude<R, undefined>; | ||
/** | ||
@@ -70,0 +70,0 @@ * Get a configuration value (either custom configuration or process environment variable) |
{ | ||
"name": "@nestjs/config", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@config)", | ||
@@ -21,33 +21,33 @@ "author": "Kamil Mysliwiec", | ||
"dependencies": { | ||
"dotenv": "16.0.1", | ||
"dotenv-expand": "8.0.3", | ||
"dotenv": "16.0.3", | ||
"dotenv-expand": "10.0.0", | ||
"lodash": "4.17.21", | ||
"uuid": "8.3.2" | ||
"uuid": "9.0.0" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "17.0.3", | ||
"@commitlint/config-angular": "17.0.3", | ||
"@nestjs/common": "9.0.1", | ||
"@nestjs/core": "9.0.1", | ||
"@nestjs/platform-express": "9.0.1", | ||
"@nestjs/testing": "9.0.1", | ||
"@types/jest": "28.1.4", | ||
"@types/lodash": "4.14.182", | ||
"@types/node": "17.0.34", | ||
"@types/uuid": "8.3.4", | ||
"@typescript-eslint/eslint-plugin": "5.30.5", | ||
"@typescript-eslint/parser": "5.30.5", | ||
"eslint": "8.19.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-import": "2.26.0", | ||
"husky": "8.0.1", | ||
"jest": "28.1.2", | ||
"joi": "17.6.0", | ||
"lint-staged": "13.0.3", | ||
"prettier": "2.7.1", | ||
"@commitlint/cli": "17.4.2", | ||
"@commitlint/config-angular": "17.4.2", | ||
"@nestjs/common": "9.2.1", | ||
"@nestjs/core": "9.2.1", | ||
"@nestjs/platform-express": "9.2.1", | ||
"@nestjs/testing": "9.2.1", | ||
"@types/jest": "29.4.0", | ||
"@types/lodash": "4.14.191", | ||
"@types/node": "18.11.18", | ||
"@types/uuid": "9.0.0", | ||
"@typescript-eslint/eslint-plugin": "5.50.0", | ||
"@typescript-eslint/parser": "5.50.0", | ||
"eslint": "8.33.0", | ||
"eslint-config-prettier": "8.6.0", | ||
"eslint-plugin-import": "2.27.5", | ||
"husky": "8.0.3", | ||
"jest": "29.4.1", | ||
"joi": "17.7.0", | ||
"lint-staged": "13.1.0", | ||
"prettier": "2.8.3", | ||
"reflect-metadata": "0.1.13", | ||
"release-it": "15.1.1", | ||
"rimraf": "3.0.2", | ||
"rxjs": "7.5.5", | ||
"ts-jest": "28.0.5", | ||
"release-it": "15.6.0", | ||
"rimraf": "4.1.2", | ||
"rxjs": "7.8.0", | ||
"ts-jest": "29.0.5", | ||
"typescript": "4.7.4" | ||
@@ -54,0 +54,0 @@ }, |
<p align="center"> | ||
<a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo_text.svg" width="320" alt="Nest Logo" /></a> | ||
<a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo-small.svg" width="120" alt="Nest Logo" /></a> | ||
</p> | ||
@@ -4,0 +4,0 @@ |
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
42230
+ Addeddotenv@16.0.3(transitive)
+ Addeddotenv-expand@10.0.0(transitive)
+ Addeduuid@9.0.0(transitive)
- Removeddotenv@16.0.1(transitive)
- Removeddotenv-expand@8.0.3(transitive)
- Removeduuid@8.3.2(transitive)
Updateddotenv@16.0.3
Updateddotenv-expand@10.0.0
Updateduuid@9.0.0