@sanity/sdk 2.7.0 → 2.8.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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4511,7 +4511,7 @@ function getCorsErrorProjectId(error) {
|
|
|
4511
4511
|
const projMatch = (error.message || "").match(/manage\/project\/([^/?#]+)/);
|
|
4512
4512
|
return projMatch ? projMatch[1] : null;
|
|
4513
4513
|
}
|
|
4514
|
-
var version = "2.
|
|
4514
|
+
var version = "2.8.0";
|
|
4515
4515
|
const CORE_SDK_VERSION = getEnv("PKG_VERSION") || `${version}-development`;
|
|
4516
4516
|
export {
|
|
4517
4517
|
AuthStateType,
|