@atlaspack/feature-flags
Advanced tools
Comparing version 2.12.1-canary.3409 to 2.12.1-canary.3410
@@ -17,2 +17,3 @@ "use strict"; | ||
fastOptimizeInlineRequires: false, | ||
useLmdbJsLite: false, | ||
fastNeedsDefaultInterop: false, | ||
@@ -19,0 +20,0 @@ ownedResolverStructures: false, |
@@ -21,2 +21,7 @@ export type FeatureFlags = { | ||
/** | ||
* Enable Rust based LMDB wrapper library | ||
*/ | ||
useLmdbJsLite: boolean; | ||
/** | ||
* Enable rust based inline requires optimization | ||
@@ -23,0 +28,0 @@ */ |
{ | ||
"name": "@atlaspack/feature-flags", | ||
"version": "2.12.1-canary.3409+c92275423", | ||
"version": "2.12.1-canary.3410+11a9679ea", | ||
"description": "Provides internal feature-flags for the atlaspack codebase.", | ||
@@ -23,3 +23,3 @@ "license": "(MIT OR Apache-2.0)", | ||
}, | ||
"gitHead": "c9227542329e4038fc4fdb9661ccff501f946e86" | ||
"gitHead": "11a9679ea386c5e8342aa840646e41e77cbabd92" | ||
} |
@@ -14,2 +14,3 @@ // @flow strict | ||
fastOptimizeInlineRequires: false, | ||
useLmdbJsLite: false, | ||
fastNeedsDefaultInterop: false, | ||
@@ -16,0 +17,0 @@ ownedResolverStructures: false, |
@@ -19,2 +19,6 @@ // @flow strict | ||
/** | ||
* Enable Rust based LMDB wrapper library | ||
*/ | ||
useLmdbJsLite: boolean, | ||
/** | ||
* Enable rust based inline requires optimization | ||
@@ -21,0 +25,0 @@ */ |
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
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
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
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
16757
150