@sanity/client 3.0.3 → 3.0.4

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.3",
3
+ "version": "3.0.4",
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
@@ -108,6 +108,7 @@ interface SanityProject {
108
108
 
109
109
  type GetItRequester = {
110
110
  use: (middleware: any) => GetItRequester
111
+ clone(): GetItRequester
111
112
  }
112
113
 
113
114
  export interface UploadOptions {