Comparing version 0.35.0 to 0.35.1
@@ -58,4 +58,4 @@ "use strict"; | ||
if (context.options.github) { | ||
console.log(`fundingPrivateKey::${privateKey}`); | ||
console.log(`fundingAddress::${address}`); | ||
console.log(`fundingPrivateKey=${privateKey}`); | ||
console.log(`fundingAddress=${address}`); | ||
} | ||
@@ -62,0 +62,0 @@ else { |
{ | ||
"name": "cafe-tui", | ||
"version": "0.35.0", | ||
"version": "0.35.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -50,4 +50,4 @@ import { Command, Group, Parser } from 'cafe-args' | ||
if (context.options.github) { | ||
console.log(`fundingPrivateKey::${privateKey}`) | ||
console.log(`fundingAddress::${address}`) | ||
console.log(`fundingPrivateKey=${privateKey}`) | ||
console.log(`fundingAddress=${address}`) | ||
} else { | ||
@@ -54,0 +54,0 @@ console.log({ privateKey }) |
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
135831