@lwc/features
Advanced tools
Comparing version 1.1.1-alpha1 to 1.1.1-alpha2
@@ -84,5 +84,6 @@ /** | ||
ENABLE_REACTIVE_SETTER: null, | ||
// Flags to toggle on/off the enforcement of shadow dom semantic in element/node outside lwc boundary when using synthetic shadow. | ||
ENABLE_ELEMENT_PATCH: null, | ||
ENABLE_ELEMENT_QUERY_SELECTORS_PATCH: null, | ||
ENABLE_ELEMENT_GET_ELEMENTS_BY_PATCH: null, | ||
ENABLE_NODE_LIST_PATCH: null, | ||
ENABLE_HTML_COLLECTIONS_PATCH: null, | ||
ENABLE_NODE_PATCH: null, | ||
@@ -89,0 +90,0 @@ }; |
@@ -80,5 +80,6 @@ /** | ||
ENABLE_REACTIVE_SETTER: null, | ||
// Flags to toggle on/off the enforcement of shadow dom semantic in element/node outside lwc boundary when using synthetic shadow. | ||
ENABLE_ELEMENT_PATCH: null, | ||
ENABLE_ELEMENT_QUERY_SELECTORS_PATCH: null, | ||
ENABLE_ELEMENT_GET_ELEMENTS_BY_PATCH: null, | ||
ENABLE_NODE_LIST_PATCH: null, | ||
ENABLE_HTML_COLLECTIONS_PATCH: null, | ||
ENABLE_NODE_PATCH: null, | ||
@@ -85,0 +86,0 @@ }; |
{ | ||
"name": "@lwc/features", | ||
"version": "1.1.1-alpha1", | ||
"version": "1.1.1-alpha2", | ||
"description": "LWC Features Flags", | ||
@@ -19,3 +19,3 @@ "main": "dist/flags.cjs.js", | ||
"devDependencies": { | ||
"@lwc/shared": "1.1.1-alpha1" | ||
"@lwc/shared": "1.1.1-alpha2" | ||
}, | ||
@@ -25,3 +25,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "191b03373c55a3c6626b3e0388703b272635ea1c" | ||
"gitHead": "090732512a8ae3c87b14ac7333ad5c10468c5696" | ||
} |
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
10467
184