We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc427f commit 3690ac4Copy full SHA for 3690ac4
deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tls/enum",
3
- "version": "0.0.9",
+ "version": "0.1.0",
4
"exports": "./src/mod.ts",
5
"publish": {
6
"exclude": ["dist/"]
@@ -16,6 +16,6 @@
16
"@aicone/byte": "jsr:@aicone/byte@^0.5.0",
17
"@std/assert": "jsr:@std/assert@^1.0.2",
18
"@tls/extension": "jsr:@tls/extension@^0.0.6",
19
- "@tls/struct": "jsr:@tls/struct@^0.2.0"
+ "@tls/struct": "jsr:@tls/struct@^0.2.2"
20
}
21
src/extensiontype.js
@@ -1,7 +1,7 @@
// deno-lint-ignore-file no-slow-types
// @ts-self-types="../type/extensiontype.d.ts"
-import { Uint16 } from "./dep.ts";
+import { Uint16, Extension } from "./dep.ts";
import { Enum } from "./enum.js";
7
/**
0 commit comments