Skip to content

Commit fe31a7f

Browse files
committed
remove Constrained
1 parent 652d3b6 commit fe31a7f

File tree

5 files changed

+3
-5
lines changed

5 files changed

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

type/certificatetype.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Enum } from "../src/enum.js";
2-
import { Constrained, Uint8, x509 } from "../src/dep.ts";
2+
import { Uint8 } from "../src/dep.ts";
33

44
/**
55
* Represents TLS Certificate Types.

type/contentype.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Uint8 } from "../src/dep.ts";
22
import { Enum } from "../src/enum.js";
3-
import { Version } from "../src/version.js";
43

54
/**
65
* Represents the higher-level protocol used to process the enclosed fragment.

type/pskmode.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Constrained, Uint8 } from "../src/dep.ts";
1+
import { Uint8 } from "../src/dep.ts";
22
import { Enum } from "../src/enum.js";
33

44
/**

type/signaturescheme.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Uint16 } from "../src/dep.ts";
22
import { Enum } from "../src/enum.js";
3-
import { sha256, sha384, sha512 } from "@noble/hashes/sha2";
43

54
/**
65
* Enumeration of signature schemes as defined in RFC 8446.

0 commit comments

Comments
 (0)