@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.js
CHANGED
|
@@ -1565,7 +1565,7 @@ function defineDeprecatedCreateClient(createClient2) {
|
|
|
1565
1565
|
return printNoDefaultExport(), createClient2(config);
|
|
1566
1566
|
};
|
|
1567
1567
|
}
|
|
1568
|
-
var name = "@sanity/client", version = "
|
|
1568
|
+
var name = "@sanity/client", version = "7.0.0";
|
|
1569
1569
|
const middleware = [
|
|
1570
1570
|
debug({ verbose: !0, namespace: "sanity:client" }),
|
|
1571
1571
|
headers({ "User-Agent": `${name} ${version}` }),
|