@sanity/client 6.29.1 → 7.0.0
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/_chunks-cjs/resolveEditInfo.cjs.map +1 -1
- package/dist/_chunks-cjs/stegaEncodeSourceMap.cjs.map +1 -1
- package/dist/_chunks-es/resolveEditInfo.js.map +1 -1
- package/dist/_chunks-es/stegaEncodeSourceMap.js.map +1 -1
- package/dist/index.browser.cjs.map +1 -1
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
- package/src/csm/draftUtils.ts +1 -1
- package/src/util/shareReplayLatest.ts +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1582,7 +1582,7 @@ function defineDeprecatedCreateClient(createClient2) {
|
|
|
1582
1582
|
return config.printNoDefaultExport(), createClient2(config$1);
|
|
1583
1583
|
};
|
|
1584
1584
|
}
|
|
1585
|
-
var name = "@sanity/client", version = "
|
|
1585
|
+
var name = "@sanity/client", version = "7.0.0";
|
|
1586
1586
|
const middleware = [
|
|
1587
1587
|
middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),
|
|
1588
1588
|
middleware$1.headers({ "User-Agent": `${name} ${version}` }),
|