@knit/needle
Advanced tools
Comparing version 0.0.0-14f49ec to 0.0.0-195eb50
@@ -11,5 +11,5 @@ "use strict"; | ||
const ROOT_DIR = process.env.PWD || process.cwd() || ""; | ||
const WORKSPACE = pathJoin(process.env.KNIT_WORKING_DIR || "src/packages"); | ||
const WORKSPACE = pathJoin(process.env.KNIT_WORKING_DIR || "packages"); | ||
const OUTPUT_DIR = pathJoin(process.env.KNIT_OUTPUT_DIR || "dist"); | ||
const TEST_DIR_PATTERN = pathJoin(process.env.TEST_DIR_PATTERN || "__tests__"); | ||
const IGNORE_DIRS = (process.env.IGNORE_DIRS || "__tests__").split(",").map(d => pathJoin(d)); | ||
module.exports = { | ||
@@ -21,3 +21,3 @@ paths: { | ||
outputDirPath: pathJoin(ROOT_DIR, OUTPUT_DIR), | ||
testDirPattern: TEST_DIR_PATTERN | ||
ignoreDirPattern: IGNORE_DIRS | ||
}, | ||
@@ -24,0 +24,0 @@ pkg: { |
@@ -21,3 +21,3 @@ { | ||
"description": "centralized config", | ||
"version": "0.0.0-14f49ec", | ||
"version": "0.0.0-195eb50", | ||
"dependencies": { | ||
@@ -24,0 +24,0 @@ "@knit/path-join": "0.8.3", |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
69301