@sanity/client 3.0.1 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/client",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "Client for retrieving, creating and patching data from Sanity.io",
5
5
  "main": "lib/sanityClient.js",
6
6
  "umd": "umd/sanityClient.min.js",
package/sanityClient.d.ts CHANGED
@@ -51,6 +51,7 @@ interface RawRequestOptions {
51
51
  timeout?: number
52
52
  proxy?: string
53
53
  body?: any
54
+ maxRedirects?: number
54
55
  }
55
56
 
56
57
  interface AuthProvider {