Skip to content

Commit 4ab77e1

Browse files
authored
fix: support disableSslVerification when user provides https agent (watson-developer-cloud#1055)
when a user provides a custom https agent, we don't want to override the `disableSslVerification` behavior. this was happening before, but has been fixed in the core. this commit bumps the core version to include this fix
1 parent 4630735 commit 4ab77e1

File tree

2 files changed

+38
-32
lines changed

2 files changed

+38
-32
lines changed

package-lock.json

Lines changed: 37 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"async": "^3.2.0",
8888
"camelcase": "^6.0.0",
8989
"extend": "~3.0.2",
90-
"ibm-cloud-sdk-core": "^2.4.2",
90+
"ibm-cloud-sdk-core": "2.4.4",
9191
"isstream": "~0.1.2",
9292
"websocket": "^1.0.28"
9393
},

0 commit comments

Comments
 (0)