@ms-cloudpack/common-types
Advanced tools
Comparing version 0.24.1 to 0.24.2
@@ -20,2 +20,6 @@ import type { Feature } from './Feature.js'; | ||
enableModuleWorkers: Feature; | ||
/** | ||
* Enables downloading bundles from remote cache instead of bundling. | ||
*/ | ||
enableRemoteCacheDownloads: Feature; | ||
/** Enables relative resource paths to be used in import map paths when useSingleWebServer is true. */ | ||
@@ -22,0 +26,0 @@ relativeImportMapPaths: Feature; |
@@ -24,2 +24,8 @@ /** | ||
}, | ||
/** | ||
* Enables downloading bundles from remote cache instead of bundling. | ||
*/ | ||
enableRemoteCacheDownloads: { | ||
description: 'Enables downloading bundles from remote cache instead of bundling.', | ||
}, | ||
/** Enables relative resource paths to be used in import map paths when useSingleWebServer is true. */ | ||
@@ -26,0 +32,0 @@ relativeImportMapPaths: { |
{ | ||
"name": "@ms-cloudpack/common-types", | ||
"version": "0.24.1", | ||
"version": "0.24.2", | ||
"description": "Common types for Cloudpack.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -770,2 +770,5 @@ { | ||
}, | ||
"enableRemoteCacheDownloads": { | ||
"type": "boolean" | ||
}, | ||
"relativeImportMapPaths": { | ||
@@ -772,0 +775,0 @@ "type": "boolean" |
@@ -771,2 +771,5 @@ { | ||
}, | ||
"enableRemoteCacheDownloads": { | ||
"type": "boolean" | ||
}, | ||
"relativeImportMapPaths": { | ||
@@ -773,0 +776,0 @@ "type": "boolean" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
261353
3945