@sanity/sdk 2.14.0 → 2.14.1

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.
@@ -1,5 +1,5 @@
1
1
  import { getEnv } from "./createGroqSearchFilter.js";
2
- var version = "2.14.0";
2
+ var version = "2.14.1";
3
3
  const CORE_SDK_VERSION = getEnv("PKG_VERSION") || `${version}-development`;
4
4
  export {
5
5
  CORE_SDK_VERSION
package/dist/index.d.ts CHANGED
@@ -4,7 +4,7 @@ import { CurrentUser, Mutation, PatchOperations, Role, SanityDocument, SanityDoc
4
4
  import { Observable, Subject } from "rxjs";
5
5
  import { SanityDocument as SanityDocument$3, SanityProjectionResult } from "groq";
6
6
  import { ChannelInput, ChannelInstance, Controller, Message, Node, NodeInput, Status } from "@sanity/comlink";
7
- import { PatchMutation } from "/home/runner/work/sdk/sdk/node_modules/.pnpm/@sanity+mutate@0.18.0_xstate@5.31.1/node_modules/@sanity/mutate/dist/_unstable_store.js";
7
+ import { PatchMutation } from "@sanity/mutate/_unstable_store";
8
8
  import { ExprNode } from "groq-js";
9
9
  import { CanvasResource as CanvasResource$1, MediaResource, StudioResource } from "@sanity/message-protocol";
10
10
  import { getIndexForKey, getPathDepth, joinPaths, jsonMatch, slicePath, stringifyPath } from "@sanity/json-match";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/sdk",
3
- "version": "2.14.0",
3
+ "version": "2.14.1",
4
4
  "private": false,
5
5
  "description": "Sanity SDK",
6
6
  "keywords": [
@@ -57,7 +57,7 @@
57
57
  "@sanity/image-url": "^2.1.1",
58
58
  "@sanity/json-match": "^1.0.5",
59
59
  "@sanity/message-protocol": "^0.23.0",
60
- "@sanity/mutate": "^0.18.0",
60
+ "@sanity/mutate": "^0.18.1",
61
61
  "@sanity/telemetry": "^1.1.0",
62
62
  "@sanity/types": "^6.0.0",
63
63
  "groq": "3.88.1-typegen-experimental.0",
@@ -68,21 +68,21 @@
68
68
  },
69
69
  "devDependencies": {
70
70
  "@sanity/browserslist-config": "^1.0.5",
71
- "@sanity/pkg-utils": "^10.5.3",
72
- "@sanity/prettier-config": "^1.0.6",
71
+ "@sanity/pkg-utils": "^10.5.5",
72
+ "@sanity/prettier-config": "^3.0.0",
73
73
  "@types/node": "^24.12.4",
74
74
  "@vitest/coverage-v8": "^4.1.8",
75
75
  "eslint": "^9.39.4",
76
- "prettier": "^3.8.3",
77
- "rollup-plugin-visualizer": "^5.14.0",
76
+ "prettier": "^3.8.4",
77
+ "rollup-plugin-visualizer": "^6.0.11",
78
78
  "typescript": "^5.9.3",
79
79
  "vite": "^7.3.5",
80
80
  "vitest": "^4.1.8",
81
81
  "@repo/config-eslint": "0.0.0",
82
82
  "@repo/config-test": "0.0.1",
83
- "@repo/package.bundle": "3.82.0",
84
83
  "@repo/package.config": "0.0.1",
85
- "@repo/tsconfig": "0.0.1"
84
+ "@repo/tsconfig": "0.0.1",
85
+ "@repo/package.bundle": "3.82.0"
86
86
  },
87
87
  "publishConfig": {
88
88
  "access": "public"