@sanity/client 6.27.0-canary.0 → 6.27.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
|
@@ -1496,7 +1496,7 @@ function defineDeprecatedCreateClient(createClient2) {
|
|
|
1496
1496
|
return config.printNoDefaultExport(), createClient2(config$1);
|
|
1497
1497
|
};
|
|
1498
1498
|
}
|
|
1499
|
-
var name = "@sanity/client", version = "6.27.0
|
|
1499
|
+
var name = "@sanity/client", version = "6.27.0";
|
|
1500
1500
|
const middleware = [
|
|
1501
1501
|
middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),
|
|
1502
1502
|
middleware$1.headers({ "User-Agent": `${name} ${version}` }),
|
package/dist/index.js
CHANGED
|
@@ -1479,7 +1479,7 @@ function defineDeprecatedCreateClient(createClient2) {
|
|
|
1479
1479
|
return printNoDefaultExport(), createClient2(config);
|
|
1480
1480
|
};
|
|
1481
1481
|
}
|
|
1482
|
-
var name = "@sanity/client", version = "6.27.0
|
|
1482
|
+
var name = "@sanity/client", version = "6.27.0";
|
|
1483
1483
|
const middleware = [
|
|
1484
1484
|
debug({ verbose: !0, namespace: "sanity:client" }),
|
|
1485
1485
|
headers({ "User-Agent": `${name} ${version}` }),
|