Comparing version 3.1.0 to 3.1.1
@@ -9,6 +9,12 @@ import {EventEmitter} from 'events'; | ||
port: number; | ||
host: string; | ||
subdomain?: string; | ||
local_host?: string; | ||
local_https?: boolean; | ||
local_cert?: string; | ||
local_key?: string; | ||
local_ca?: string; | ||
allow_invalid_cert?: boolean; | ||
local_https?: boolean; | ||
} | ||
export default (opts: BootstrapOpts): Promise<Tunnel>; |
{ | ||
"name": "mytunnel", | ||
"description": "Expose localhost to the world", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": { |
26258
612