@sanity/client 7.8.0 → 7.8.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/dist/index.d.cts CHANGED
@@ -1040,6 +1040,7 @@ export declare interface CurrentSanityUser {
1040
1040
  email: string
1041
1041
  profileImage: string | null
1042
1042
  role: string
1043
+ provider: string
1043
1044
  }
1044
1045
 
1045
1046
  /** @public */
package/dist/index.d.ts CHANGED
@@ -1040,6 +1040,7 @@ export declare interface CurrentSanityUser {
1040
1040
  email: string
1041
1041
  profileImage: string | null
1042
1042
  role: string
1043
+ provider: string
1043
1044
  }
1044
1045
 
1045
1046
  /** @public */
package/dist/index.js CHANGED
@@ -2560,7 +2560,7 @@ function defineDeprecatedCreateClient(createClient2) {
2560
2560
  return printNoDefaultExport(), createClient2(config);
2561
2561
  };
2562
2562
  }
2563
- var name = "@sanity/client", version = "7.8.0";
2563
+ var name = "@sanity/client", version = "7.8.1";
2564
2564
  const middleware = [
2565
2565
  debug({ verbose: !0, namespace: "sanity:client" }),
2566
2566
  headers({ "User-Agent": `${name} ${version}` }),