@sanity/client 3.3.5 → 3.3.6

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.3.5",
3
+ "version": "3.3.6",
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
@@ -545,7 +545,7 @@ export class Transaction extends BaseTransaction {
545
545
  commit(options?: BaseMutationOptions): Promise<MultipleMutationResult>
546
546
  }
547
547
 
548
- export class ObservableTransaction {
548
+ export class ObservableTransaction extends BaseTransaction {
549
549
  constructor(operations?: Mutation[], client?: ObservableSanityClient, transactionId?: string)
550
550
 
551
551
  /**