You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@atlaspack/feature-flags

Package Overview
Dependencies
Maintainers
3
Versions
986
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaspack/feature-flags - npm Package Compare versions

Comparing version
2.30.0
to
2.30.1
+8
-0
CHANGELOG.md
# @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.

@@ -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.

@@ -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)",

@@ -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