@sanity/sdk 0.0.0-alpha.23 → 0.0.0-alpha.24
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 +4 -4
package/dist/index.js
CHANGED
|
@@ -4909,7 +4909,7 @@ const _getProjectionState = bindActionByDataset(
|
|
|
4909
4909
|
return state.set("updateLastLoadMoreRequest", updateLastLoadMoreRequest(timestamp, key)), await promise;
|
|
4910
4910
|
}
|
|
4911
4911
|
);
|
|
4912
|
-
var version = "0.0.0-alpha.
|
|
4912
|
+
var version = "0.0.0-alpha.24";
|
|
4913
4913
|
const CORE_SDK_VERSION = getEnv("PKG_VERSION") || `${version}-development`;
|
|
4914
4914
|
export {
|
|
4915
4915
|
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.24",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Sanity SDK",
|
|
6
6
|
"keywords": [
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@sanity/client": "^6.28.4",
|
|
46
46
|
"@sanity/comlink": "^3.0.1",
|
|
47
47
|
"@sanity/diff-match-patch": "^3.2.0",
|
|
48
|
-
"@sanity/mutate": "^0.12.
|
|
48
|
+
"@sanity/mutate": "^0.12.4",
|
|
49
49
|
"@sanity/types": "^3.78.1",
|
|
50
50
|
"@types/lodash-es": "^4.17.12",
|
|
51
51
|
"lodash-es": "^4.17.21",
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"vitest": "^3.1.1",
|
|
67
67
|
"@repo/config-eslint": "0.0.0",
|
|
68
68
|
"@repo/config-test": "0.0.1",
|
|
69
|
-
"@repo/
|
|
70
|
-
"@repo/
|
|
69
|
+
"@repo/tsconfig": "0.0.1",
|
|
70
|
+
"@repo/package.config": "0.0.1"
|
|
71
71
|
},
|
|
72
72
|
"engines": {
|
|
73
73
|
"node": ">=20.0.0"
|