@atjson/hir
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/hir@0.21.11...@atjson/hir@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/hir@0.21.10...@atjson/hir@0.21.11) (2019-12-20) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@atjson/hir", | ||
"version": "0.21.11", | ||
"version": "0.21.12", | ||
"description": "Libraries for annotated JSON documents", | ||
@@ -22,3 +22,3 @@ "contributors": [ | ||
"devDependencies": { | ||
"@atjson/document": "0.22.8" | ||
"@atjson/document": "0.22.9" | ||
}, | ||
@@ -28,3 +28,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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
397203