@sanity/sdk 2.2.0-cors-check.3 → 2.2.0-cors-check.4

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 +2 -2
package/dist/index.js CHANGED
@@ -5521,7 +5521,7 @@ function validateFilter(filter2, index) {
5521
5521
  `${filterContext}: when using wildcard '*', it must be the only type in the array`
5522
5522
  );
5523
5523
  }
5524
- var version = "2.2.0-cors-check.3";
5524
+ var version = "2.2.0-cors-check.4";
5525
5525
  const CORE_SDK_VERSION = getEnv("PKG_VERSION") || `${version}-development`;
5526
5526
  export {
5527
5527
  AuthStateType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/sdk",
3
- "version": "2.2.0-cors-check.3",
3
+ "version": "2.2.0-cors-check.4",
4
4
  "private": false,
5
5
  "description": "Sanity SDK",
6
6
  "keywords": [
@@ -57,7 +57,7 @@
57
57
  "prettier": "@sanity/prettier-config",
58
58
  "dependencies": {
59
59
  "@sanity/bifur-client": "^0.4.1",
60
- "@sanity/client": "7.11.0-cors-check.5",
60
+ "@sanity/client": "7.11.0-cors-check.6",
61
61
  "@sanity/comlink": "^3.0.4",
62
62
  "@sanity/diff-match-patch": "^3.2.0",
63
63
  "@sanity/diff-patch": "^6.0.0",