@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.cjs CHANGED
@@ -1109,7 +1109,7 @@ function _instruct(client, httpRequest, request) {
1109
1109
  const dataset = config.hasDataset(client.config());
1110
1110
  return _request(client, httpRequest, {
1111
1111
  method: "POST",
1112
- uri: `/assist/tasks/instruct/${dataset}`,
1112
+ uri: `/instruct/${dataset}`,
1113
1113
  body: request
1114
1114
  });
1115
1115
  }
@@ -1550,7 +1550,7 @@ function defineDeprecatedCreateClient(createClient2) {
1550
1550
  return config.printNoDefaultExport(), createClient2(config$1);
1551
1551
  };
1552
1552
  }
1553
- var name = "@sanity/client", version = "6.28.3-instruct.2";
1553
+ var name = "@sanity/client", version = "6.28.3-instruct.3";
1554
1554
  const middleware = [
1555
1555
  middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),
1556
1556
  middleware$1.headers({ "User-Agent": `${name} ${version}` }),