v0.26.0
- Add support for accounts.current endpoint (#178) f611136
- improve replicate.stream example (#197) cafb2a5
- Lint project with
publint(#193) 6dd5b21 - Update CI integration tests to run the Replicate tarball bfef365
- Safelist files to be added to the published package 685a86d
- Specify type field in package.json (#192) ddef501
- Update README.md to include commonjs examples 91ff08b
- Integration tests for common runtimes (#186) c26c3f0
- Encourage passing
fetchoption rather than patching the instance (#183) e204eff
https://github.com/replicate/replicate-javascript/compare/v0.25.2...v0.26.0
What's Changed
- Encourage passing
fetchoption rather than patching the instance by @aron in https://github.com/replicate/replicate-javascript/pull/183 - Integration tests for common runtimes by @aron in https://github.com/replicate/replicate-javascript/pull/186
- Specify
typefield inpackage.jsonby @mattt in https://github.com/replicate/replicate-javascript/pull/192 - List files to be included in the published package by @aron in https://github.com/replicate/replicate-javascript/pull/190
- Lint project with
publintby @mattt in https://github.com/replicate/replicate-javascript/pull/193 - improve
replicate.stream()example by @zeke in https://github.com/replicate/replicate-javascript/pull/197 - Add support for
accounts.currentendpoint by @mattt in https://github.com/replicate/replicate-javascript/pull/178
New Contributors
- @aron made their first contribution in https://github.com/replicate/replicate-javascript/pull/183
Full Changelog: https://github.com/replicate/replicate-javascript/compare/v0.25.2...v0.26.0