From 17e85d5de4dcbd40311d3c809f745fabdd6bc861 Mon Sep 17 00:00:00 2001 From: Lyndon Maydwell Date: Wed, 22 Nov 2023 13:58:58 +1000 Subject: [PATCH] Hotfixing stdout information logging for infer command --- CHANGELOG.md | 6 ++++++ src/infer.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ca95ce..29ed639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ This changelog documents the changes between release versions. Changes to be included in the next upcoming releaase. +## v0.14.1 + +Hotfix for infer bug: + +* Fixes: Infer command logging informational output on stdout + ## v0.14 PR: https://github.com/hasura/ndc-typescript-deno/pull/70 diff --git a/src/infer.ts b/src/infer.ts index c2db92e..6beb3ae 100644 --- a/src/infer.ts +++ b/src/infer.ts @@ -219,7 +219,7 @@ function listing(prompt: string, positions: FunctionPositions, info: Array