tiptap-parser
Advanced tools
Comparing version
@@ -1,2 +0,7 @@ | ||
## 0.1.2 (2024-06-21) | ||
## 0.2.0 (2024-07-24) | ||
### Features | ||
* export parse ([4b01089](https://github.com/tiavina-mika/tiptap-parser/commit/4b01089251d3b1916f20c30da7a822a995308e62)) | ||
@@ -0,4 +1,6 @@ | ||
import parse from 'html-react-parser'; | ||
import TiptapParser from './TiptapParser.js'; | ||
export { type TiptapProps, type ClassNamesProps } from './TiptapParser.js'; | ||
export { type HTMLReactParserOptions } from 'html-react-parser'; | ||
export { parse }; | ||
export { type HTMLReactParserOptions, } from 'html-react-parser'; | ||
export default TiptapParser; |
@@ -0,2 +1,4 @@ | ||
import parse from 'html-react-parser'; | ||
import TiptapParser from './TiptapParser.js'; | ||
export { parse }; | ||
export default TiptapParser; |
@@ -0,4 +1,6 @@ | ||
import parse from 'html-react-parser'; | ||
import TiptapParser from './TiptapParser.js'; | ||
export { type TiptapProps, type ClassNamesProps } from './TiptapParser.js'; | ||
export { type HTMLReactParserOptions } from 'html-react-parser'; | ||
export { parse }; | ||
export { type HTMLReactParserOptions, } from 'html-react-parser'; | ||
export default TiptapParser; |
@@ -6,3 +6,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.parse = void 0; | ||
const html_react_parser_1 = __importDefault(require("html-react-parser")); | ||
exports.parse = html_react_parser_1.default; | ||
const TiptapParser_1 = __importDefault(require("./TiptapParser")); | ||
exports.default = TiptapParser_1.default; |
{ | ||
"name": "tiptap-parser", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "HTML parser to React component built on the top of html-react-parser with code syntax highlighting", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
22213
2.09%335
2.76%