We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51161a commit 0b98ea7Copy full SHA for 0b98ea7
1 file changed
scripts/lib/filesUtils.ts
@@ -70,7 +70,7 @@ interface PackageJson {
70
* version. They are still built and published as part of the same release process, but their
71
* version is managed manually and is not bumped to the release version.
72
*/
73
-export const INDEPENDENTLY_VERSIONED_PACKAGES = new Set<string>(['@datadog/js-core'])
+const INDEPENDENTLY_VERSIONED_PACKAGES = new Set<string>(['@datadog/js-core'])
74
75
/**
76
* Returns whether the given package is versioned independently from the synced Browser SDK release
0 commit comments