@sanity/client 6.22.2-canary.1 → 6.22.2
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
|
@@ -1543,7 +1543,7 @@ function defineDeprecatedCreateClient(createClient2) {
|
|
|
1543
1543
|
return printNoDefaultExport(), createClient2(config);
|
|
1544
1544
|
};
|
|
1545
1545
|
}
|
|
1546
|
-
var name = "@sanity/client", version = "6.22.2
|
|
1546
|
+
var name = "@sanity/client", version = "6.22.2";
|
|
1547
1547
|
const middleware = [
|
|
1548
1548
|
middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),
|
|
1549
1549
|
middleware$1.headers({ "User-Agent": `${name} ${version}` }),
|
package/dist/index.js
CHANGED
|
@@ -1525,7 +1525,7 @@ function defineDeprecatedCreateClient(createClient2) {
|
|
|
1525
1525
|
return printNoDefaultExport(), createClient2(config);
|
|
1526
1526
|
};
|
|
1527
1527
|
}
|
|
1528
|
-
var name = "@sanity/client", version = "6.22.2
|
|
1528
|
+
var name = "@sanity/client", version = "6.22.2";
|
|
1529
1529
|
const middleware = [
|
|
1530
1530
|
debug({ verbose: !0, namespace: "sanity:client" }),
|
|
1531
1531
|
headers({ "User-Agent": `${name} ${version}` }),
|