fix(deps): update dependency @interledger/open-payments to v5 - autoclosed #821
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.2.0
->^5.3.1
Release Notes
interledger/open-payments (@interledger/open-payments)
v5.3.1
Compare Source
Patch Changes
e2325ea
: exports mockPublicIncomingPayment and PublicIncomingPaymentv5.3.0
Compare Source
Minor Changes
2de13ee
: Adds authSever to the return type of public incoming payments.Patch Changes
8c8d58c
]v5.2.2
Compare Source
Patch Changes
2c5b9d5
: Corrects PaginationArgs to only include relevant properties from query parameters. Was previously including wallet-address as well.2458bb9
: Fix POST incoming payment response types.v5.2.1
Compare Source
Patch Changes
b80f231
: moves additionalProperties: false from incoming-payment type to GET /incoming-payments responsev5.2.0
Compare Source
Minor Changes
5809202
: Added "walletAddress" field to resource POST request bodies, added "wallet-address" query parameter to resource GET requests.v5.1.0
Compare Source
Minor Changes
f756fed
: Adds incomingPayment get method to unauthenticated clientv5.0.0
Compare Source
Major Changes
8593600
: BREAKING: Introducing the concept of payment methods (on incoming payments) which allow returing a list of possible payment methods to pay into. For now, only one payment method is supported: ILP. Quote creation requires specifying a payment method for which to quote on.v4.0.0
Compare Source
Major Changes
c1e5010
: BREAKING: Replace 'payment pointer' with 'wallet address'Payment pointers refer specifcally to a concept in the Interledger Protocol. Rafiki is set to support multiple payment methods, so 'wallet address' is being used as an Open Payments-specific term whose role may be filled by an Interledger payment pointer.
To upgrade convert any references to payment pointer(s) like so:
paymentPointer
->walletAddress
PaymentPointer
->WalletAddress
paymentPointers
->walletAddresses
PaymentPointers
->WalletAddresses
payment pointer
->wallet address
Payment Pointer
->Wallet Address
Patch Changes
4e98e06
]Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.