sanity 5.18.0 → 5.18.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,4 +1,4 @@
1
- var version = "5.18.0";
1
+ var version = "5.18.1-next.2+0c59a220a9";
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
- "5.18.0";
10
+ "5.18.1-next.2+0c59a220a9";
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": "5.18.0",
3
+ "version": "5.18.1-next.2+0c59a220a9",
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
  "cms",
@@ -176,11 +176,11 @@
176
176
  "uuid": "^11.1.0",
177
177
  "web-vitals": "^5.1.0",
178
178
  "xstate": "^5.25.1",
179
- "@sanity/diff": "5.18.0",
180
- "@sanity/mutator": "5.18.0",
181
- "@sanity/types": "5.18.0",
182
- "@sanity/schema": "5.18.0",
183
- "@sanity/util": "5.18.0"
179
+ "@sanity/diff": "5.18.1-next.2+0c59a220a9",
180
+ "@sanity/schema": "5.18.1-next.2+0c59a220a9",
181
+ "@sanity/types": "5.18.1-next.2+0c59a220a9",
182
+ "@sanity/mutator": "5.18.1-next.2+0c59a220a9",
183
+ "@sanity/util": "5.18.1-next.2+0c59a220a9"
184
184
  },
185
185
  "devDependencies": {
186
186
  "@playwright/experimental-ct-react": "1.58.2",
@@ -226,11 +226,11 @@
226
226
  "vite": "^7.3.1",
227
227
  "vitest": "^4.0.18",
228
228
  "vitest-package-exports": "^1.1.2",
229
- "@repo/test-config": "5.18.0",
230
- "@repo/package.config": "5.18.0",
231
- "@repo/eslint-config": "5.18.0",
232
- "@repo/tsconfig": "5.18.0",
233
- "@repo/package.bundle": "5.18.0"
229
+ "@repo/eslint-config": "5.18.1-next.2+0c59a220a9",
230
+ "@repo/package.bundle": "5.18.1-next.2+0c59a220a9",
231
+ "@repo/test-config": "5.18.1-next.2+0c59a220a9",
232
+ "@repo/tsconfig": "5.18.1-next.2+0c59a220a9",
233
+ "@repo/package.config": "5.18.1-next.2+0c59a220a9"
234
234
  },
235
235
  "peerDependencies": {
236
236
  "react": "^19.2.2",