Skip to content

Commit 4dcb5f9

Browse files
committed
add Uint8 in HandshakeType
1 parent d12ad44 commit 4dcb5f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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.2.9",
3+
"version": "0.3.0",
44
"exports": "./src/mod.ts",
55
"publish": {
66
"exclude": ["dist/"]

src/handshaketype.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// deno-lint-ignore-file no-slow-types
22
// @ts-self-types="../type/handshaketype.d.ts"
33
import { Enum } from "./enum.js";
4-
import { Struct, Uint24 } from "./dep.ts";
4+
import { Struct, Uint24, Uint8 } from "./dep.ts";
55

66
/**
77
* Represents TLS 1.3 Handshake message types as defined in RFC 8446 Section 4

0 commit comments

Comments
 (0)