@nestjs/config
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -151,5 +151,11 @@ "use strict"; | ||
imports: [config_host_module_1.ConfigHostModule], | ||
exports: [config_host_module_1.ConfigHostModule], | ||
providers: [ | ||
{ | ||
provide: config_service_1.ConfigService, | ||
useExisting: config_constants_1.CONFIGURATION_SERVICE_TOKEN, | ||
}, | ||
], | ||
exports: [config_host_module_1.ConfigHostModule, config_service_1.ConfigService], | ||
}) | ||
], ConfigModule); | ||
exports.ConfigModule = ConfigModule; |
{ | ||
"name": "@nestjs/config", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@config)", | ||
@@ -30,13 +30,13 @@ "author": "Kamil Mysliwiec", | ||
"@hapi/joi": "17.1.0", | ||
"@nestjs/common": "6.11.5", | ||
"@nestjs/core": "6.11.5", | ||
"@nestjs/platform-express": "6.11.5", | ||
"@nestjs/testing": "6.11.5", | ||
"@types/hapi__joi": "16.0.9", | ||
"@types/jest": "25.1.1", | ||
"@nestjs/common": "6.11.7", | ||
"@nestjs/core": "6.11.7", | ||
"@nestjs/platform-express": "6.11.7", | ||
"@nestjs/testing": "6.11.7", | ||
"@types/hapi__joi": "16.0.10", | ||
"@types/jest": "25.1.2", | ||
"@types/lodash.get": "4.4.6", | ||
"@types/lodash.set": "4.3.6", | ||
"@types/node": "7.10.8", | ||
"@typescript-eslint/eslint-plugin": "2.19.0", | ||
"@typescript-eslint/parser": "2.19.0", | ||
"@typescript-eslint/eslint-plugin": "2.20.0", | ||
"@typescript-eslint/parser": "2.20.0", | ||
"eslint": "6.8.0", | ||
@@ -47,3 +47,3 @@ "eslint-config-prettier": "6.10.0", | ||
"@types/uuid": "3.4.7", | ||
"husky": "4.2.1", | ||
"husky": "4.2.3", | ||
"jest": "25.1.0", | ||
@@ -53,3 +53,3 @@ "lint-staged": "10.0.7", | ||
"reflect-metadata": "0.1.13", | ||
"rimraf": "3.0.1", | ||
"rimraf": "3.0.2", | ||
"rxjs": "6.5.4", | ||
@@ -56,0 +56,0 @@ "ts-jest": "25.2.0", |
@@ -10,3 +10,3 @@ <p align="center"> | ||
<p align="center">A progressive <a href="http://nodejs.org" target="blank">Node.js</a> framework for building efficient and scalable server-side applications, heavily inspired by <a href="https://angular.io" target="blank">Angular</a>.</p> | ||
<p align="center">A progressive <a href="http://nodejs.org" target="blank">Node.js</a> framework for building efficient and scalable server-side applications.</p> | ||
<p align="center"> | ||
@@ -13,0 +13,0 @@ <a href="https://www.npmjs.com/~nestjscore"><img src="https://img.shields.io/npm/v/@nestjs/core.svg" alt="NPM Version" /></a> |
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
24499
463