Merge pull request #71 from Adyen/develop

Release v2.1.2
This commit is contained in:
Ricardo Ambrogi
2019-08-09 10:42:08 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -22,5 +22,5 @@
export { default as Client } from "./client";
export { default as Config } from "./config";
export * from "./services/";
export { default as utils } from "./utils";
export { hmacValidator } from "./utils";
export { default as HttpURLConnectionClient } from "./httpClient/httpURLConnectionClient";