@lwc/features
Advanced tools
Comparing version 8.12.5 to 8.12.6-alpha.0
@@ -29,2 +29,3 @@ /** | ||
DISABLE_SYNTHETIC_SHADOW: null, | ||
ENABLE_LEGACY_LOCKER_SUPPORT: null, | ||
}; | ||
@@ -31,0 +32,0 @@ if (!globalThis.lwcRuntimeFlags) { |
@@ -25,2 +25,3 @@ /** | ||
DISABLE_SYNTHETIC_SHADOW: null, | ||
ENABLE_LEGACY_LOCKER_SUPPORT: null, | ||
}; | ||
@@ -27,0 +28,0 @@ if (!globalThis.lwcRuntimeFlags) { |
@@ -62,4 +62,9 @@ /** | ||
DISABLE_SYNTHETIC_SHADOW: FeatureFlagValue; | ||
/** | ||
* If true, then lightning legacy locker is supported, otherwise lightning legacy locker will not function | ||
* properly. | ||
*/ | ||
ENABLE_LEGACY_LOCKER_SUPPORT: FeatureFlagValue; | ||
} | ||
export type FeatureFlagName = keyof FeatureFlagMap; | ||
//# sourceMappingURL=types.d.ts.map |
@@ -7,3 +7,3 @@ { | ||
"name": "@lwc/features", | ||
"version": "8.12.5", | ||
"version": "8.12.6-alpha.0", | ||
"description": "LWC Features Flags", | ||
@@ -50,4 +50,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@lwc/shared": "8.12.5" | ||
"@lwc/shared": "8.12.6-alpha.0" | ||
} | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
21773
278
1
+ Added@lwc/shared@8.12.6-alpha.0(transitive)
- Removed@lwc/shared@8.12.5(transitive)
Updated@lwc/shared@8.12.6-alpha.0