@parcel/feature-flags
Advanced tools
Comparing version 2.13.4-canary.3395 to 2.13.4-canary.3397
@@ -13,4 +13,3 @@ "use strict"; | ||
exampleFeature: false, | ||
useWatchmanWatcher: false, | ||
importRetry: false | ||
useWatchmanWatcher: false | ||
}; | ||
@@ -17,0 +16,0 @@ let featureFlagValues = { |
@@ -9,7 +9,2 @@ export type FeatureFlags = { | ||
readonly useWatchmanWatcher: boolean; | ||
/** | ||
* Configure runtime to enable retriable dynamic imports | ||
*/ | ||
importRetry: boolean; | ||
}; |
{ | ||
"name": "@parcel/feature-flags", | ||
"version": "2.13.4-canary.3395+f86f5f27c", | ||
"version": "2.13.4-canary.3397+7eae895f3", | ||
"description": "Provides internal feature-flags for the parcel codebase.", | ||
@@ -27,3 +27,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "f86f5f27c3a6553e70bd35652f19e6ab8d8e4e4a" | ||
"gitHead": "7eae895f3c77e1b97d0646628f59dd6c9107ab83" | ||
} |
@@ -11,3 +11,2 @@ // @flow strict | ||
useWatchmanWatcher: false, | ||
importRetry: false, | ||
}; | ||
@@ -14,0 +13,0 @@ |
@@ -10,6 +10,2 @@ // @flow strict | ||
+useWatchmanWatcher: boolean, | ||
/** | ||
* Configure runtime to enable retriable dynamic imports | ||
*/ | ||
importRetry: boolean, | ||
|}; |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
4294
72