We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0bade9 + 892e9c8 commit 0f6df1fCopy full SHA for 0f6df1f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@adyen/api-library",
3
- "version": "2.1.1",
+ "version": "2.1.2",
4
"description": "The Adyen API Library for NodeJS enables you to work with Adyen APIs and Hosted Payment Pages.",
5
"main": "dist/lib/src/index.js",
6
"types": "dist/lib/src/index.d.ts",
src/index.ts
@@ -22,5 +22,5 @@
22
export { default as Client } from "./client";
23
export { default as Config } from "./config";
24
export * from "./services/";
25
-export { default as utils } from "./utils";
+export { hmacValidator } from "./utils";
26
export { default as HttpURLConnectionClient } from "./httpClient/httpURLConnectionClient";
0 commit comments