Skip to content

Commit 3775212

Browse files
Merge pull request #62 from Mastercard/fix/jwe-encryption-in-nested-path
Expose utils file
2 parents 1efd2dd + 160dc07 commit 3775212

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
module.exports = {
88
Service: require('./lib/mcapi/mcapi-service'),
99
FieldLevelEncryption: require('./lib/mcapi/mcapi-service').FieldLevelEncryption,
10-
JweEncryption: require('./lib/mcapi/mcapi-service').JweEncryption
10+
JweEncryption: require('./lib/mcapi/mcapi-service').JweEncryption,
11+
EncryptionUtils: require('./lib/mcapi/utils/utils')
1112
};

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mastercard-client-encryption",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "Library for Mastercard API compliant payload encryption/decryption.",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)