nestjs-i18n
Advanced tools
Comparing version 8.3.1 to 8.3.2
@@ -178,4 +178,4 @@ "use strict"; | ||
provide: i18n_constants_1.I18N_OPTIONS, | ||
useFactory: async () => { | ||
return this.sanitizeI18nOptions(await options.useFactory()); | ||
useFactory: async (...args) => { | ||
return this.sanitizeI18nOptions(await options.useFactory(...args)); | ||
}, | ||
@@ -182,0 +182,0 @@ inject: options.inject || [], |
{ | ||
"name": "nestjs-i18n", | ||
"version": "8.3.1", | ||
"version": "8.3.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Toon van Strijp", |
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
205400
80
1393