@lwc/features
Advanced tools
Comparing version 6.1.0 to 6.1.1
@@ -27,2 +27,3 @@ /** | ||
ENABLE_FORCE_SHADOW_MIGRATE_MODE: null, | ||
DISABLE_TEMPORARY_V5_COMPILER_SUPPORT: null, | ||
}; | ||
@@ -86,3 +87,3 @@ if (!globalThis.lwcRuntimeFlags) { | ||
exports.setFeatureFlagForTest = setFeatureFlagForTest; | ||
/** version: 6.1.0 */ | ||
/** version: 6.1.1 */ | ||
//# sourceMappingURL=index.cjs.js.map |
@@ -23,2 +23,3 @@ /** | ||
ENABLE_FORCE_SHADOW_MIGRATE_MODE: null, | ||
DISABLE_TEMPORARY_V5_COMPILER_SUPPORT: null, | ||
}; | ||
@@ -78,3 +79,3 @@ if (!globalThis.lwcRuntimeFlags) { | ||
export { features as default, flags as lwcRuntimeFlags, flags as runtimeFlags, setFeatureFlag, setFeatureFlagForTest }; | ||
/** version: 6.1.0 */ | ||
/** version: 6.1.1 */ | ||
//# sourceMappingURL=index.js.map |
@@ -51,3 +51,7 @@ /** | ||
ENABLE_FORCE_SHADOW_MIGRATE_MODE: FeatureFlagValue; | ||
/** | ||
* If true, disable temporary support for the LWC v5 compiler format. | ||
*/ | ||
DISABLE_TEMPORARY_V5_COMPILER_SUPPORT: FeatureFlagValue; | ||
} | ||
export type FeatureFlagName = keyof FeatureFlagMap; |
@@ -7,3 +7,3 @@ { | ||
"name": "@lwc/features", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "LWC Features Flags", | ||
@@ -46,4 +46,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@lwc/shared": "6.1.0" | ||
"@lwc/shared": "6.1.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
16115
236
+ Added@lwc/shared@6.1.1(transitive)
- Removed@lwc/shared@6.1.0(transitive)
Updated@lwc/shared@6.1.1