@atlaspack/feature-flags
Advanced tools
+8
-0
| # @atlaspack/feature-flags | ||
| ## 2.30.1 | ||
| ### Patch Changes | ||
| - [#1044](https://github.com/atlassian-labs/atlaspack/pull/1044) [`ad3c822`](https://github.com/atlassian-labs/atlaspack/commit/ad3c8223ab1abce9e8da81239cc56f27d37c7cad) Thanks [@vykimnguyen](https://github.com/vykimnguyen)! - cleanup incrementalBundlingVersioning flag | ||
| - [#1035](https://github.com/atlassian-labs/atlaspack/pull/1035) [`936209f`](https://github.com/atlassian-labs/atlaspack/commit/936209f3c6c201288720dd62b61e1f538368268c) Thanks [@marcins](https://github.com/marcins)! - Remove `cachePerformanceImprovements` feature flag | ||
| ## 2.30.0 | ||
@@ -4,0 +12,0 @@ |
+0
-18
@@ -75,12 +75,2 @@ "use strict"; | ||
| /** | ||
| * Refactor cache to: | ||
| * - Split writes into multiple entries | ||
| * - Remove "large file blob" writes | ||
| * - Reduce size of the caches by deduplicating data | ||
| * | ||
| * @author Pedro Tacla Yamada <pyamada@atlassian.com> | ||
| * @since 2025-05-13 | ||
| */ | ||
| cachePerformanceImprovements: process.env.ATLASPACK_BUILD_ENV === 'test', | ||
| /** | ||
| * Deduplicates environments across cache / memory entities | ||
@@ -183,10 +173,2 @@ * | ||
| /** | ||
| * Enable the new incremental bundling versioning logic which determines whether | ||
| * a full bundling pass is required based on the AssetGraph's bundlingVersion. | ||
| * | ||
| * @author Pedro Tacla Yamada <pyamada@atlassian.com> | ||
| * @since 2025-07-08 | ||
| */ | ||
| incrementalBundlingVersioning: process.env.ATLASPACK_BUILD_ENV === 'test', | ||
| /** | ||
| * Remove redundant shared bundles that are no longer required after merging | ||
@@ -193,0 +175,0 @@ * async bundles. |
+0
-18
@@ -73,12 +73,2 @@ "use strict"; | ||
| /** | ||
| * Refactor cache to: | ||
| * - Split writes into multiple entries | ||
| * - Remove "large file blob" writes | ||
| * - Reduce size of the caches by deduplicating data | ||
| * | ||
| * @author Pedro Tacla Yamada <pyamada@atlassian.com> | ||
| * @since 2025-05-13 | ||
| */ | ||
| cachePerformanceImprovements: process.env.ATLASPACK_BUILD_ENV === 'test', | ||
| /** | ||
| * Deduplicates environments across cache / memory entities | ||
@@ -181,10 +171,2 @@ * | ||
| /** | ||
| * Enable the new incremental bundling versioning logic which determines whether | ||
| * a full bundling pass is required based on the AssetGraph's bundlingVersion. | ||
| * | ||
| * @author Pedro Tacla Yamada <pyamada@atlassian.com> | ||
| * @since 2025-07-08 | ||
| */ | ||
| incrementalBundlingVersioning: process.env.ATLASPACK_BUILD_ENV === 'test', | ||
| /** | ||
| * Remove redundant shared bundles that are no longer required after merging | ||
@@ -191,0 +173,0 @@ * async bundles. |
+0
-18
@@ -63,12 +63,2 @@ export type ConsistencyCheckFeatureFlagValue = (typeof CONSISTENCY_CHECK_VALUES)[number]; | ||
| /** | ||
| * Refactor cache to: | ||
| * - Split writes into multiple entries | ||
| * - Remove "large file blob" writes | ||
| * - Reduce size of the caches by deduplicating data | ||
| * | ||
| * @author Pedro Tacla Yamada <pyamada@atlassian.com> | ||
| * @since 2025-05-13 | ||
| */ | ||
| cachePerformanceImprovements: boolean; | ||
| /** | ||
| * Deduplicates environments across cache / memory entities | ||
@@ -171,10 +161,2 @@ * | ||
| /** | ||
| * Enable the new incremental bundling versioning logic which determines whether | ||
| * a full bundling pass is required based on the AssetGraph's bundlingVersion. | ||
| * | ||
| * @author Pedro Tacla Yamada <pyamada@atlassian.com> | ||
| * @since 2025-07-08 | ||
| */ | ||
| incrementalBundlingVersioning: boolean; | ||
| /** | ||
| * Remove redundant shared bundles that are no longer required after merging | ||
@@ -181,0 +163,0 @@ * async bundles. |
+1
-1
| { | ||
| "name": "@atlaspack/feature-flags", | ||
| "version": "2.30.0", | ||
| "version": "2.30.1", | ||
| "description": "Provides internal feature-flags for the atlaspack codebase.", | ||
@@ -5,0 +5,0 @@ "license": "(MIT OR Apache-2.0)", |
+0
-20
@@ -80,13 +80,2 @@ export type ConsistencyCheckFeatureFlagValue = | ||
| /** | ||
| * Refactor cache to: | ||
| * - Split writes into multiple entries | ||
| * - Remove "large file blob" writes | ||
| * - Reduce size of the caches by deduplicating data | ||
| * | ||
| * @author Pedro Tacla Yamada <pyamada@atlassian.com> | ||
| * @since 2025-05-13 | ||
| */ | ||
| cachePerformanceImprovements: process.env.ATLASPACK_BUILD_ENV === 'test', | ||
| /** | ||
| * Deduplicates environments across cache / memory entities | ||
@@ -201,11 +190,2 @@ * | ||
| /** | ||
| * Enable the new incremental bundling versioning logic which determines whether | ||
| * a full bundling pass is required based on the AssetGraph's bundlingVersion. | ||
| * | ||
| * @author Pedro Tacla Yamada <pyamada@atlassian.com> | ||
| * @since 2025-07-08 | ||
| */ | ||
| incrementalBundlingVersioning: process.env.ATLASPACK_BUILD_ENV === 'test', | ||
| /** | ||
| * Remove redundant shared bundles that are no longer required after merging | ||
@@ -212,0 +192,0 @@ * async bundles. |
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
56
-3.45%201633
-1.03%1678
-4.11%