diff --git a/package.json b/package.json index c6da922..6a51e3f 100644 --- a/package.json +++ b/package.json @@ -46,5 +46,5 @@ }, "type": "module", "types": "lib/index.d.ts", - "version": "2.2.1" + "version": "2.2.2" } diff --git a/src/index.ts b/src/index.ts index ad0cb75..c533474 100644 --- a/src/index.ts +++ b/src/index.ts @@ -6,6 +6,8 @@ export type ClientOptions = Parameters[0]; const baseUrl = 'https://api.monobank.ua'; +export { baseUrl as URL_API_MONOBANK }; + export const createClientMonoAcquiring = (clientOptions: ClientOptions = {}) => createClient({ baseUrl, ...clientOptions });