Skip to content

Commit

Permalink
chore: bump ts client generator version in api-diff
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Aug 29, 2024
1 parent 681355c commit bdb55b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/deno/api-diff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`
}

Expand Down

0 comments on commit bdb55b8

Please sign in to comment.