Skip to content

Commit

Permalink
Expose utils file
Browse files Browse the repository at this point in the history
Expose the utils file so it can be reused by the postman-encryption-lib
https://github.com/Mastercard/postman-encryption-lib
  • Loading branch information
joseph-neeraj committed Nov 14, 2023
1 parent 1efd2dd commit 9b42403
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
module.exports = {
Service: require('./lib/mcapi/mcapi-service'),
FieldLevelEncryption: require('./lib/mcapi/mcapi-service').FieldLevelEncryption,
JweEncryption: require('./lib/mcapi/mcapi-service').JweEncryption
JweEncryption: require('./lib/mcapi/mcapi-service').JweEncryption,
EncryptionUtils: require('./lib/mcapi/utils/utils')
};

0 comments on commit 9b42403

Please sign in to comment.