@contentful/rich-text-plain-text-renderer
Advanced tools
Comparing version 16.2.3 to 16.2.4
@@ -158,3 +158,3 @@ 'use strict'; | ||
_a[blocks_1.BLOCKS.TABLE_ROW] = [blocks_1.BLOCKS.TABLE_CELL, blocks_1.BLOCKS.TABLE_HEADER_CELL], | ||
_a[blocks_1.BLOCKS.TABLE_CELL] = [blocks_1.BLOCKS.PARAGRAPH], | ||
_a[blocks_1.BLOCKS.TABLE_CELL] = [blocks_1.BLOCKS.PARAGRAPH, blocks_1.BLOCKS.UL_LIST, blocks_1.BLOCKS.OL_LIST], | ||
_a[blocks_1.BLOCKS.TABLE_HEADER_CELL] = [blocks_1.BLOCKS.PARAGRAPH], | ||
@@ -161,0 +161,0 @@ _a); |
{ | ||
"name": "@contentful/rich-text-plain-text-renderer", | ||
"version": "16.2.3", | ||
"version": "16.2.4", | ||
"main": "dist/rich-text-plain-text-renderer.es5.js", | ||
@@ -28,3 +28,3 @@ "typings": "dist/types/index.d.ts", | ||
"dependencies": { | ||
"@contentful/rich-text-types": "^16.6.3" | ||
"@contentful/rich-text-types": "^16.7.0" | ||
}, | ||
@@ -34,3 +34,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "8781c61ef0380e0d4c16705b5d4850350012e0c9" | ||
"gitHead": "b08b39759d6e1366061420d1c59304bd8bffcfe1" | ||
} |
Sorry, the diff of this file is not supported yet
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
62337