@sanity/client 6.22.3-canary.1 → 6.22.4
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/stegaEncodeSourceMap.cjs +2 -1
- package/dist/_chunks-cjs/stegaEncodeSourceMap.cjs.map +1 -1
- package/dist/_chunks-es/stegaEncodeSourceMap.js +2 -1
- package/dist/_chunks-es/stegaEncodeSourceMap.js.map +1 -1
- package/dist/index.browser.cjs.map +1 -1
- package/dist/index.browser.d.cts +2 -7
- package/dist/index.browser.d.ts +2 -7
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -7
- package/dist/index.d.ts +2 -7
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
- package/src/data/live.ts +1 -1
- package/src/defineCreateClient.ts +1 -1
- package/src/http/errors.ts +2 -7
- package/src/stega/filterDefault.ts +3 -2
- package/umd/sanityClient.js +2 -1
- package/umd/sanityClient.min.js +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1568,7 +1568,7 @@ function defineDeprecatedCreateClient(createClient2) {
|
|
|
1568
1568
|
return printNoDefaultExport(), createClient2(config);
|
|
1569
1569
|
};
|
|
1570
1570
|
}
|
|
1571
|
-
var name = "@sanity/client", version = "6.22.
|
|
1571
|
+
var name = "@sanity/client", version = "6.22.4";
|
|
1572
1572
|
const middleware = [
|
|
1573
1573
|
middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),
|
|
1574
1574
|
middleware$1.headers({ "User-Agent": `${name} ${version}` }),
|