sanity 4.7.0-next.8 → 4.7.0-next.9

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.7.0-next.8+7c4a1451cd";
2
+ const SANITY_VERSION = "4.7.0-next.9+4f61f1088c";
3
3
  exports.SANITY_VERSION = SANITY_VERSION;
4
4
  //# sourceMappingURL=version.js.map
@@ -1,4 +1,4 @@
1
- const SANITY_VERSION = "4.7.0-next.8+7c4a1451cd";
1
+ const SANITY_VERSION = "4.7.0-next.9+4f61f1088c";
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.7.0-next.8+7c4a1451cd",
3
+ "version": "4.7.0-next.9+4f61f1088c",
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",
@@ -154,7 +154,7 @@
154
154
  "@sanity/export": "^4.0.1",
155
155
  "@sanity/icons": "^3.7.4",
156
156
  "@sanity/id-utils": "^1.0.0",
157
- "@sanity/image-url": "^1.1.0",
157
+ "@sanity/image-url": "^1.2.0",
158
158
  "@sanity/import": "^3.38.3",
159
159
  "@sanity/insert-menu": "^2.0.1",
160
160
  "@sanity/logos": "^2.2.2",
@@ -265,13 +265,13 @@
265
265
  "which": "^5.0.0",
266
266
  "xstate": "^5.21.0",
267
267
  "yargs": "^17.7.2",
268
- "@sanity/cli": "4.7.0-next.8+7c4a1451cd",
269
- "@sanity/diff": "4.7.0-next.8+7c4a1451cd",
270
- "@sanity/migrate": "4.7.0-next.8+7c4a1451cd",
271
- "@sanity/mutator": "4.7.0-next.8+7c4a1451cd",
272
- "@sanity/schema": "4.7.0-next.8+7c4a1451cd",
273
- "@sanity/util": "4.7.0-next.8+7c4a1451cd",
274
- "@sanity/types": "4.7.0-next.8+7c4a1451cd"
268
+ "@sanity/cli": "4.7.0-next.9+4f61f1088c",
269
+ "@sanity/diff": "4.7.0-next.9+4f61f1088c",
270
+ "@sanity/mutator": "4.7.0-next.9+4f61f1088c",
271
+ "@sanity/migrate": "4.7.0-next.9+4f61f1088c",
272
+ "@sanity/schema": "4.7.0-next.9+4f61f1088c",
273
+ "@sanity/types": "4.7.0-next.9+4f61f1088c",
274
+ "@sanity/util": "4.7.0-next.9+4f61f1088c"
275
275
  },
276
276
  "devDependencies": {
277
277
  "@playwright/experimental-ct-react": "1.55.0",
@@ -314,12 +314,12 @@
314
314
  "swr": "2.2.5",
315
315
  "vitest": "^3.2.4",
316
316
  "vitest-package-exports": "^0.1.1",
317
- "@repo/dev-aliases": "4.7.0-next.8+7c4a1451cd",
318
- "@repo/eslint-config": "4.7.0-next.8+7c4a1451cd",
319
- "@repo/package.bundle": "4.7.0-next.8+7c4a1451cd",
320
- "@repo/package.config": "4.7.0-next.8+7c4a1451cd",
321
- "@repo/test-config": "4.7.0-next.8+7c4a1451cd",
322
- "@sanity/codegen": "4.7.0-next.8+7c4a1451cd"
317
+ "@repo/dev-aliases": "4.7.0-next.9+4f61f1088c",
318
+ "@repo/eslint-config": "4.7.0-next.9+4f61f1088c",
319
+ "@repo/package.bundle": "4.7.0-next.9+4f61f1088c",
320
+ "@repo/package.config": "4.7.0-next.9+4f61f1088c",
321
+ "@repo/test-config": "4.7.0-next.9+4f61f1088c",
322
+ "@sanity/codegen": "4.7.0-next.9+4f61f1088c"
323
323
  },
324
324
  "peerDependencies": {
325
325
  "react": "^18 || ^19",