@lwc/features
Advanced tools
Comparing version 8.12.7-alpha.0 to 8.12.7
@@ -29,2 +29,3 @@ /** | ||
DISABLE_SYNTHETIC_SHADOW: null, | ||
LEGACY_LOCKER_ENABLED: null, | ||
}; | ||
@@ -96,3 +97,3 @@ if (!globalThis.lwcRuntimeFlags) { | ||
exports.setFeatureFlagForTest = setFeatureFlagForTest; | ||
/** version: 8.12.2 */ | ||
/** version: 8.12.7 */ | ||
//# sourceMappingURL=index.cjs.js.map |
@@ -31,1 +31,2 @@ import type { FeatureFlagMap, FeatureFlagName, FeatureFlagValue } from './types'; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -25,2 +25,3 @@ /** | ||
DISABLE_SYNTHETIC_SHADOW: null, | ||
LEGACY_LOCKER_ENABLED: null, | ||
}; | ||
@@ -88,3 +89,3 @@ if (!globalThis.lwcRuntimeFlags) { | ||
export { features as default, flags as lwcRuntimeFlags, flags as runtimeFlags, setFeatureFlag, setFeatureFlagForTest }; | ||
/** version: 8.12.2 */ | ||
/** version: 8.12.7 */ | ||
//# sourceMappingURL=index.js.map |
@@ -62,3 +62,9 @@ /** | ||
DISABLE_SYNTHETIC_SHADOW: FeatureFlagValue; | ||
/** | ||
* If true, then lightning legacy locker is supported, otherwise lightning legacy locker will not function | ||
* properly. | ||
*/ | ||
LEGACY_LOCKER_ENABLED: FeatureFlagValue; | ||
} | ||
export type FeatureFlagName = keyof FeatureFlagMap; | ||
//# sourceMappingURL=types.d.ts.map |
@@ -7,3 +7,3 @@ { | ||
"name": "@lwc/features", | ||
"version": "8.12.7-alpha.0", | ||
"version": "8.12.7", | ||
"description": "LWC Features Flags", | ||
@@ -50,4 +50,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@lwc/shared": "8.12.7-alpha.0" | ||
"@lwc/shared": "8.12.7" | ||
} | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
21735
278
0
+ Added@lwc/shared@8.12.7(transitive)
- Removed@lwc/shared@8.12.7-alpha.0(transitive)
Updated@lwc/shared@8.12.7