@sanity/client 7.11.0-cors-check.0 → 7.11.0-live-cors
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
|
@@ -2685,7 +2685,7 @@ function defineDeprecatedCreateClient(createClient2) {
|
|
|
2685
2685
|
return config.printNoDefaultExport(), createClient2(config$1);
|
|
2686
2686
|
};
|
|
2687
2687
|
}
|
|
2688
|
-
var name = "@sanity/client", version = "7.11.0-cors
|
|
2688
|
+
var name = "@sanity/client", version = "7.11.0-live-cors";
|
|
2689
2689
|
const middleware = [
|
|
2690
2690
|
middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),
|
|
2691
2691
|
middleware$1.headers({ "User-Agent": `${name} ${version}` }),
|
package/dist/index.js
CHANGED
|
@@ -2671,7 +2671,7 @@ function defineDeprecatedCreateClient(createClient2) {
|
|
|
2671
2671
|
return printNoDefaultExport(), createClient2(config);
|
|
2672
2672
|
};
|
|
2673
2673
|
}
|
|
2674
|
-
var name = "@sanity/client", version = "7.11.0-cors
|
|
2674
|
+
var name = "@sanity/client", version = "7.11.0-live-cors";
|
|
2675
2675
|
const middleware = [
|
|
2676
2676
|
debug({ verbose: !0, namespace: "sanity:client" }),
|
|
2677
2677
|
headers({ "User-Agent": `${name} ${version}` }),
|