@sanity/client 3.0.0 → 3.0.1

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.0",
3
+ "version": "3.0.1",
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
@@ -1,5 +1,5 @@
1
1
  /* eslint-disable no-dupe-class-members, @typescript-eslint/no-misused-new */
2
- import Observable from '@sanity/observable/minimal'
2
+ import type {Observable} from 'rxjs'
3
3
 
4
4
  export type AssetMetadataType =
5
5
  | 'location'