@atjson/renderer-plain-text
Advanced tools
Comparing version 0.21.24 to 0.21.25
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.21.25](https://github.com/CondeNast/atjson/compare/@atjson/renderer-plain-text@0.21.24...@atjson/renderer-plain-text@0.21.25) (2020-02-20) | ||
**Note:** Version bump only for package @atjson/renderer-plain-text | ||
## [0.21.24](https://github.com/CondeNast/atjson/compare/@atjson/renderer-plain-text@0.21.23...@atjson/renderer-plain-text@0.21.24) (2020-02-20) | ||
@@ -8,0 +16,0 @@ |
@@ -5,4 +5,4 @@ import Document from "@atjson/document"; | ||
constructor(document: Document, ...args: any[]); | ||
root(): Iterator<void, string, string[]>; | ||
root(): Generator<undefined, any, unknown>; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -5,4 +5,4 @@ import Document from "@atjson/document"; | ||
constructor(document: Document, ...args: any[]); | ||
root(): Iterator<void, string, string[]>; | ||
root(): Generator<undefined, any, unknown>; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@atjson/renderer-plain-text", | ||
"version": "0.21.24", | ||
"version": "0.21.25", | ||
"description": "Render atjson documents in plain text", | ||
@@ -13,7 +13,7 @@ "main": "dist/commonjs/index.js", | ||
"devDependencies": { | ||
"@atjson/document": "0.22.11", | ||
"@atjson/source-html": "0.27.2" | ||
"@atjson/document": "0.23.0", | ||
"@atjson/source-html": "0.27.3" | ||
}, | ||
"dependencies": { | ||
"@atjson/renderer-hir": "0.21.14" | ||
"@atjson/renderer-hir": "0.22.0" | ||
}, | ||
@@ -23,3 +23,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "8400b8bb6b32db02577b111c420a1d58bbfd0d10" | ||
"gitHead": "a606a655b298fa8c73a201d1fca97c86d0632c53" | ||
} |
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
367403
+ Added@atjson/document@0.30.2(transitive)
+ Added@atjson/hir@0.22.0(transitive)
+ Added@atjson/renderer-hir@0.22.0(transitive)
- Removed@atjson/document@0.30.3(transitive)
- Removed@atjson/hir@0.21.14(transitive)
- Removed@atjson/renderer-hir@0.21.14(transitive)
Updated@atjson/renderer-hir@0.22.0