persistent-tunnel
Advanced tools
Comparing version 2.1.0 to 2.2.0-maintenance-f8f167fa3397b7bdf73e43cfeb4758c0c3c8f858
@@ -7,2 +7,7 @@ # Change Log | ||
## 2.2.0 - 2019-04-01 | ||
* rename: Move to `balena-io-modules` org [Will Boyce] | ||
* npm: Fix invalid `typed-error` dependency version [Will Boyce] | ||
## 2.1.0 - 2019-04-01 | ||
@@ -9,0 +14,0 @@ |
{ | ||
"name": "persistent-tunnel", | ||
"version": "2.1.0", | ||
"version": "2.2.0-maintenance-f8f167fa3397b7bdf73e43cfeb4758c0c3c8f858", | ||
"description": "HTTP Agent for tunneling proxies with persistent sockets", | ||
@@ -21,3 +21,3 @@ "main": "lib/index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/balena-io/persistent-tunnel.git" | ||
"url": "git+https://github.com/balena-io-modules/persistent-tunnel.git" | ||
}, | ||
@@ -36,5 +36,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/balena-io/persistent-tunnel/issues" | ||
"url": "https://github.com/balena-io-modules/persistent-tunnel/issues" | ||
}, | ||
"homepage": "https://github.com/balena-io/persistent-tunnel#readme", | ||
"homepage": "https://github.com/balena-io-modules/persistent-tunnel#readme", | ||
"devDependencies": { | ||
@@ -61,3 +61,3 @@ "@types/bluebird": "^3.5.26", | ||
"dependencies": { | ||
"typed-error": "^3.0.3" | ||
"typed-error": "^3.1.0" | ||
}, | ||
@@ -64,0 +64,0 @@ "engines": { |
@@ -100,4 +100,4 @@ # persistent-tunnel | ||
In any case, if a tunnel connection gets dropped for any reason, the underlying | ||
socket will emit an error that [will result in it being removed from the | ||
HTTP Agent pool](https://github.com/balena-io/persistent-tunnel/blob/master/vendor/_http_agent.js#L246-L252) (and its resources released, too). | ||
socket will emit an error that [will result in it being removed from the HTTP | ||
Agent pool (and its resources released, too). | ||
@@ -112,6 +112,6 @@ TODO | ||
If you're having any problem, please [raise an issue](https://github.com/balena-io/persistent-tunnel/issues/new) on GitHub and the Balena team will be happy to help. | ||
If you're having any problem, please [raise an issue](https://github.com/balena-io-modules/persistent-tunnel/issues/new) on GitHub and the Balena team will be happy to help. | ||
## License | ||
Licensed under the [MIT](https://github.com/balena-io/persistent-tunnel/blob/master/LICENSE) license. | ||
Licensed under the [MIT](https://github.com/balena-io-modules/persistent-tunnel/blob/master/LICENSE) license. |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
37071
1
Updatedtyped-error@^3.1.0