@atjson/renderer-commonmark
Advanced tools
Comparing version 0.24.6 to 0.24.7
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.24.7](https://github.com/CondeNast/atjson/compare/@atjson/renderer-commonmark@0.24.6...@atjson/renderer-commonmark@0.24.7) (2021-06-01) | ||
**Note:** Version bump only for package @atjson/renderer-commonmark | ||
## [0.24.6](https://github.com/CondeNast/atjson/compare/@atjson/renderer-commonmark@0.24.5...@atjson/renderer-commonmark@0.24.6) (2021-05-07) | ||
@@ -8,0 +12,0 @@ |
@@ -18,3 +18,3 @@ import Document, { Annotation } from "@atjson/document"; | ||
text(text: string): string; | ||
root(): Generator<undefined, any, unknown>; | ||
root(): Iterator<void, string, string[]>; | ||
Bold(bold: Bold, context: Context): Generator<void, string, string[]>; | ||
@@ -21,0 +21,0 @@ Blockquote(): Generator<void, string, string[]>; |
@@ -18,3 +18,3 @@ import Document, { Annotation } from "@atjson/document"; | ||
text(text: string): string; | ||
root(): Generator<undefined, any, unknown>; | ||
root(): Iterator<void, string, string[]>; | ||
Bold(bold: Bold, context: Context): Generator<void, string, string[]>; | ||
@@ -21,0 +21,0 @@ Blockquote(): Generator<void, string, string[]>; |
{ | ||
"name": "@atjson/renderer-commonmark", | ||
"version": "0.24.6", | ||
"version": "0.24.7", | ||
"description": "Render atjson documents into commonmark", | ||
@@ -13,9 +13,9 @@ "main": "dist/commonjs/index.js", | ||
"devDependencies": { | ||
"@atjson/document": "0.24.3", | ||
"@atjson/source-commonmark": "0.23.6", | ||
"@atjson/document": "0.24.4", | ||
"@atjson/source-commonmark": "0.23.7", | ||
"@types/markdown-it": "0.0.9" | ||
}, | ||
"dependencies": { | ||
"@atjson/offset-annotations": "0.38.2", | ||
"@atjson/renderer-hir": "0.22.11" | ||
"@atjson/offset-annotations": "0.38.3", | ||
"@atjson/renderer-hir": "0.22.12" | ||
}, | ||
@@ -25,3 +25,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "b9c8d44eeee41847d648beefb37b4e6a54f9671e" | ||
"gitHead": "932e3ed1a438419979e4648cce80a4551227d966" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
20
204624
+ Added@atjson/hir@0.22.12(transitive)
+ Added@atjson/offset-annotations@0.38.3(transitive)
+ Added@atjson/renderer-hir@0.22.12(transitive)
- Removed@atjson/hir@0.22.11(transitive)
- Removed@atjson/offset-annotations@0.38.2(transitive)
- Removed@atjson/renderer-hir@0.22.11(transitive)
Updated@atjson/renderer-hir@0.22.12