Skip to content

Commit c3e61ac

Browse files
committed
add cipher to mod.js
1 parent cdc25cd commit c3e61ac

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tls/enum",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"exports": "./src/mod.ts",
55
"publish": {
66
"exclude": ["dist/"]

src/mod.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ export * from "./contentype.js"
88
export * from "./keyupdate.js"
99
export * from "./namedgroup.js"
1010
export * from "./pskmode.js"
11-
export * from "./version.js"
11+
export * from "./version.js"
12+
export * from "./cipher.js"

0 commit comments

Comments
 (0)