nestjs-i18n
Advanced tools
Comparing version 10.3.5 to 10.3.6
@@ -31,3 +31,2 @@ "use strict"; | ||
const path = require("path"); | ||
const chalk = require("chalk"); | ||
exports.logger = new common_1.Logger('I18nService'); | ||
@@ -93,3 +92,4 @@ const defaultOptions = { | ||
exports.logger.log(`Types generated in: ${this.i18nOptions.typesOutputPath}. | ||
${chalk.yellow(`Please also add it to your eslintignore file to avoid linting errors`)}`); | ||
Please also add it to your eslintignore file to avoid linting errors | ||
`); | ||
} | ||
@@ -96,0 +96,0 @@ else { |
{ | ||
"name": "nestjs-i18n", | ||
"version": "10.3.5", | ||
"version": "10.3.6", | ||
"homepage": "https://nestjs-i18n.com", | ||
@@ -5,0 +5,0 @@ "description": "The i18n module for Nest.", |
Sorry, the diff of this file is not supported yet
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
328594