Skip to content

Commit ea6b339

Browse files
committed
Release 0.8.8-beta1
1 parent 5b8c442 commit ea6b339

79 files changed

Lines changed: 2329 additions & 14856 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
node_modules
22
.DS_Store
3-
/dist
4-
.env
3+
/dist

.prettierignore

Lines changed: 0 additions & 17 deletions
This file was deleted.

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ retry limit (default: 2).
100100

101101
A request is deemed retriable when any of the following HTTP status codes is returned:
102102

103-
- [408](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/408) (Timeout)
104-
- [429](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429) (Too Many Requests)
105-
- [5XX](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500) (Internal Server Errors)
103+
- [408](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/408) (Timeout)
104+
- [429](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429) (Too Many Requests)
105+
- [5XX](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500) (Internal Server Errors)
106106

107107
Use the `maxRetries` request option to configure this behavior.
108108

@@ -139,12 +139,12 @@ controller.abort(); // aborts the request
139139
The SDK defaults to `node-fetch` but will use the global fetch client if present. The SDK works in the following
140140
runtimes:
141141

142-
- Node.js 18+
143-
- Vercel
144-
- Cloudflare Workers
145-
- Deno v1.25+
146-
- Bun 1.0+
147-
- React Native
142+
- Node.js 18+
143+
- Vercel
144+
- Cloudflare Workers
145+
- Deno v1.25+
146+
- Bun 1.0+
147+
- React Native
148148

149149
### Customizing Fetch Client
150150

0 commit comments

Comments
 (0)