From bdb55b86475b4eb3479b2172cebae55adb99b27c Mon Sep 17 00:00:00 2001 From: David Crespo Date: Thu, 29 Aug 2024 17:08:08 -0500 Subject: [PATCH] chore: bump ts client generator version in api-diff --- tools/deno/api-diff.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deno/api-diff.ts b/tools/deno/api-diff.ts index 6a211295f6..1c1d4a6d48 100755 --- a/tools/deno/api-diff.ts +++ b/tools/deno/api-diff.ts @@ -99,7 +99,7 @@ async function genForCommit(commit: string, force: boolean) { await $`rm -rf ${tmpDir}` await $`mkdir -p ${tmpDir}` console.log(`Generating for ${commit}...`) - await $`npx @oxide/openapi-gen-ts@0.1.14 ${specUrl(commit)} ${tmpDir}` + await $`npx @oxide/openapi-gen-ts@0.4.0 ${specUrl(commit)} ${tmpDir}` await $`npx prettier --write --log-level error ${tmpDir}` }