cosmiconfig
Advanced tools
Comparing version 8.3.4 to 8.3.5
@@ -66,3 +66,3 @@ "use strict"; | ||
} | ||
return null; | ||
return await this.config.transform(null); | ||
}; | ||
@@ -69,0 +69,0 @@ if (this.searchCache) { |
@@ -66,3 +66,3 @@ "use strict"; | ||
} | ||
return null; | ||
return this.config.transform(null); | ||
}; | ||
@@ -69,0 +69,0 @@ if (this.searchCache) { |
{ | ||
"name": "cosmiconfig", | ||
"version": "8.3.4", | ||
"version": "8.3.5", | ||
"description": "Find and load configuration from a package.json property, rc file, TypeScript module, and more!", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
78217