@discoveryjs/cli
Advanced tools
Comparing version 2.0.0-beta.1 to 2.0.0-beta.2
@@ -1,2 +0,2 @@ | ||
## 2.0.0-beta.1 (05-02-2021) | ||
## 2.0.0-beta.2 (05-02-2021) | ||
@@ -3,0 +3,0 @@ - Boosted build by using `esbuild` and streaming writing |
@@ -66,3 +66,3 @@ const path = require('path'); | ||
darkmode: config.darkmode, | ||
data: modelConfig.data ? data : null | ||
data: modelConfig && modelConfig.data ? data : null | ||
}; | ||
@@ -69,0 +69,0 @@ |
{ | ||
"name": "@discoveryjs/cli", | ||
"version": "2.0.0-beta.1", | ||
"version": "2.0.0-beta.2", | ||
"description": "CLI tools to serve & build projects based on Discovery.js", | ||
@@ -5,0 +5,0 @@ "author": "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
121423
4