@sanity/client 0.0.0-dev.4 → 0.0.0-dev.5

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.
@@ -804,9 +804,9 @@ function _requestObservable(client, httpRequest, options) {
804
804
  ...options.query
805
805
  };
806
806
  }
807
- if (config.encodeStegaSourceMap) {
807
+ if (config.resultSourceMap) {
808
808
  options.query = {
809
- encodeHackySourceMap: true,
809
+ resultSourceMap: true,
810
810
  ...options.query
811
811
  };
812
812
  }