@lwc/features
Advanced tools
Comparing version 7.1.4 to 7.1.5
@@ -28,2 +28,3 @@ /** | ||
ENABLE_EXPERIMENTAL_SIGNALS: null, | ||
ENABLE_SLOT_FORWARDING_FIX: null, | ||
}; | ||
@@ -95,3 +96,3 @@ if (!globalThis.lwcRuntimeFlags) { | ||
exports.setFeatureFlagForTest = setFeatureFlagForTest; | ||
/** version: 7.1.4 */ | ||
/** version: 7.1.5 */ | ||
//# sourceMappingURL=index.cjs.js.map |
@@ -24,2 +24,3 @@ /** | ||
ENABLE_EXPERIMENTAL_SIGNALS: null, | ||
ENABLE_SLOT_FORWARDING_FIX: null, | ||
}; | ||
@@ -87,3 +88,3 @@ if (!globalThis.lwcRuntimeFlags) { | ||
export { features as default, flags as lwcRuntimeFlags, flags as runtimeFlags, setFeatureFlag, setFeatureFlagForTest }; | ||
/** version: 7.1.4 */ | ||
/** version: 7.1.5 */ | ||
//# sourceMappingURL=index.js.map |
@@ -57,3 +57,8 @@ /** | ||
ENABLE_EXPERIMENTAL_SIGNALS: FeatureFlagValue; | ||
/** | ||
* If true, enable the slot forwarding fix. This fix is a backport of | ||
* https://github.com/salesforce/lwc/pull/4452 and already exists in spring25. | ||
*/ | ||
ENABLE_SLOT_FORWARDING_FIX: FeatureFlagValue; | ||
} | ||
export type FeatureFlagName = keyof FeatureFlagMap; |
@@ -7,3 +7,3 @@ { | ||
"name": "@lwc/features", | ||
"version": "7.1.4", | ||
"version": "7.1.5", | ||
"description": "LWC Features Flags", | ||
@@ -46,4 +46,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@lwc/shared": "7.1.4" | ||
"@lwc/shared": "7.1.5" | ||
} | ||
} |
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
25049
271
+ Added@lwc/shared@7.1.5(transitive)
- Removed@lwc/shared@7.1.4(transitive)
Updated@lwc/shared@7.1.5