@sanity/sdk 0.0.0-alpha.20 → 0.0.0-alpha.21

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.js CHANGED
@@ -4073,8 +4073,7 @@ const _resolveDocument = createAction(documentStore, () => function(doc) {
4073
4073
  switchMap(
4074
4074
  (client) => client.observable.request({
4075
4075
  uri: `/projects/${projectId}/datasets/${dataset}/acl`,
4076
- tag: "acl.get",
4077
- withCredentials: !0
4076
+ tag: "acl.get"
4078
4077
  })
4079
4078
  ),
4080
4079
  tap$1((datasetAcl) => state.set("setGrants", { grants: createGrantsLookup(datasetAcl) }))
@@ -4847,7 +4846,7 @@ const API_VERSION = "vX", usersStore = {
4847
4846
  resolveUsers,
4848
4847
  setOptions
4849
4848
  });
4850
- var version = "0.0.0-alpha.20";
4849
+ var version = "0.0.0-alpha.21";
4851
4850
  const CORE_SDK_VERSION = getEnv("PKG_VERSION") || `${version}-development`;
4852
4851
  export {
4853
4852
  AuthStateType,