@contentful/default-field-editors 1.6.15 → 1.6.16
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.
|
@@ -4,7 +4,7 @@ type FieldWrapperProps = {
|
|
|
4
4
|
name: string;
|
|
5
5
|
sdk: FieldAppSDK;
|
|
6
6
|
/**
|
|
7
|
-
* Generates a link to another entry with the same value when a "non unique" validation error occurs
|
|
7
|
+
* Generates a link to another entry with the same value when a "non unique" validation error occurs.
|
|
8
8
|
*/
|
|
9
9
|
getEntryURL?: (entry: Entry) => string;
|
|
10
10
|
className?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/default-field-editors",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.16",
|
|
4
4
|
"main": "dist/cjs/index.js",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"types": "dist/types/index.d.ts",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@contentful/field-editor-number": "^1.3.7",
|
|
49
49
|
"@contentful/field-editor-radio": "^1.4.5",
|
|
50
50
|
"@contentful/field-editor-rating": "^1.4.5",
|
|
51
|
-
"@contentful/field-editor-reference": "^5.22.
|
|
52
|
-
"@contentful/field-editor-rich-text": "^3.17.
|
|
51
|
+
"@contentful/field-editor-reference": "^5.22.2",
|
|
52
|
+
"@contentful/field-editor-rich-text": "^3.17.2",
|
|
53
53
|
"@contentful/field-editor-shared": "^1.4.5",
|
|
54
54
|
"@contentful/field-editor-single-line": "^1.3.7",
|
|
55
55
|
"@contentful/field-editor-slug": "^1.4.5",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"registry": "https://npm.pkg.github.com/"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "e9e822565077a5de09c4daa930c5d8aef50910af"
|
|
72
72
|
}
|