push2cloud-cf-adapter
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -0,1 +1,4 @@ | ||
## [v1.6.2](https://github.com/push2cloud/cf-adapter/compare/v1.6.1...v1.6.2) | ||
- optimize createTunnel | ||
## [v1.6.1](https://github.com/push2cloud/cf-adapter/compare/v1.6.0...v1.6.1) | ||
@@ -2,0 +5,0 @@ - optimize createTunnel |
@@ -75,7 +75,9 @@ const _ = require('lodash'); | ||
}); | ||
callback(null, { | ||
close: () => childProcess.kill() | ||
}) | ||
setTimeout(() => { | ||
callback(null, { | ||
close: () => childProcess.kill() | ||
}); | ||
}, 2000); | ||
}); | ||
}; | ||
}; |
{ | ||
"name": "push2cloud-cf-adapter", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "abstracts cloud foundry api", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
146779
2918