Closed balintsoos closed 1 year ago
The @emartech/escher-request package has a hidden breaking change in version 18. Previously, it required an environment property in the request options object but in version 18, it changed to host.
@emartech/escher-request
environment
host
v17: https://github.com/emartech/escher-suiteapi-js/blob/v17.0.0/lib/requestOption.js#L20 v18: https://github.com/emartech/escher-suiteapi-js/blob/v18.0.0/src/requestOption.ts#L43
:tada: This PR is included in version 20.0.6 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
The
@emartech/escher-request
package has a hidden breaking change in version 18. Previously, it required anenvironment
property in the request options object but in version 18, it changed tohost
.v17: https://github.com/emartech/escher-suiteapi-js/blob/v17.0.0/lib/requestOption.js#L20 v18: https://github.com/emartech/escher-suiteapi-js/blob/v18.0.0/src/requestOption.ts#L43