Skip to content

Commit

Permalink
Merge pull request #5 from namecheap/fix/updated-d-ts
Browse files Browse the repository at this point in the history
Fix/updated d ts
  • Loading branch information
9df906f6 authored Apr 18, 2024
2 parents 9a8c9e4 + 5d88b94 commit 2b79c84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions easyTunnel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ declare interface BootstrapOpts {
local_key?: string;
local_ca?: string;
allow_invalid_cert?: boolean;
request_secure_tunnel?: boolean;
}

declare const localtunnel: (opts: BootstrapOpts) => Promise<Tunnel>;
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@namecheap/easy-tunnel",
"description": "Expose localhost to the world",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2b79c84

Please sign in to comment.