-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency @octokit/tsconfig to v4 (#610)
Co-authored-by: wolfy1339 <[email protected]>
- Loading branch information
1 parent
c8bb699
commit b01e2fb
Showing
16 changed files
with
70 additions
and
68 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
export * from "./AuthInterface"; | ||
export * from "./EndpointDefaults"; | ||
export * from "./EndpointInterface"; | ||
export * from "./EndpointOptions"; | ||
export * from "./Fetch"; | ||
export * from "./OctokitResponse"; | ||
export * from "./RequestError"; | ||
export * from "./RequestHeaders"; | ||
export * from "./RequestInterface"; | ||
export * from "./RequestMethod"; | ||
export * from "./RequestOptions"; | ||
export * from "./RequestParameters"; | ||
export * from "./RequestRequestOptions"; | ||
export * from "./ResponseHeaders"; | ||
export * from "./Route"; | ||
export * from "./Signal"; | ||
export * from "./StrategyInterface"; | ||
export * from "./Url"; | ||
export * from "./VERSION"; | ||
export * from "./GetResponseTypeFromEndpointMethod"; | ||
export * from "./generated/Endpoints"; | ||
export * from "./AuthInterface.js"; | ||
export * from "./EndpointDefaults.js"; | ||
export * from "./EndpointInterface.js"; | ||
export * from "./EndpointOptions.js"; | ||
export * from "./Fetch.js"; | ||
export * from "./OctokitResponse.js"; | ||
export * from "./RequestError.js"; | ||
export * from "./RequestHeaders.js"; | ||
export * from "./RequestInterface.js"; | ||
export * from "./RequestMethod.js"; | ||
export * from "./RequestOptions.js"; | ||
export * from "./RequestParameters.js"; | ||
export * from "./RequestRequestOptions.js"; | ||
export * from "./ResponseHeaders.js"; | ||
export * from "./Route.js"; | ||
export * from "./Signal.js"; | ||
export * from "./StrategyInterface.js"; | ||
export * from "./Url.js"; | ||
export * from "./VERSION.js"; | ||
export * from "./GetResponseTypeFromEndpointMethod.js"; | ||
export * from "./generated/Endpoints.js"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters