@tinacms/schema-tools 1.7.2 → 1.7.3
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.
- package/dist/types/index.d.ts +3 -3
- package/package.json +2 -2
package/dist/types/index.d.ts
CHANGED
|
@@ -400,7 +400,7 @@ export interface Config<CMSCallback = undefined, FormifyCallback = undefined, Do
|
|
|
400
400
|
token?: string | null;
|
|
401
401
|
ui?: {
|
|
402
402
|
/**
|
|
403
|
-
* When using
|
|
403
|
+
* When using TinaCloud's branching feature, provide the URL for your given branch
|
|
404
404
|
*
|
|
405
405
|
* Eg. If you're deplying to Vercel, and your repo name is 'my-app',
|
|
406
406
|
* Vercel's preview URL would be based on the branch:
|
|
@@ -527,7 +527,7 @@ export interface Config<CMSCallback = undefined, FormifyCallback = undefined, Do
|
|
|
527
527
|
} | {
|
|
528
528
|
searchClient?: never;
|
|
529
529
|
/**
|
|
530
|
-
* Use the
|
|
530
|
+
* Use the TinaCloud search index
|
|
531
531
|
*/
|
|
532
532
|
tina: {
|
|
533
533
|
/**
|
|
@@ -554,7 +554,7 @@ export interface Config<CMSCallback = undefined, FormifyCallback = undefined, Do
|
|
|
554
554
|
maxSearchIndexFieldLength?: number;
|
|
555
555
|
};
|
|
556
556
|
/**
|
|
557
|
-
* Used to override the default
|
|
557
|
+
* Used to override the default TinaCloud API URL
|
|
558
558
|
*
|
|
559
559
|
* [mostly for internal use only]
|
|
560
560
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/schema-tools",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.3",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"exports": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"ts-jest": "^29.2.5",
|
|
33
33
|
"typescript": "^5.7.3",
|
|
34
34
|
"yup": "^0.32.11",
|
|
35
|
-
"@tinacms/scripts": "1.3.
|
|
35
|
+
"@tinacms/scripts": "1.3.4"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"react": ">=16.14.0",
|