Skip to content

Commit 8358d86

Browse files
committed
update version
1 parent f3fe339 commit 8358d86

File tree

2 files changed

+1
-2
lines changed

2 files changed

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

test/encryptedext_test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { ExtensionType } from "jsr:@tls/enum";
21
import { HexaDecimal } from "../src/dep.ts";
32
import { EncryptedExtensions } from "../src/encrypted.js";
43
import { assertEquals } from "jsr:@std/assert";

0 commit comments

Comments
 (0)