Skip to content

Commit fe6a084

Browse files
committed
Export some absentee classes
1 parent af1b1df commit fe6a084

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strontium",
3-
"version": "2.4.8",
3+
"version": "2.4.9",
44
"description": "Strontium is a TypeScript toolkit for High Performance API servers built for Production not Projects.",
55
"main": "lib/src/index.js",
66
"types": "lib/src/index.d.ts",

src/cryptography/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
export { AsymmetricSigner } from "./abstract/AsymmetricSigner"
12
export { Digest } from "./abstract/Digest"
3+
export { JWTSigner } from "./abstract/JWTSigner"
24
export { MessageAuthenticationCode } from "./abstract/MessageAuthenticationCode"
35
export { SymmetricEncrypter } from "./abstract/SymmetricEncrypter"
46

0 commit comments

Comments
 (0)