Skip to content

Commit 0f6df1f

Browse files
authored
Merge pull request #71 from Adyen/develop
Release v2.1.2
2 parents e0bade9 + 892e9c8 commit 0f6df1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adyen/api-library",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "The Adyen API Library for NodeJS enables you to work with Adyen APIs and Hosted Payment Pages.",
55
"main": "dist/lib/src/index.js",
66
"types": "dist/lib/src/index.d.ts",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
export { default as Client } from "./client";
2323
export { default as Config } from "./config";
2424
export * from "./services/";
25-
export { default as utils } from "./utils";
25+
export { hmacValidator } from "./utils";
2626
export { default as HttpURLConnectionClient } from "./httpClient/httpURLConnectionClient";

0 commit comments

Comments
 (0)