@sanity/client 0.0.0-dev.6 → 0.0.0-dev.7
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.browser.cjs +0 -6
- package/dist/index.browser.cjs.map +1 -1
- package/dist/index.browser.js +0 -6
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs +1 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +1 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/data/dataMethods.ts +0 -5
- package/src/types.ts +0 -3
- package/umd/sanityClient.js +0 -6
- package/umd/sanityClient.min.js +3 -3
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@ export { adapter as unstable__adapter, environment as unstable__environment } fr
|
|
|
4
4
|
import { Observable, lastValueFrom } from 'rxjs';
|
|
5
5
|
import { map, filter } from 'rxjs/operators';
|
|
6
6
|
var name = "@sanity/client";
|
|
7
|
-
var version = "0.0.0-dev.
|
|
7
|
+
var version = "0.0.0-dev.7";
|
|
8
8
|
const middleware = [debug({
|
|
9
9
|
verbose: true,
|
|
10
10
|
namespace: "sanity:client"
|
|
@@ -819,12 +819,6 @@ function _requestObservable(client, httpRequest, options) {
|
|
|
819
819
|
...options.query
|
|
820
820
|
};
|
|
821
821
|
}
|
|
822
|
-
if (config.encodeHackySourceMap) {
|
|
823
|
-
options.query = {
|
|
824
|
-
encodeHackySourceMap: true,
|
|
825
|
-
...options.query
|
|
826
|
-
};
|
|
827
|
-
}
|
|
828
822
|
const reqOptions = requestOptions(config, Object.assign({}, options, {
|
|
829
823
|
url: _getUrl(client, uri, useCdn)
|
|
830
824
|
}));
|