From 993f04a82461574062b6dba5b371a94238acf341 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 29 Mar 2017 13:36:29 -0600 Subject: [PATCH 1/2] fix deps typo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8dc2012..d8162eb 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "homepage": "https://git.daplie.com/Daplie/node-tunnel-client#readme", "dependencies": { "commander": "^2.9.0", - "oauth3.js": "git+https://git.daplie.com:OAuth3/oauth3.js.git#v1", + "oauth3.js": "git+https://git.daplie.com/OAuth3/oauth3.js.git#v1", "jsonwebtoken": "^7.1.9", "sni": "^1.0.0", "tunnel-packer": "^1.1.0", From 519911fa239da996f3fed4d420da402ca1ad38eb Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 29 Mar 2017 13:36:33 -0600 Subject: [PATCH 2/2] v0.9.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8162eb..b735f61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stunnel", - "version": "0.9.1", + "version": "0.9.2", "description": "A pure-JavaScript tunnel client for http and https similar to localtunnel.me, but uses TLS (SSL) with ServerName Indication (SNI) over https to work even in harsh network conditions such as in student dorms and behind HOAs, corporate firewalls, public libraries, airports, airplanes, etc. Can also tunnel tls and plain tcp.", "main": "wsclient.js", "bin": {