Skip to content

Commit 3690ac4

Browse files
committed
ver 0.1.0
1 parent dcc427f commit 3690ac4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tls/enum",
3-
"version": "0.0.9",
3+
"version": "0.1.0",
44
"exports": "./src/mod.ts",
55
"publish": {
66
"exclude": ["dist/"]
@@ -16,6 +16,6 @@
1616
"@aicone/byte": "jsr:@aicone/byte@^0.5.0",
1717
"@std/assert": "jsr:@std/assert@^1.0.2",
1818
"@tls/extension": "jsr:@tls/extension@^0.0.6",
19-
"@tls/struct": "jsr:@tls/struct@^0.2.0"
19+
"@tls/struct": "jsr:@tls/struct@^0.2.2"
2020
}
2121
}

src/extensiontype.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/extensiontype.d.ts"
33

4-
import { Uint16 } from "./dep.ts";
4+
import { Uint16, Extension } from "./dep.ts";
55
import { Enum } from "./enum.js";
66

77
/**

0 commit comments

Comments
 (0)