@sanity/client 6.25.1-canary.0 → 6.26.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/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1644,7 +1644,7 @@ function defineDeprecatedCreateClient(createClient2) {
|
|
|
1644
1644
|
return printNoDefaultExport(), createClient2(config);
|
|
1645
1645
|
};
|
|
1646
1646
|
}
|
|
1647
|
-
var name = "@sanity/client", version = "6.
|
|
1647
|
+
var name = "@sanity/client", version = "6.26.0";
|
|
1648
1648
|
const middleware = [
|
|
1649
1649
|
middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),
|
|
1650
1650
|
middleware$1.headers({ "User-Agent": `${name} ${version}` }),
|
package/dist/index.js
CHANGED
|
@@ -1626,7 +1626,7 @@ function defineDeprecatedCreateClient(createClient2) {
|
|
|
1626
1626
|
return printNoDefaultExport(), createClient2(config);
|
|
1627
1627
|
};
|
|
1628
1628
|
}
|
|
1629
|
-
var name = "@sanity/client", version = "6.
|
|
1629
|
+
var name = "@sanity/client", version = "6.26.0";
|
|
1630
1630
|
const middleware = [
|
|
1631
1631
|
debug({ verbose: !0, namespace: "sanity:client" }),
|
|
1632
1632
|
headers({ "User-Agent": `${name} ${version}` }),
|