oh-langfuse 0.1.42 → 0.1.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/cli.js +2 -2
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -244,7 +244,7 @@ async function ensureEnvironment(rl, target, options) {
244
244
  "Action Needed",
245
245
  missing.map(([name, hint]) => `${paint(name, t.red)} ${paint(hint, t.muted)}`)
246
246
  );
247
- if (!quiet) console.log("");
247
+ console.log("");
248
248
  await rl.question(`${paint("Press Enter after installing the missing dependency, or Ctrl+C to exit.", t.gold)} `);
249
249
  return false;
250
250
  }
@@ -778,7 +778,7 @@ async function setupLangfuseMenu(rl, options) {
778
778
 
779
779
  function printHelp() {
780
780
  renderBrand({ dryRun: false });
781
- if (!quiet) console.log("");
781
+ console.log("");
782
782
  renderSection("Usage", [
783
783
  "npx oh-langfuse@latest",
784
784
  "npx oh-langfuse@latest check opencode",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-langfuse",
3
- "version": "0.1.42",
3
+ "version": "0.1.43",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Use npm scripts to configure Claude Code / OpenCode / Codex with Langfuse tracing.",