sanity 6.6.0-next.19 → 6.6.0-next.21

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 = "6.6.0-next.19+4a9b96c702";
1
+ var version = "6.6.0-next.21+03b46cbd15";
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
- "6.6.0-next.19+4a9b96c702";
10
+ "6.6.0-next.21+03b46cbd15";
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": "6.6.0-next.19",
3
+ "version": "6.6.0-next.21",
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",
@@ -153,17 +153,17 @@
153
153
  "uuid": "^14.0.1",
154
154
  "web-vitals": "^5.3.0",
155
155
  "xstate": "^5.32.2",
156
- "@sanity/diff": "6.6.0-next.19+4a9b96c702",
157
- "@sanity/mutator": "6.6.0-next.19+4a9b96c702",
158
- "@sanity/schema": "6.6.0-next.19+4a9b96c702",
159
- "@sanity/util": "6.6.0-next.19+4a9b96c702",
160
- "@sanity/types": "6.6.0-next.19+4a9b96c702"
156
+ "@sanity/diff": "6.6.0-next.21+03b46cbd15",
157
+ "@sanity/schema": "6.6.0-next.21+03b46cbd15",
158
+ "@sanity/mutator": "6.6.0-next.21+03b46cbd15",
159
+ "@sanity/types": "6.6.0-next.21+03b46cbd15",
160
+ "@sanity/util": "6.6.0-next.21+03b46cbd15"
161
161
  },
162
162
  "devDependencies": {
163
163
  "@rolldown/plugin-babel": "^0.2.3",
164
164
  "@sanity/generate-help-url": "^4.0.0",
165
165
  "@sanity/pkg-utils": "^10.9.0",
166
- "@sanity/visual-editing-csm": "^3.0.10",
166
+ "@sanity/visual-editing-csm": "^3.0.11",
167
167
  "@testing-library/jest-dom": "^6.9.1",
168
168
  "@testing-library/react": "^16.3.2",
169
169
  "@testing-library/user-event": "^14.6.1",
@@ -199,10 +199,10 @@
199
199
  "vitest": "^4.1.10",
200
200
  "vitest-browser-react": "^2.2.0",
201
201
  "vitest-package-exports": "^1.2.0",
202
- "@repo/package.bundle": "6.6.0-next.19+4a9b96c702",
203
- "@repo/package.config": "6.6.0-next.19+4a9b96c702",
204
- "@repo/test-config": "6.6.0-next.19+4a9b96c702",
205
- "@repo/tsconfig": "6.6.0-next.19+4a9b96c702"
202
+ "@repo/package.config": "6.6.0-next.21+03b46cbd15",
203
+ "@repo/package.bundle": "6.6.0-next.21+03b46cbd15",
204
+ "@repo/test-config": "6.6.0-next.21+03b46cbd15",
205
+ "@repo/tsconfig": "6.6.0-next.21+03b46cbd15"
206
206
  },
207
207
  "peerDependencies": {
208
208
  "react": "^19.2.2",