Skip to content

Commit

Permalink
Merge pull request #71 from Adyen/develop
Browse files Browse the repository at this point in the history
Release v2.1.2
  • Loading branch information
KadoBOT authored Aug 9, 2019
2 parents e0bade9 + 892e9c8 commit 0f6df1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

0 comments on commit 0f6df1f

Please sign in to comment.