eik-ci-utils
Advanced tools
Comparing version 0.10.5 to 0.10.6
{ | ||
"name": "eik-ci-utils", | ||
"version": "0.10.5", | ||
"version": "0.10.6", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -24,4 +24,3 @@ import eik from '@eik/cli' | ||
try { | ||
console.log("TRYING PUBLISH", { token: defaults.token, cwd, ...eikCtx }) | ||
const result = await eik.publish({ logger: console, token: defaults.token, cwd, ...eikCtx }) | ||
const result = await eik.publish({ logger: console, token: defaults.token || process.env.token, cwd, ...eikCtx }) | ||
console.log(`Published ${result.name} version ${result.version}`) | ||
@@ -28,0 +27,0 @@ } catch (err) { |
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
3139
67
4