@ms-cloudpack/common-types
Advanced tools
Comparing version 0.24.4 to 0.24.5
@@ -19,6 +19,11 @@ import type { GeneratedConfig } from './GeneratedConfig.js'; | ||
/** | ||
* Mode to run the app in. | ||
* Mode to run the app in. This is set via the CLI and defaults to `'library'`. | ||
*/ | ||
mode: BundleMode; | ||
/** | ||
* If true, write `bundle-info.json`, `[bundler]-input.json`, and [bundler]-output.json` | ||
* files to the output folder. | ||
*/ | ||
logBundleInfo?: boolean; | ||
/** | ||
* Generated config settings. | ||
@@ -25,0 +30,0 @@ */ |
{ | ||
"name": "@ms-cloudpack/common-types", | ||
"version": "0.24.4", | ||
"version": "0.24.5", | ||
"description": "Common types for Cloudpack.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
264481
3976