create-hops-app
Advanced tools
Comparing version
@@ -6,2 +6,13 @@ # Change Log | ||
# [15.0.0-nightly.6](https://github.com/xing/hops/compare/v15.0.0-nightly.5...v15.0.0-nightly.6) (2021-06-30) | ||
### Bug Fixes | ||
* **create-hops-app:** add intermediary support for Node v16 ([87172b0](https://github.com/xing/hops/commit/87172b0d05e981b074636576371f4551c1d6f8ec)) | ||
# [15.0.0-nightly.5](https://github.com/xing/hops/compare/v15.0.0-nightly.4...v15.0.0-nightly.5) (2021-06-21) | ||
@@ -8,0 +19,0 @@ |
@@ -40,2 +40,6 @@ 'use strict'; | ||
} | ||
// TODO: remove this after PR #1878 has been released | ||
if (process.version.startsWith('v16')) { | ||
command.push('--ignore-engines'); | ||
} | ||
} else { | ||
@@ -42,0 +46,0 @@ command = |
{ | ||
"name": "create-hops-app", | ||
"version": "15.0.0-nightly.5", | ||
"version": "15.0.0-nightly.6", | ||
"description": "CLI tool to create Hops applications", | ||
@@ -11,3 +11,3 @@ "keywords": [ | ||
"engines": { | ||
"node": "12 || 14 || 15" | ||
"node": "12 || 14 || 15 || 16" | ||
}, | ||
@@ -32,3 +32,3 @@ "bin": { | ||
"homepage": "https://github.com/xing/hops/tree/master/packages/create-hops-app#readme", | ||
"gitHead": "296c72524ca1236a90ff670690a60579661978d9" | ||
"gitHead": "84a2305198baef51e802c869a1f3bee95ec321ac" | ||
} |
14163
3.19%308
1.32%