updated v numbers

This commit is contained in:
zaid
2022-06-13 14:54:30 +02:00
parent 699e1e52ea
commit 097cd658e5
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ This is the officially supported NodeJS library for using Adyen's APIs.
## Integration
The Library supports all APIs under the following services:
* [Checkout API](https://docs.adyen.com/api-explorer/#/CheckoutService/v68/overview): Our latest integration for accepting online payments. Current supported version: **v68**
* [Checkout API](https://docs.adyen.com/api-explorer/#/CheckoutService/v69/overview): Our latest integration for accepting online payments. Current supported version: **v69**
* [Payments API](https://docs.adyen.com/api-explorer/#/Payment/v64/overview): Our classic integration for online payments. Current supported version: **v64**
* [Recurring API](https://docs.adyen.com/api-explorer/#/Recurring/v49/overview): Endpoints for managing saved payment details. Current supported version: **v49**
* [Payouts API](https://docs.adyen.com/api-explorer/#/Payout/v64/overview): Endpoints for sending funds to your customers. Current supported version: **v64**

View File

@@ -1,6 +1,6 @@
{
"name": "@adyen/api-library",
"version": "10.3.0",
"version": "11.0.0",
"description": "The Adyen API Library for NodeJS enables you to work with Adyen APIs.",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",