@lwc/features
Advanced tools
Comparing version 1.1.14 to 1.1.15-alpha1
@@ -42,3 +42,3 @@ /** | ||
const hasNativeSymbolsSupport = Symbol('x').toString() === 'Symbol(x)'; | ||
/** version: 1.1.13 */ | ||
/** version: 1.1.14 */ | ||
@@ -59,2 +59,3 @@ /* | ||
if (process.env.NODE_ENV === 'production') { | ||
// eslint-disable-next-line no-console | ||
console.error(message); | ||
@@ -70,2 +71,3 @@ } | ||
else { | ||
// eslint-disable-next-line no-console | ||
console.warn(`LWC feature flag "${name}" is undefined. Possible reasons are that 1) it was misspelled or 2) it was removed from the @lwc/features package.`); | ||
@@ -98,2 +100,2 @@ } | ||
exports.setFeatureFlagForTest = setFeatureFlagForTest; | ||
/** version: 1.1.13 */ | ||
/** version: 1.1.14 */ |
@@ -38,3 +38,3 @@ /** | ||
const hasNativeSymbolsSupport = Symbol('x').toString() === 'Symbol(x)'; | ||
/** version: 1.1.13 */ | ||
/** version: 1.1.14 */ | ||
@@ -55,2 +55,3 @@ /* | ||
if (process.env.NODE_ENV === 'production') { | ||
// eslint-disable-next-line no-console | ||
console.error(message); | ||
@@ -66,2 +67,3 @@ } | ||
else { | ||
// eslint-disable-next-line no-console | ||
console.warn(`LWC feature flag "${name}" is undefined. Possible reasons are that 1) it was misspelled or 2) it was removed from the @lwc/features package.`); | ||
@@ -92,2 +94,2 @@ } | ||
export { runtimeFlags, setFeatureFlag, setFeatureFlagForTest }; | ||
/** version: 1.1.13 */ | ||
/** version: 1.1.14 */ |
{ | ||
"name": "@lwc/features", | ||
"version": "1.1.14", | ||
"version": "1.1.15-alpha1", | ||
"description": "LWC Features Flags", | ||
@@ -19,3 +19,3 @@ "main": "dist/flags.cjs.js", | ||
"devDependencies": { | ||
"@lwc/shared": "1.1.14" | ||
"@lwc/shared": "1.1.15-alpha1" | ||
}, | ||
@@ -25,3 +25,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "06d459ee405548109dac28794e092f88975c567a" | ||
"gitHead": "db7d6d146cc4d02cae319f8f4e8a51ed54a7e10a" | ||
} |
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
10669
188
2