@gasket/resolve
Advanced tools
Comparing version 6.39.3 to 6.41.0
@@ -8,2 +8,4 @@ const path = require('path'); | ||
const debug = require('diagnostics')('gasket:resolve:config'); | ||
async function loadGasketConfigFile(root, env, commandId, configFile = 'gasket.config') { | ||
@@ -26,2 +28,4 @@ let gasketConfig = loadConfigFile(root, configFile); | ||
} | ||
debug(`Failed to resolve Gasket config file ${configFile} from root ${root}`); | ||
} | ||
@@ -28,0 +32,0 @@ |
{ | ||
"name": "@gasket/resolve", | ||
"version": "6.39.3", | ||
"version": "6.41.0", | ||
"description": "Essential module resolution & configuration management for gasket plugins & presets.", | ||
@@ -50,3 +50,3 @@ "main": "lib", | ||
"devDependencies": { | ||
"@gasket/engine": "^6.39.3", | ||
"@gasket/engine": "^6.41.0", | ||
"@godaddy/dmd": "^1.0.0", | ||
@@ -80,3 +80,3 @@ "eslint": "^8.7.0", | ||
}, | ||
"gitHead": "8de904cb37714771d3aa98a63c3ee58c6a692387" | ||
"gitHead": "d7e5fab3926a754a89fd778a455334fb7dc7e90b" | ||
} |
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
64427
1259