@atjson/renderer-graphviz
Advanced tools
Comparing version 0.21.11 to 0.21.12
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.21.12](https://github.com/CondeNast/atjson/compare/@atjson/renderer-graphviz@0.21.11...@atjson/renderer-graphviz@0.21.12) (2019-12-20) | ||
### 🐛 Fixes | ||
- 🐛 use ES2018 for modules output because nullish coalescing and optional chaining is breaking | ||
## [0.21.11](https://github.com/CondeNast/atjson/compare/@atjson/renderer-graphviz@0.21.10...@atjson/renderer-graphviz@0.21.11) (2019-12-20) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@atjson/renderer-graphviz", | ||
"version": "0.21.11", | ||
"version": "0.21.12", | ||
"description": "Render documents into graphs to help with debugging", | ||
@@ -13,6 +13,6 @@ "main": "dist/commonjs/index.js", | ||
"dependencies": { | ||
"@atjson/hir": "0.21.11" | ||
"@atjson/hir": "0.21.12" | ||
}, | ||
"devDependencies": { | ||
"@atjson/document": "0.22.8" | ||
"@atjson/document": "0.22.9" | ||
}, | ||
@@ -22,3 +22,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "9ecf313b8bd5e11c9322f94fe760eba09a968d18" | ||
"gitHead": "a2377a2a566c553ebf8621c06104e825901c5433" | ||
} |
@@ -6,4 +6,4 @@ { | ||
"module": "esnext", | ||
"target": "esnext" | ||
"target": "ES2018" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
380606
+ Added@atjson/hir@0.21.12(transitive)
- Removed@atjson/hir@0.21.11(transitive)
Updated@atjson/hir@0.21.12