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

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