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