From 47708d534307bc8ec7103dc52b2625e3f151050c 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 584bf9d19221c57432d6eeb85e834fac40a818cc 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": {