sanity 4.14.0 → 4.14.1-next.2

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
  "use strict";
2
- var version = "4.14.0", peerDependencies = {
2
+ var version = "4.14.1-next.2+26bc655b52", peerDependencies = {
3
3
  "styled-components": "^6.1.15"
4
4
  };
5
5
  exports.peerDependencies = peerDependencies;
@@ -8,7 +8,7 @@ try {
8
8
  try {
9
9
  buildVersion = buildVersion || // This is replaced by `@sanity/pkg-utils` at build time
10
10
  // and must always be references by its full static name, e.g. no optional chaining, no `if (process && process.env)` etc.
11
- "4.14.0";
11
+ "4.14.1-next.2+26bc655b52";
12
12
  } catch {
13
13
  }
14
14
  const SANITY_VERSION = buildVersion || `${_package.version}-dev`;
@@ -1,4 +1,4 @@
1
- var version = "4.14.0";
1
+ var version = "4.14.1-next.2+26bc655b52";
2
2
  let buildVersion;
3
3
  try {
4
4
  buildVersion = process.env.PKG_BUILD_VERSION;
@@ -7,7 +7,7 @@ try {
7
7
  try {
8
8
  buildVersion = buildVersion || // This is replaced by `@sanity/pkg-utils` at build time
9
9
  // and must always be references by its full static name, e.g. no optional chaining, no `if (process && process.env)` etc.
10
- "4.14.0";
10
+ "4.14.1-next.2+26bc655b52";
11
11
  } catch {
12
12
  }
13
13
  const SANITY_VERSION = buildVersion || `${version}-dev`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity",
3
- "version": "4.14.0",
3
+ "version": "4.14.1-next.2+26bc655b52",
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",
@@ -140,10 +140,10 @@
140
140
  "@juggle/resize-observer": "^3.4.0",
141
141
  "@mux/mux-player-react": "^3.6.0",
142
142
  "@portabletext/block-tools": "^4.0.0",
143
- "@portabletext/editor": "^2.19.0",
143
+ "@portabletext/editor": "^2.19.2",
144
144
  "@portabletext/patches": "^2.0.0",
145
- "@portabletext/plugin-markdown-shortcuts": "^2.0.1",
146
- "@portabletext/plugin-one-line": "^2.1.0",
145
+ "@portabletext/plugin-markdown-shortcuts": "^3.0.3",
146
+ "@portabletext/plugin-one-line": "^2.1.2",
147
147
  "@portabletext/react": "^5.0.0",
148
148
  "@portabletext/toolkit": "^4.0.0",
149
149
  "@rexxars/react-json-inspector": "^9.0.1",
@@ -268,13 +268,13 @@
268
268
  "which": "^5.0.0",
269
269
  "xstate": "^5.23.0",
270
270
  "yargs": "^17.7.2",
271
- "@sanity/cli": "4.14.0",
272
- "@sanity/diff": "4.14.0",
273
- "@sanity/migrate": "4.14.0",
274
- "@sanity/mutator": "4.14.0",
275
- "@sanity/schema": "4.14.0",
276
- "@sanity/util": "4.14.0",
277
- "@sanity/types": "4.14.0"
271
+ "@sanity/cli": "4.14.1-next.2+26bc655b52",
272
+ "@sanity/migrate": "4.14.1-next.2+26bc655b52",
273
+ "@sanity/diff": "4.14.1-next.2+26bc655b52",
274
+ "@sanity/mutator": "4.14.1-next.2+26bc655b52",
275
+ "@sanity/schema": "4.14.1-next.2+26bc655b52",
276
+ "@sanity/types": "4.14.1-next.2+26bc655b52",
277
+ "@sanity/util": "4.14.1-next.2+26bc655b52"
278
278
  },
279
279
  "devDependencies": {
280
280
  "@playwright/experimental-ct-react": "1.56.1",
@@ -318,13 +318,13 @@
318
318
  "swr": "2.2.5",
319
319
  "vitest": "^3.2.4",
320
320
  "vitest-package-exports": "^0.1.1",
321
- "@repo/dev-aliases": "4.14.0",
322
- "@repo/eslint-config": "4.14.0",
323
- "@repo/package.bundle": "4.14.0",
324
- "@repo/package.config": "4.14.0",
325
- "@repo/test-config": "4.14.0",
326
- "@repo/tsconfig": "4.14.0",
327
- "@sanity/codegen": "4.14.0"
321
+ "@repo/eslint-config": "4.14.1-next.2+26bc655b52",
322
+ "@repo/dev-aliases": "4.14.1-next.2+26bc655b52",
323
+ "@repo/package.bundle": "4.14.1-next.2+26bc655b52",
324
+ "@repo/tsconfig": "4.14.1-next.2+26bc655b52",
325
+ "@repo/test-config": "4.14.1-next.2+26bc655b52",
326
+ "@sanity/codegen": "4.14.1-next.2+26bc655b52",
327
+ "@repo/package.config": "4.14.1-next.2+26bc655b52"
328
328
  },
329
329
  "peerDependencies": {
330
330
  "react": "^18 || ^19",