diff --git a/package-lock.json b/package-lock.json index c6e8f3a..36caef2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mercadopago", - "version": "2.9.0", + "version": "2.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mercadopago", - "version": "2.9.0", + "version": "2.10.0", "dependencies": { "node-fetch": "^2.7.0", "uuid": "^9.0.0" diff --git a/package.json b/package.json index 83718d3..f8855ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mercadopago", - "version": "2.9.0", + "version": "2.10.0", "description": "Mercadopago SDK for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/utils/config/index.ts b/src/utils/config/index.ts index c55122d..802394e 100644 --- a/src/utils/config/index.ts +++ b/src/utils/config/index.ts @@ -5,7 +5,7 @@ export class AppConfig { static readonly BASE_URL = 'https://api.mercadopago.com'; static readonly PRODUCT_ID = 'bc32b6ntrpp001u8nhkg'; - static SDK_VERSION = '2.9.0'; + static SDK_VERSION = '2.10.0'; static readonly Headers = { AUTHORIZATION: 'Authorization',