Skip to content

Commit

Permalink
windows repo maker remake
Browse files Browse the repository at this point in the history
  • Loading branch information
origin-yaropolk committed Mar 22, 2024
1 parent 3658895 commit de0e5dc
Show file tree
Hide file tree
Showing 13 changed files with 194 additions and 1,739 deletions.
978 changes: 2 additions & 976 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

168 changes: 0 additions & 168 deletions src/artifactory-utils.ts

This file was deleted.

42 changes: 0 additions & 42 deletions src/cli.ts

This file was deleted.

78 changes: 0 additions & 78 deletions src/config.ts

This file was deleted.

87 changes: 0 additions & 87 deletions src/http.ts

This file was deleted.

6 changes: 0 additions & 6 deletions src/index.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ import type { Config } from './config.mjs';
export type { Config };
export type { Artifact, ArtifactProvider } from './artifact-provider.mjs';
export type { ProviderType, ArtifactProviderConfig } from './artifact-provider-config.mjs';
export {
type DebDescriptor,
type DebRepo,
type Config as DebBuilderConfig,
DebBuilder,
} from './deb/deb-builder.mjs';
export { default as JfrogArtifactProvider } from './jfrog/artifact-provider.mjs';
export { createMetapointerFile as createS3MetapointerFile } from './s3-metapointer.mjs';

Expand Down
Loading

0 comments on commit de0e5dc

Please sign in to comment.