@ms-cloudpack/common-types
Advanced tools
Comparing version 0.24.0 to 0.24.1
@@ -11,2 +11,4 @@ import type { Feature } from './Feature.js'; | ||
disableSourceMaps: Feature; | ||
/** Enables the file watcher to be spawned in a forked process. */ | ||
enableWatcherInFork: Feature; | ||
/** Enabled cloud-hosted application */ | ||
@@ -13,0 +15,0 @@ enableCloudHosted: Feature; |
@@ -13,2 +13,4 @@ /** | ||
disableSourceMaps: { description: 'Disables the generation of source-maps during build.' }, | ||
/** Enables the file watcher to be spawned in a forked process. */ | ||
enableWatcherInFork: { description: 'Enables the file watcher to be spawned in a forked process.' }, | ||
/** Enabled cloud-hosted application */ | ||
@@ -15,0 +17,0 @@ enableCloudHosted: { description: 'Enables cloud-hosted application.' }, |
{ | ||
"name": "@ms-cloudpack/common-types", | ||
"version": "0.24.0", | ||
"version": "0.24.1", | ||
"description": "Common types for Cloudpack.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -761,2 +761,5 @@ { | ||
}, | ||
"enableWatcherInFork": { | ||
"type": "boolean" | ||
}, | ||
"enableCloudHosted": { | ||
@@ -763,0 +766,0 @@ "type": "boolean" |
@@ -762,2 +762,5 @@ { | ||
}, | ||
"enableWatcherInFork": { | ||
"type": "boolean" | ||
}, | ||
"enableCloudHosted": { | ||
@@ -764,0 +767,0 @@ "type": "boolean" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
260536
3929