Move distribution.ts to /common

This commit is contained in:
Robert
2023-06-21 08:59:51 +01:00
parent a5aa0c4cf3
commit af97077095
3 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ import {
deprecatedCodeQlLauncherName,
extractZipArchive,
getRequiredAssetName,
} from "../pure/distribution";
} from "../common/distribution";
import {
InvocationRateLimiter,
InvocationRateLimiterResultKind,

View File

@@ -4,7 +4,7 @@ import {
getRequiredAssetName,
extractZipArchive,
codeQlLauncherName,
} from "../../src/pure/distribution";
} from "../../src/common/distribution";
import fetch from "node-fetch";
import supportedCliVersions from "../../supported_cli_versions.json";