@nestjs/config
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,3 +5,3 @@ import { NoInferType, Path, PathValue } from './types'; | ||
} | ||
export declare class ConfigService<K = Record<string, any>> { | ||
export declare class ConfigService<K = Record<string, unknown>> { | ||
private readonly internalConfig; | ||
@@ -8,0 +8,0 @@ private set isCacheEnabled(value); |
{ | ||
"name": "@nestjs/config", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@config)", | ||
@@ -31,6 +31,6 @@ "author": "Kamil Mysliwiec", | ||
"@commitlint/config-angular": "12.1.4", | ||
"@nestjs/common": "8.0.0", | ||
"@nestjs/core": "8.0.0", | ||
"@nestjs/platform-express": "8.0.0", | ||
"@nestjs/testing": "8.0.0", | ||
"@nestjs/common": "8.0.4", | ||
"@nestjs/core": "8.0.4", | ||
"@nestjs/platform-express": "8.0.4", | ||
"@nestjs/testing": "8.0.4", | ||
"@types/jest": "26.0.24", | ||
@@ -42,5 +42,5 @@ "@types/lodash.get": "4.4.6", | ||
"@types/uuid": "8.3.1", | ||
"@typescript-eslint/eslint-plugin": "4.28.2", | ||
"@typescript-eslint/parser": "4.28.2", | ||
"eslint": "7.30.0", | ||
"@typescript-eslint/eslint-plugin": "4.28.4", | ||
"@typescript-eslint/parser": "4.28.4", | ||
"eslint": "7.31.0", | ||
"eslint-config-prettier": "8.3.0", | ||
@@ -50,4 +50,4 @@ "eslint-plugin-import": "2.23.4", | ||
"jest": "27.0.6", | ||
"joi": "17.4.0", | ||
"lint-staged": "11.0.0", | ||
"joi": "17.4.1", | ||
"lint-staged": "11.0.1", | ||
"prettier": "2.3.2", | ||
@@ -58,3 +58,3 @@ "reflect-metadata": "0.1.13", | ||
"rxjs": "7.2.0", | ||
"ts-jest": "27.0.3", | ||
"ts-jest": "27.0.4", | ||
"typescript": "4.3.5" | ||
@@ -61,0 +61,0 @@ }, |
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
33971