We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4ce67c + 3803955 commit 5fdfcaeCopy full SHA for 5fdfcae
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "internxt-crypto",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"main": "dist/index.js",
5
"types": "dist/index.d.ts",
6
"module": "dist/index.js",
src/index.ts
@@ -8,6 +8,9 @@ export {
8
createPwdProtectedEmail,
9
decryptPwdProtectedEmail,
10
generateEmailKeys,
11
+ decryptEmailBody,
12
+ encryptEmailBody,
13
+ encryptEmailBodyWithKey,
14
} from './email-crypto';
15
export {
16
hashDataArray,
0 commit comments