sanity 4.1.0-next.0-304db2b0ce-202507210748 → 4.1.0-next.0-7c6d157b5a-202507210749

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,4 +1,4 @@
1
1
  "use strict";
2
- const SANITY_VERSION = "4.1.0-next.0-304db2b0ce-202507210748";
2
+ const SANITY_VERSION = "4.1.0-next.0-7c6d157b5a-202507210749";
3
3
  exports.SANITY_VERSION = SANITY_VERSION;
4
4
  //# sourceMappingURL=version.js.map
@@ -1,4 +1,4 @@
1
- const SANITY_VERSION = "4.1.0-next.0-304db2b0ce-202507210748";
1
+ const SANITY_VERSION = "4.1.0-next.0-7c6d157b5a-202507210749";
2
2
  export {
3
3
  SANITY_VERSION
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity",
3
- "version": "4.1.0-next.0-304db2b0ce-202507210748",
3
+ "version": "4.1.0-next.0-7c6d157b5a-202507210749",
4
4
  "description": "Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches",
5
5
  "keywords": [
6
6
  "sanity",
@@ -160,7 +160,7 @@
160
160
  "@sanity/logos": "^2.2.1",
161
161
  "@sanity/media-library-types": "^1.0.0",
162
162
  "@sanity/message-protocol": "^0.13.0",
163
- "@sanity/presentation-comlink": "^1.0.23",
163
+ "@sanity/presentation-comlink": "^1.0.24",
164
164
  "@sanity/preview-url-secret": "^2.1.12",
165
165
  "@sanity/sdk": "2.1.0",
166
166
  "@sanity/telemetry": "^0.8.0",
@@ -265,13 +265,13 @@
265
265
  "which": "^5.0.0",
266
266
  "xstate": "^5.20.1",
267
267
  "yargs": "^17.3.0",
268
- "@sanity/diff": "4.1.0-next.0-304db2b0ce-202507210748",
269
- "@sanity/mutator": "4.1.0-next.0-304db2b0ce-202507210748",
270
- "@sanity/schema": "4.1.0-next.0-304db2b0ce-202507210748",
271
- "@sanity/types": "4.1.0-next.0-304db2b0ce-202507210748",
272
- "@sanity/cli": "4.1.0-next.0-304db2b0ce-202507210748",
273
- "@sanity/util": "4.1.0-next.0-304db2b0ce-202507210748",
274
- "@sanity/migrate": "4.1.0-next.0-304db2b0ce-202507210748"
268
+ "@sanity/migrate": "4.1.0-next.0-7c6d157b5a-202507210749",
269
+ "@sanity/cli": "4.1.0-next.0-7c6d157b5a-202507210749",
270
+ "@sanity/diff": "4.1.0-next.0-7c6d157b5a-202507210749",
271
+ "@sanity/mutator": "4.1.0-next.0-7c6d157b5a-202507210749",
272
+ "@sanity/types": "4.1.0-next.0-7c6d157b5a-202507210749",
273
+ "@sanity/schema": "4.1.0-next.0-7c6d157b5a-202507210749",
274
+ "@sanity/util": "4.1.0-next.0-7c6d157b5a-202507210749"
275
275
  },
276
276
  "devDependencies": {
277
277
  "@playwright/experimental-ct-react": "1.53.1",
@@ -317,10 +317,10 @@
317
317
  "vitest-package-exports": "^0.1.1",
318
318
  "@repo/dev-aliases": "4.0.1",
319
319
  "@repo/eslint-config": "4.1.0-next.0",
320
+ "@repo/test-config": "4.0.1",
320
321
  "@repo/package.bundle": "4.1.0-next.0",
321
322
  "@repo/package.config": "4.1.0-next.0",
322
- "@repo/test-config": "4.0.1",
323
- "@sanity/codegen": "4.1.0-next.0-304db2b0ce-202507210748"
323
+ "@sanity/codegen": "4.1.0-next.0-7c6d157b5a-202507210749"
324
324
  },
325
325
  "peerDependencies": {
326
326
  "react": "^18 || ^19",