@contentful/rich-text-html-renderer
Advanced tools
Comparing version 9.0.0 to 9.0.2
@@ -47,4 +47,4 @@ "use strict"; | ||
nodeType: 'document', | ||
nodeClass: 'block' | ||
nodeClass: 'block', | ||
}; | ||
//# sourceMappingURL=hr.js.map |
@@ -26,3 +26,3 @@ "use strict"; | ||
nodeType: inlineType, | ||
nodeClass: 'inline' | ||
nodeClass: 'inline', | ||
}, | ||
@@ -37,3 +37,3 @@ { | ||
nodeType: 'paragraph', | ||
nodeClass: 'block' | ||
nodeClass: 'block', | ||
}, | ||
@@ -43,3 +43,3 @@ ], | ||
nodeType: 'document', | ||
nodeClass: 'block' | ||
nodeClass: 'block', | ||
}; | ||
@@ -46,0 +46,0 @@ } |
{ | ||
"name": "@contentful/rich-text-html-renderer", | ||
"version": "9.0.0", | ||
"version": "9.0.2", | ||
"main": "dist/rich-text-html-renderer.es5.js", | ||
@@ -26,3 +26,3 @@ "typings": "dist/types/rich-text-html-renderer.d.ts", | ||
"dependencies": { | ||
"@contentful/rich-text-types": "^9.0.0" | ||
"@contentful/rich-text-types": "^9.0.2" | ||
}, | ||
@@ -41,3 +41,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "7d6edbf9e64ae9b9206ee5432c72c7e0b0236eb5" | ||
"gitHead": "e2b8b5509083bba1ea1e6839fd382c84019a76dc" | ||
} |
# rich-text-html-renderer | ||
HTML renderer for the Rich Text document. | ||
HTML renderer for the Contentful rich text field type. | ||
@@ -169,1 +169,2 @@ ## Installation | ||
- `CODE` | ||
71124
170