@lwc/features
Advanced tools
Comparing version 6.1.1 to 6.2.0
@@ -27,2 +27,3 @@ /** | ||
ENABLE_FORCE_SHADOW_MIGRATE_MODE: null, | ||
ENABLE_EXPERIMENTAL_SIGNALS: null, | ||
DISABLE_TEMPORARY_V5_COMPILER_SUPPORT: null, | ||
@@ -87,3 +88,3 @@ }; | ||
exports.setFeatureFlagForTest = setFeatureFlagForTest; | ||
/** version: 6.1.1 */ | ||
/** version: 6.2.0 */ | ||
//# sourceMappingURL=index.cjs.js.map |
@@ -23,2 +23,3 @@ /** | ||
ENABLE_FORCE_SHADOW_MIGRATE_MODE: null, | ||
ENABLE_EXPERIMENTAL_SIGNALS: null, | ||
DISABLE_TEMPORARY_V5_COMPILER_SUPPORT: null, | ||
@@ -79,3 +80,3 @@ }; | ||
export { features as default, flags as lwcRuntimeFlags, flags as runtimeFlags, setFeatureFlag, setFeatureFlagForTest }; | ||
/** version: 6.1.1 */ | ||
/** version: 6.2.0 */ | ||
//# sourceMappingURL=index.js.map |
@@ -52,2 +52,7 @@ /** | ||
/** | ||
* EXPERIMENTAL FEATURE, DO NOT USE IN PRODUCTION | ||
* If true, allows the engine to expose reactivity to signals as describe in @lwc/signals. | ||
*/ | ||
ENABLE_EXPERIMENTAL_SIGNALS: FeatureFlagValue; | ||
/** | ||
* If true, disable temporary support for the LWC v5 compiler format. | ||
@@ -54,0 +59,0 @@ */ |
@@ -7,3 +7,3 @@ { | ||
"name": "@lwc/features", | ||
"version": "6.1.1", | ||
"version": "6.2.0", | ||
"description": "LWC Features Flags", | ||
@@ -46,4 +46,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@lwc/shared": "6.1.1" | ||
"@lwc/shared": "6.2.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
16465
243
+ Added@lwc/shared@6.2.0(transitive)
- Removed@lwc/shared@6.1.1(transitive)
Updated@lwc/shared@6.2.0