Skip to content

Commit 0b98ea7

Browse files
committed
🔧 unexport INDEPENDENTLY_VERSIONED_PACKAGES constant
Not used outside of filesUtils.ts, no need to export it.
1 parent d51161a commit 0b98ea7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/lib/filesUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ interface PackageJson {
7070
* version. They are still built and published as part of the same release process, but their
7171
* version is managed manually and is not bumped to the release version.
7272
*/
73-
export const INDEPENDENTLY_VERSIONED_PACKAGES = new Set<string>(['@datadog/js-core'])
73+
const INDEPENDENTLY_VERSIONED_PACKAGES = new Set<string>(['@datadog/js-core'])
7474

7575
/**
7676
* Returns whether the given package is versioned independently from the synced Browser SDK release

0 commit comments

Comments
 (0)