@lwc/features
Advanced tools
Comparing version 1.1.15 to 1.1.16-alpha1
@@ -35,3 +35,3 @@ /** | ||
*/ | ||
/** | ||
/* | ||
* In IE11, symbols are expensive. | ||
@@ -43,3 +43,3 @@ * Due to the nature of the symbol polyfill. This method abstract the | ||
const hasNativeSymbolsSupport = Symbol('x').toString() === 'Symbol(x)'; | ||
/** version: 1.1.14 */ | ||
/** version: 1.1.15 */ | ||
@@ -99,2 +99,2 @@ /* | ||
exports.setFeatureFlagForTest = setFeatureFlagForTest; | ||
/** version: 1.1.14 */ | ||
/** version: 1.1.15 */ |
@@ -31,3 +31,3 @@ /** | ||
*/ | ||
/** | ||
/* | ||
* In IE11, symbols are expensive. | ||
@@ -39,3 +39,3 @@ * Due to the nature of the symbol polyfill. This method abstract the | ||
const hasNativeSymbolsSupport = Symbol('x').toString() === 'Symbol(x)'; | ||
/** version: 1.1.14 */ | ||
/** version: 1.1.15 */ | ||
@@ -93,2 +93,2 @@ /* | ||
export { runtimeFlags, setFeatureFlag, setFeatureFlagForTest }; | ||
/** version: 1.1.14 */ | ||
/** version: 1.1.15 */ |
{ | ||
"name": "@lwc/features", | ||
"version": "1.1.15", | ||
"version": "1.1.16-alpha1", | ||
"description": "LWC Features Flags", | ||
@@ -19,3 +19,3 @@ "main": "dist/flags.cjs.js", | ||
"devDependencies": { | ||
"@lwc/shared": "1.1.15" | ||
"@lwc/shared": "1.1.16-alpha1" | ||
}, | ||
@@ -25,3 +25,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "db7d6d146cc4d02cae319f8f4e8a51ed54a7e10a" | ||
"gitHead": "07f1574fa5fd6dbe84720b000d3573fb0dc3725b" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
10667
2