Skip to content

Commit bb57a23

Browse files
dpopp07apaparazzi0329
authored andcommitted
fix: update core to enable use with more front-end environments
This includes a version of the core package that stubs out modules that are both unnecessary for and problematic in certain browser environments like React. See this commit for more info: IBM/node-sdk-core@006991b
1 parent 02ad197 commit bb57a23

File tree

2 files changed

+11
-26
lines changed

2 files changed

+11
-26
lines changed

package-lock.json

Lines changed: 10 additions & 25 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
@@ -91,7 +91,7 @@
9191
"async": "^3.2.0",
9292
"camelcase": "^6.2.0",
9393
"extend": "~3.0.2",
94-
"ibm-cloud-sdk-core": "^2.7.1",
94+
"ibm-cloud-sdk-core": "^2.10.3",
9595
"isstream": "~0.1.2",
9696
"websocket": "^1.0.33"
9797
},

0 commit comments

Comments
 (0)