@contentful/rich-text-html-renderer
Advanced tools
Comparing version 12.0.2 to 12.0.3
{ | ||
"name": "@contentful/rich-text-html-renderer", | ||
"version": "12.0.2", | ||
"version": "12.0.3", | ||
"main": "dist/rich-text-html-renderer.es5.js", | ||
@@ -39,4 +39,3 @@ "typings": "dist/types/index.d.ts", | ||
"typescript": "^2.9.2" | ||
}, | ||
"gitHead": "0d5e5e3ced730f8393831764d95cc494d76eb5ea" | ||
} | ||
} |
@@ -55,3 +55,3 @@ # rich-text-html-renderer | ||
value: 'Hello', | ||
marks: [{ nodeType: 'bold' }], | ||
marks: [{ type: 'bold' }], | ||
}, | ||
@@ -61,3 +61,3 @@ { | ||
value: ' world!', | ||
marks: [{ nodeType: 'italic' }], | ||
marks: [{ type: 'italic' }], | ||
}, | ||
@@ -87,3 +87,3 @@ ], | ||
value: 'Hello', | ||
marks: [{ nodeType: 'bold' }] | ||
marks: [{ type: 'bold' }] | ||
}, | ||
@@ -93,3 +93,3 @@ { | ||
value: ' world!', | ||
marks: [{ nodeType: 'italic' }] | ||
marks: [{ type: 'italic' }] | ||
}, | ||
@@ -96,0 +96,0 @@ ], |
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
109991
49