@gasket/resolve
Advanced tools
Comparing version 6.46.2-esm.8 to 6.46.2
@@ -24,9 +24,2 @@ const path = require('path'); | ||
const resolvedPath = tryResolve(absolutePath); | ||
console.log('-------------------'); | ||
console.log('gasket:resolve'); | ||
console.log('root', root); | ||
console.log('configFile', configFile); | ||
console.log('resolvedPath', resolvedPath); | ||
console.log('absolutePath', absolutePath); | ||
console.log('-------------------'); | ||
if (resolvedPath) { | ||
@@ -33,0 +26,0 @@ return require(resolvedPath); |
{ | ||
"name": "@gasket/resolve", | ||
"version": "6.46.2-esm.8", | ||
"version": "6.46.2", | ||
"description": "Essential module resolution & configuration management for gasket plugins & presets.", | ||
@@ -50,3 +50,3 @@ "main": "lib", | ||
"devDependencies": { | ||
"@gasket/engine": "^6.46.2-esm.8", | ||
"@gasket/engine": "^6.46.2", | ||
"@godaddy/dmd": "^1.0.4", | ||
@@ -80,3 +80,3 @@ "cross-env": "^7.0.3", | ||
}, | ||
"gitHead": "879c941aaffa0761ede4651fd2bc9a8e87bb9d19" | ||
"gitHead": "3a7337c7b0fb7ac588d2c4bf04dcee11e3f36e34" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
64745
1269