Skip to content

Commit

Permalink
recompile
Browse files Browse the repository at this point in the history
  • Loading branch information
davideicardi committed Apr 23, 2024
1 parent da1f0e5 commit 7b8fc3b
Show file tree
Hide file tree
Showing 21 changed files with 60 additions and 22 deletions.
6 changes: 5 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/BitbucketRegistryClient.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export interface BitbucketAuthBasic {
username: string;
password: string;
}
export declare type BitbucketAuth = BitbucketAuthBasic;
export type BitbucketAuth = BitbucketAuthBasic;
6 changes: 5 additions & 1 deletion dist/src/BitbucketRegistryClient.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/BitbucketRegistryClient.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/GithubRegistryClient.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ export interface GithubAuthBasic {
username: string;
password: string;
}
export declare type GithubAuth = GithubAuthUserToken | GithubAuthBasic;
export type GithubAuth = GithubAuthUserToken | GithubAuthBasic;
6 changes: 5 additions & 1 deletion dist/src/GithubRegistryClient.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/GithubRegistryClient.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion dist/src/NpmRegistryClient.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7b8fc3b

Please sign in to comment.