Skip to content

Commit 9b42403

Browse files
committed
Expose utils file
Expose the utils file so it can be reused by the postman-encryption-lib https://github.com/Mastercard/postman-encryption-lib
1 parent 1efd2dd commit 9b42403

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
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
};

0 commit comments

Comments
 (0)