@sanity/client 6.28.3-instruct.2 → 6.28.3-instruct.3

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
@@ -1092,7 +1092,7 @@ function _instruct(client, httpRequest, request) {
1092
1092
  const dataset2 = hasDataset(client.config());
1093
1093
  return _request(client, httpRequest, {
1094
1094
  method: "POST",
1095
- uri: `/assist/tasks/instruct/${dataset2}`,
1095
+ uri: `/instruct/${dataset2}`,
1096
1096
  body: request
1097
1097
  });
1098
1098
  }
@@ -1533,7 +1533,7 @@ function defineDeprecatedCreateClient(createClient2) {
1533
1533
  return printNoDefaultExport(), createClient2(config);
1534
1534
  };
1535
1535
  }
1536
- var name = "@sanity/client", version = "6.28.3-instruct.2";
1536
+ var name = "@sanity/client", version = "6.28.3-instruct.3";
1537
1537
  const middleware = [
1538
1538
  debug({ verbose: !0, namespace: "sanity:client" }),
1539
1539
  headers({ "User-Agent": `${name} ${version}` }),