sanity 4.19.0-next.21 → 4.19.0-next.23
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.
|
@@ -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.19.0-next.
|
|
11
|
+
"4.19.0-next.23+c811d05133";
|
|
12
12
|
} catch {
|
|
13
13
|
}
|
|
14
14
|
const SANITY_VERSION = buildVersion || `${_package.version}-dev`;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var version = "4.19.0-next.
|
|
1
|
+
var version = "4.19.0-next.23+c811d05133";
|
|
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.19.0-next.
|
|
10
|
+
"4.19.0-next.23+c811d05133";
|
|
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.19.0-next.
|
|
3
|
+
"version": "4.19.0-next.23+c811d05133",
|
|
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",
|
|
@@ -270,13 +270,13 @@
|
|
|
270
270
|
"which": "^5.0.0",
|
|
271
271
|
"xstate": "^5.24.0",
|
|
272
272
|
"yargs": "^17.7.2",
|
|
273
|
-
"@sanity/cli": "4.19.0-next.
|
|
274
|
-
"@sanity/
|
|
275
|
-
"@sanity/
|
|
276
|
-
"@sanity/
|
|
277
|
-
"@sanity/
|
|
278
|
-
"@sanity/
|
|
279
|
-
"@sanity/
|
|
273
|
+
"@sanity/cli": "4.19.0-next.23+c811d05133",
|
|
274
|
+
"@sanity/migrate": "4.19.0-next.23+c811d05133",
|
|
275
|
+
"@sanity/mutator": "4.19.0-next.23+c811d05133",
|
|
276
|
+
"@sanity/diff": "4.19.0-next.23+c811d05133",
|
|
277
|
+
"@sanity/schema": "4.19.0-next.23+c811d05133",
|
|
278
|
+
"@sanity/types": "4.19.0-next.23+c811d05133",
|
|
279
|
+
"@sanity/util": "4.19.0-next.23+c811d05133"
|
|
280
280
|
},
|
|
281
281
|
"devDependencies": {
|
|
282
282
|
"@playwright/experimental-ct-react": "1.56.1",
|
|
@@ -321,13 +321,13 @@
|
|
|
321
321
|
"swr": "2.2.5",
|
|
322
322
|
"vitest": "^3.2.4",
|
|
323
323
|
"vitest-package-exports": "^0.1.1",
|
|
324
|
-
"@repo/dev-aliases": "4.19.0-next.
|
|
325
|
-
"@repo/
|
|
326
|
-
"@repo/package.
|
|
327
|
-
"@repo/
|
|
328
|
-
"@repo/test-config": "4.19.0-next.
|
|
329
|
-
"@
|
|
330
|
-
"@
|
|
324
|
+
"@repo/dev-aliases": "4.19.0-next.23+c811d05133",
|
|
325
|
+
"@repo/package.bundle": "4.19.0-next.23+c811d05133",
|
|
326
|
+
"@repo/package.config": "4.19.0-next.23+c811d05133",
|
|
327
|
+
"@repo/eslint-config": "4.19.0-next.23+c811d05133",
|
|
328
|
+
"@repo/test-config": "4.19.0-next.23+c811d05133",
|
|
329
|
+
"@sanity/codegen": "4.19.0-next.23+c811d05133",
|
|
330
|
+
"@repo/tsconfig": "4.19.0-next.23+c811d05133"
|
|
331
331
|
},
|
|
332
332
|
"peerDependencies": {
|
|
333
333
|
"react": "^18 || ^19",
|