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 255a95c commit 505ff3dCopy full SHA for 505ff3d
deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tls/enum",
3
- "version": "0.1.4",
+ "version": "0.1.5",
4
"exports": "./src/mod.ts",
5
"publish": {
6
"exclude": ["dist/"]
src/signaturescheme.js
@@ -1,7 +1,7 @@
// deno-lint-ignore-file no-slow-types
// @ts-self-types="../type/signaturescheme.d.ts"
-import { Uint16, Constrained } from "./dep.ts";
+import { Uint16 } from "./dep.ts";
import { Enum } from "./enum.js";
7
/**
src/version.js
@@ -2,7 +2,7 @@
// @ts-self-types="../type/version.d.ts"
8
0 commit comments