sanity 5.17.0-next.32 → 5.17.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.
|
@@ -7462,8 +7462,8 @@ declare function useScheduleAction(props: DocumentActionProps): {
|
|
|
7462
7462
|
icon: react.ForwardRefExoticComponent<Omit<react.SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
7463
7463
|
label: string;
|
|
7464
7464
|
title: react.JSX.Element;
|
|
7465
|
-
dialog?: undefined;
|
|
7466
7465
|
onHandle?: undefined;
|
|
7466
|
+
dialog?: undefined;
|
|
7467
7467
|
} | {
|
|
7468
7468
|
dialog: false | DocumentActionModalDialogProps;
|
|
7469
7469
|
disabled: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var version = "5.17.0
|
|
1
|
+
var version = "5.17.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
|
-
"5.17.0
|
|
10
|
+
"5.17.0";
|
|
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.17.0
|
|
3
|
+
"version": "5.17.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",
|
|
@@ -176,18 +176,18 @@
|
|
|
176
176
|
"uuid": "^11.1.0",
|
|
177
177
|
"web-vitals": "^5.1.0",
|
|
178
178
|
"xstate": "^5.25.1",
|
|
179
|
-
"@sanity/
|
|
180
|
-
"@sanity/schema": "5.17.0
|
|
181
|
-
"@sanity/
|
|
182
|
-
"@sanity/
|
|
183
|
-
"@sanity/
|
|
179
|
+
"@sanity/diff": "5.17.0",
|
|
180
|
+
"@sanity/schema": "5.17.0",
|
|
181
|
+
"@sanity/util": "5.17.0",
|
|
182
|
+
"@sanity/types": "5.17.0",
|
|
183
|
+
"@sanity/mutator": "5.17.0"
|
|
184
184
|
},
|
|
185
185
|
"devDependencies": {
|
|
186
186
|
"@playwright/experimental-ct-react": "1.57.0",
|
|
187
187
|
"@playwright/test": "1.57.0",
|
|
188
188
|
"@sanity/eslint-config-i18n": "^2.0.0",
|
|
189
189
|
"@sanity/generate-help-url": "^4.0.0",
|
|
190
|
-
"@sanity/pkg-utils": "^10.4.
|
|
190
|
+
"@sanity/pkg-utils": "^10.4.10",
|
|
191
191
|
"@sanity/visual-editing-csm": "^3.0.5",
|
|
192
192
|
"@sentry/types": "^8.55.0",
|
|
193
193
|
"@testing-library/jest-dom": "^6.9.1",
|
|
@@ -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/eslint-config": "5.17.0
|
|
230
|
-
"@repo/package.config": "5.17.0
|
|
231
|
-
"@repo/
|
|
232
|
-
"@repo/
|
|
233
|
-
"@repo/
|
|
229
|
+
"@repo/eslint-config": "5.17.0",
|
|
230
|
+
"@repo/package.config": "5.17.0",
|
|
231
|
+
"@repo/package.bundle": "5.17.0",
|
|
232
|
+
"@repo/test-config": "5.17.0",
|
|
233
|
+
"@repo/tsconfig": "5.17.0"
|
|
234
234
|
},
|
|
235
235
|
"peerDependencies": {
|
|
236
236
|
"react": "^19.2.2",
|