UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

9 lines 467 B
import { AutofixRegistration } from "../../../api/registration/AutofixRegistration"; /** * Autofix to replace http registry links with https ones. * * Apparently the issue is fixed in npm but we are still seeing http link every once in a while: * https://npm.community/t/some-packages-have-dist-tarball-as-http-and-not-https/285 */ export declare const PackageLockUrlRewriteAutofix: AutofixRegistration; //# sourceMappingURL=packageLockUrlRewriteAutofix.d.ts.map