-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(verify): support broker bearer token
- Upgrade standalone to 1.64.0 - The CLI verifier has all of the logic needed to fetch pacts from the Broker. This change removes the use of the Broker class to fetch Pacts - Broker class removed as not required for public consumption - Adds support for bearer token authentication mode
- Loading branch information
Showing
6 changed files
with
55 additions
and
260 deletions.
There are no files selected for viewing
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 was deleted.
Oops, something went wrong.
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,4 @@ export * from "./server"; | |
|
||
export * from "./publisher"; | ||
|
||
export * from "./broker"; | ||
|
||
export * from "./stub"; |
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
Oops, something went wrong.