@travetto/manifest
Advanced tools
Comparing version 3.0.0-rc.8 to 3.0.0-rc.9
{ | ||
"name": "@travetto/manifest", | ||
"version": "3.0.0-rc.8", | ||
"version": "3.0.0-rc.9", | ||
"description": "Manifest support", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -174,3 +174,3 @@ import { readFileSync } from 'fs'; | ||
} catch { | ||
const text = execSync('npm query .workspace', { cwd: rootPath, encoding: 'utf8', env: {} }); | ||
const text = execSync('npm query .workspace', { cwd: rootPath, encoding: 'utf8', env: { PATH: process.env.PATH, NODE_PATH: process.env.NODE_PATH } }); | ||
const res: { location: string, name: string }[] = JSON.parse(text); | ||
@@ -177,0 +177,0 @@ const out = this.#workspaces[rootPath] = res.map(d => ({ sourcePath: d.location, name: d.name })); |
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
54160