commonform-flatten
Advanced tools
Comparing version 0.6.1 to 0.7.0
{ | ||
"name": "commonform-flatten", | ||
"description": "flatten Common Forms", | ||
"version": "0.6.1", | ||
"version": "0.7.0", | ||
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (http://kemitchell.com)", | ||
"bugs": "https://github.com/commonform/commonform-flatten/issues", | ||
"dependencies": { | ||
"commonform-resolve": "0.6.x" | ||
"commonform-resolve": "0.7.x" | ||
}, | ||
@@ -10,0 +10,0 @@ "devDependencies": { |
@@ -23,6 +23,9 @@ Produces a useful intermediary representation for rendering in linear document formats, like [Office Open XML](https://npmjs.com/package/commonform-docx) and [terminal listings](https://npmjs.com/package/commonform-terminal). | ||
'after' ] } }, | ||
'after' ] }, | ||
'after', | ||
{ use: 'A Defined Term'} ] }, | ||
{ company: 'NewCo' }), | ||
[ { depth: 1, | ||
content: [ 'some text NewCo' ] }, | ||
content: [ | ||
'some text ', | ||
{ blank: 'company', value: 'NewCo' } ] }, | ||
{ depth: 2, | ||
@@ -70,3 +73,5 @@ heading: 'A', | ||
{ depth: 1, | ||
content: [ 'after' ] } ]) | ||
content: [ | ||
'after', | ||
{ use: 'A Defined Term' } ] } ]) | ||
``` |
4499
76
+ Addedcommonform-resolve@0.7.0(transitive)
- Removedcommonform-resolve@0.6.2(transitive)
Updatedcommonform-resolve@0.7.x