@lwc/features
Advanced tools
Comparing version 5.1.1-alpha.0 to 5.2.0
@@ -27,2 +27,3 @@ /** | ||
ENABLE_LEGACY_SCOPE_TOKENS: null, | ||
ENABLE_FORCE_SHADOW_MIGRATE_MODE: null, | ||
}; | ||
@@ -88,3 +89,3 @@ // eslint-disable-next-line no-restricted-properties | ||
exports.setFeatureFlagForTest = setFeatureFlagForTest; | ||
/** version: 5.1.0 */ | ||
/** version: 5.2.0 */ | ||
//# sourceMappingURL=index.cjs.js.map |
@@ -23,2 +23,3 @@ /** | ||
ENABLE_LEGACY_SCOPE_TOKENS: null, | ||
ENABLE_FORCE_SHADOW_MIGRATE_MODE: null, | ||
}; | ||
@@ -80,3 +81,3 @@ // eslint-disable-next-line no-restricted-properties | ||
export { features as default, flags as lwcRuntimeFlags, flags as runtimeFlags, setFeatureFlag, setFeatureFlagForTest }; | ||
/** version: 5.1.0 */ | ||
/** version: 5.2.0 */ | ||
//# sourceMappingURL=index.js.map |
@@ -53,3 +53,7 @@ /** | ||
ENABLE_LEGACY_SCOPE_TOKENS: FeatureFlagValue; | ||
/** | ||
* If true, enable experimental shadow DOM migration mode globally. | ||
*/ | ||
ENABLE_FORCE_SHADOW_MIGRATE_MODE: FeatureFlagValue; | ||
} | ||
export type FeatureFlagName = keyof FeatureFlagMap; |
@@ -7,3 +7,3 @@ { | ||
"name": "@lwc/features", | ||
"version": "5.1.1-alpha.0", | ||
"version": "5.2.0", | ||
"description": "LWC Features Flags", | ||
@@ -46,4 +46,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@lwc/shared": "5.1.1-alpha.0" | ||
"@lwc/shared": "5.2.0" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
16504
242
0
0
+ Added@lwc/shared@5.2.0(transitive)
- Removed@lwc/shared@5.1.1-alpha.0(transitive)
Updated@lwc/shared@5.2.0