Releases: replicate/replicate-javascript
Releases · replicate/replicate-javascript
v0.12.2
- Update devDependencies 91addd5
- Update package-lock.json d937b6a
- Update engines.node entry with npm, git, and yarn 32e6c10
- Add engines.node entry to package.json (#80) 415b35d
- Sleep after creating a prediction before polling for updates (#79) 9f9d09f
- Throw error when constructing client without required auth parameter (#77) a06fa0d
- Fix JSDoc linting issues (#75) fdbb5d0
What's Changed
- Fix JSDoc linting issues by @mattt in #75
- Throw error when constructing
Clientwithout requiredauthparameter by @mattt in #77 - Sleep after creating a prediction before polling for updates by @mattt in #79
- Add
engines.nodeentry topackage.jsonby @mattt in #80
Full Changelog: v0.12.1...v0.12.2
v0.12.1
What's Changed
Full Changelog: v0.12.0...v0.12.1
v0.12.0
v0.11.1
0.11.0
v0.10.0
v0.9.3
- Annotate optional fields correctly (#50) c0f0422
- Fix typo on predict_time property type declaration 4517596
- Document that request throws Error ae67411
- Configure
jsconfig.jsonandtsconfig.json(#47) be59552 - Configure path to tsconfig.json in .eslintrc.js f36a0e4
- Add lint step to CI workflow (#46) 059e331