Skip to content

@zayne-labs/callapi@1.11.30

Choose a tag to compare

@github-actions github-actions released this 01 Dec 11:44
· 9 commits to main since this release
5919242

Patch Changes

  • 026a76c: refactor(callapi): improve type inference and global declarations ♻️

    fix(callapi): move ReadableStream global declaration to reset.d.ts to prevent tsdown for always bundling it 🚚

    feat(callapi): use NoInferUnMasked helper for over NoInfer for better tooltips ✨

    fix(callapi, types): add NoInfer usage to sharedOptions type to prevent middlewares and hooks from inferring the data and error as unknown🔧