@ms-cloudpack/common-types
Advanced tools
Comparing version 0.8.2 to 0.9.0
@@ -8,5 +8,15 @@ import type { GeneratedConfig } from './GeneratedConfig.js'; | ||
export type CloudpackConfig = AppConfig & { | ||
/** | ||
* The path to the app's package. | ||
*/ | ||
appPath: string; | ||
/** | ||
* Mode to run the app in. | ||
*/ | ||
mode: BundleMode; | ||
/** | ||
* Generated config settings. | ||
*/ | ||
generated: GeneratedConfig; | ||
}; | ||
//# sourceMappingURL=CloudpackConfig.d.ts.map |
{ | ||
"name": "@ms-cloudpack/common-types", | ||
"version": "0.8.2", | ||
"version": "0.9.0", | ||
"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
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
193658
3262