sanity 6.0.0-next.19 → 6.0.0

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.0.0-next.19+799cd6a310";
1
+ var version = "6.0.0";
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.0.0-next.19+799cd6a310";
10
+ "6.0.0";
11
11
  } catch {
12
12
  }
13
13
  const SANITY_VERSION = buildVersion || `${version}-dev`;
package/lib/cli.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  import { CliClientOptions, CliConfig, createCliConfig, defineCliConfig, getCliClient } from "@sanity/cli";
2
- import { StudioEnvVariablesOptions, getStudioEnvironmentVariables } from "/home/runner/work/sanity/sanity/node_modules/.pnpm/@sanity+cli@7.2.1_@babel+core@7.29.7_@babel+runtime@7.29.7_@noble+hashes@2.2.0_@types+n_8072a25ac29f2310bd0be40a7880f6cc/node_modules/@sanity/cli/dist/exports/_internal.js";
2
+ import { StudioEnvVariablesOptions, getStudioEnvironmentVariables } from "/home/runner/work/sanity/sanity/node_modules/.pnpm/@sanity+cli@7.2.2_@babel+core@7.29.7_@babel+runtime@7.29.7_@noble+hashes@2.2.0_@types+n_56b8fa5c2effb0808e75a9902c2e94b4/node_modules/@sanity/cli/dist/exports/_internal.js";
3
3
  export { type CliClientOptions, type CliConfig, type StudioEnvVariablesOptions, createCliConfig, defineCliConfig, getCliClient, getStudioEnvironmentVariables };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity",
3
- "version": "6.0.0-next.19",
3
+ "version": "6.0.0",
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",
@@ -105,7 +105,7 @@
105
105
  "@rexxars/react-json-inspector": "^9.0.1",
106
106
  "@sanity/asset-utils": "^2.3.0",
107
107
  "@sanity/bifur-client": "^1.0.0",
108
- "@sanity/cli": "^7.2.1",
108
+ "@sanity/cli": "^7.2.2",
109
109
  "@sanity/client": "^7.22.1",
110
110
  "@sanity/color": "^3.0.6",
111
111
  "@sanity/comlink": "^4.0.1",
@@ -177,13 +177,13 @@
177
177
  "use-hot-module-reload": "^2.0.0",
178
178
  "use-sync-external-store": "^1.6.0",
179
179
  "uuid": "^11.1.0",
180
- "web-vitals": "^5.1.0",
180
+ "web-vitals": "^5.3.0",
181
181
  "xstate": "^5.32.0",
182
- "@sanity/diff": "6.0.0-next.19+799cd6a310",
183
- "@sanity/mutator": "6.0.0-next.19+799cd6a310",
184
- "@sanity/schema": "6.0.0-next.19+799cd6a310",
185
- "@sanity/types": "6.0.0-next.19+799cd6a310",
186
- "@sanity/util": "6.0.0-next.19+799cd6a310"
182
+ "@sanity/diff": "6.0.0",
183
+ "@sanity/schema": "6.0.0",
184
+ "@sanity/mutator": "6.0.0",
185
+ "@sanity/util": "6.0.0",
186
+ "@sanity/types": "6.0.0"
187
187
  },
188
188
  "devDependencies": {
189
189
  "@rolldown/plugin-babel": "^0.2.3",
@@ -231,11 +231,11 @@
231
231
  "vitest": "^4.1.8",
232
232
  "vitest-browser-react": "^2.2.0",
233
233
  "vitest-package-exports": "^1.2.0",
234
- "@repo/eslint-config": "6.0.0-next.19+799cd6a310",
235
- "@repo/package.bundle": "6.0.0-next.19+799cd6a310",
236
- "@repo/package.config": "6.0.0-next.19+799cd6a310",
237
- "@repo/test-config": "6.0.0-next.19+799cd6a310",
238
- "@repo/tsconfig": "6.0.0-next.19+799cd6a310"
234
+ "@repo/eslint-config": "6.0.0",
235
+ "@repo/package.bundle": "6.0.0",
236
+ "@repo/package.config": "6.0.0",
237
+ "@repo/test-config": "6.0.0",
238
+ "@repo/tsconfig": "6.0.0"
239
239
  },
240
240
  "peerDependencies": {
241
241
  "react": "^19.2.2",