@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.7.0";
4514
+ var version = "2.8.0";
4515
4515
  const CORE_SDK_VERSION = getEnv("PKG_VERSION") || `${version}-development`;
4516
4516
  export {
4517
4517
  AuthStateType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/sdk",
3
- "version": "2.7.0",
3
+ "version": "2.8.0",
4
4
  "private": false,
5
5
  "description": "Sanity SDK",
6
6
  "keywords": [