@sanity/sdk 0.0.0-alpha.30 → 0.0.0-alpha.31
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 +2 -2
package/dist/index.js
CHANGED
|
@@ -5381,7 +5381,7 @@ function createGroqSearchFilter(query) {
|
|
|
5381
5381
|
`${finalIncrementalToken}${WILDCARD_TOKEN}`
|
|
5382
5382
|
), `[@] match text::query("${processedTokens.join(" ").replace(/"/g, '\\"')}")`;
|
|
5383
5383
|
}
|
|
5384
|
-
var version = "0.0.0-alpha.
|
|
5384
|
+
var version = "0.0.0-alpha.31";
|
|
5385
5385
|
const CORE_SDK_VERSION = getEnv("PKG_VERSION") || `${version}-development`;
|
|
5386
5386
|
export {
|
|
5387
5387
|
AuthStateType,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/sdk",
|
|
3
|
-
"version": "0.0.0-alpha.
|
|
3
|
+
"version": "0.0.0-alpha.31",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Sanity SDK",
|
|
6
6
|
"keywords": [
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"prettier": "@sanity/prettier-config",
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@sanity/client": "^7.0.0",
|
|
46
|
-
"@sanity/comlink": "^3.0.
|
|
46
|
+
"@sanity/comlink": "^3.0.2",
|
|
47
47
|
"@sanity/diff-match-patch": "^3.2.0",
|
|
48
48
|
"@sanity/message-protocol": "^0.8.0",
|
|
49
49
|
"@sanity/mutate": "^0.12.4",
|