sanity 3.84.1-next.1 → 3.84.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
1
  "use strict";
2
- const SANITY_VERSION = "3.84.1-next.1";
2
+ const SANITY_VERSION = "3.84.1-next.2";
3
3
  exports.SANITY_VERSION = SANITY_VERSION;
4
4
  //# sourceMappingURL=version.js.map
@@ -1,4 +1,4 @@
1
- const SANITY_VERSION = "3.84.1-next.1";
1
+ const SANITY_VERSION = "3.84.1-next.2";
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": "3.84.1-next.1",
3
+ "version": "3.84.1-next.2",
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",
@@ -156,11 +156,11 @@
156
156
  "@rexxars/react-json-inspector": "^9.0.1",
157
157
  "@sanity/asset-utils": "^2.0.6",
158
158
  "@sanity/bifur-client": "^0.4.1",
159
- "@sanity/cli": "3.84.1-next.1",
159
+ "@sanity/cli": "3.84.1-next.2",
160
160
  "@sanity/client": "^6.28.4",
161
161
  "@sanity/color": "^3.0.0",
162
162
  "@sanity/comlink": "^3.0.1",
163
- "@sanity/diff": "3.84.1-next.1",
163
+ "@sanity/diff": "3.84.1-next.2",
164
164
  "@sanity/diff-match-patch": "^3.1.1",
165
165
  "@sanity/diff-patch": "^5.0.0",
166
166
  "@sanity/eventsource": "^5.0.0",
@@ -170,15 +170,15 @@
170
170
  "@sanity/import": "^3.38.2",
171
171
  "@sanity/insert-menu": "^1.1.9",
172
172
  "@sanity/logos": "^2.1.13",
173
- "@sanity/migrate": "3.84.1-next.1",
174
- "@sanity/mutator": "3.84.1-next.1",
173
+ "@sanity/migrate": "3.84.1-next.2",
174
+ "@sanity/mutator": "3.84.1-next.2",
175
175
  "@sanity/presentation-comlink": "^1.0.15",
176
176
  "@sanity/preview-url-secret": "^2.1.7",
177
- "@sanity/schema": "3.84.1-next.1",
177
+ "@sanity/schema": "3.84.1-next.2",
178
178
  "@sanity/telemetry": "^0.8.0",
179
- "@sanity/types": "3.84.1-next.1",
179
+ "@sanity/types": "3.84.1-next.2",
180
180
  "@sanity/ui": "^2.15.13",
181
- "@sanity/util": "3.84.1-next.1",
181
+ "@sanity/util": "3.84.1-next.2",
182
182
  "@sanity/uuid": "^3.0.2",
183
183
  "@sentry/react": "^8.33.0",
184
184
  "@tanstack/react-table": "^8.16.0",
@@ -277,7 +277,7 @@
277
277
  "@repo/dev-aliases": "3.84.0",
278
278
  "@repo/package.config": "3.84.0",
279
279
  "@repo/test-config": "3.84.0",
280
- "@sanity/codegen": "3.84.1-next.1",
280
+ "@sanity/codegen": "3.84.1-next.2",
281
281
  "@sanity/generate-help-url": "^3.0.0",
282
282
  "@sanity/pkg-utils": "6.13.4",
283
283
  "@sanity/tsdoc": "1.0.169",
@@ -324,5 +324,5 @@
324
324
  "engines": {
325
325
  "node": ">=18"
326
326
  },
327
- "gitHead": "74017084301339fb28e635538c3292bd8bbaf4c6"
327
+ "gitHead": "4d4623a564198367850adfb2d81c71ec33e11e68"
328
328
  }