Skip to content

Commit bdb55b8

Browse files
committed
chore: bump ts client generator version in api-diff
1 parent 681355c commit bdb55b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/deno/api-diff.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ async function genForCommit(commit: string, force: boolean) {
9999
await $`rm -rf ${tmpDir}`
100100
await $`mkdir -p ${tmpDir}`
101101
console.log(`Generating for ${commit}...`)
102-
await $`npx @oxide/openapi-gen-ts@0.1.14 ${specUrl(commit)} ${tmpDir}`
102+
await $`npx @oxide/openapi-gen-ts@0.4.0 ${specUrl(commit)} ${tmpDir}`
103103
await $`npx prettier --write --log-level error ${tmpDir}`
104104
}
105105

0 commit comments

Comments
 (0)