@contentful/rich-text-types
Advanced tools
Comparing version 15.11.1 to 15.12.0
@@ -27,2 +27,3 @@ { | ||
"content": { | ||
"minItems": 1, | ||
"type": "array", | ||
@@ -29,0 +30,0 @@ "items": { |
@@ -26,2 +26,3 @@ { | ||
"content": { | ||
"minItems": 1, | ||
"type": "array", | ||
@@ -28,0 +29,0 @@ "items": { |
@@ -18,2 +18,3 @@ { | ||
"content": { | ||
"minItems": 1, | ||
"type": "array", | ||
@@ -55,2 +56,3 @@ "items": { | ||
"content": { | ||
"minItems": 1, | ||
"type": "array", | ||
@@ -57,0 +59,0 @@ "items": { |
@@ -18,2 +18,3 @@ { | ||
"content": { | ||
"minItems": 1, | ||
"type": "array", | ||
@@ -46,2 +47,3 @@ "items": { | ||
"content": { | ||
"minItems": 1, | ||
"type": "array", | ||
@@ -83,2 +85,3 @@ "items": { | ||
"content": { | ||
"minItems": 1, | ||
"type": "array", | ||
@@ -85,0 +88,0 @@ "items": { |
@@ -136,2 +136,5 @@ import { BLOCKS } from './blocks'; | ||
}; | ||
/** | ||
* @minItems 1 | ||
*/ | ||
content: Paragraph[]; | ||
@@ -145,2 +148,5 @@ } | ||
data: EmptyNodeData; | ||
/** | ||
* @minItems 1 | ||
*/ | ||
content: TableCell[]; | ||
@@ -151,4 +157,7 @@ } | ||
data: EmptyNodeData; | ||
/** | ||
* @minItems 1 | ||
*/ | ||
content: TableRow[]; | ||
} | ||
export {}; |
{ | ||
"name": "@contentful/rich-text-types", | ||
"version": "15.11.1", | ||
"version": "15.12.0", | ||
"main": "dist/index.js", | ||
@@ -47,3 +47,3 @@ "typings": "dist/types/index.d.ts", | ||
}, | ||
"gitHead": "eb5dcd9da415fcbc25c3e935d392a8ad653fbaae" | ||
"gitHead": "c7e34bc0f0172728999b121af43df88995eec305" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
115168
4518