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