@howone/sdk 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -5889,7 +5889,7 @@ function createClient(opts) {
5889
5889
  function makeRequestFromBase(base) {
5890
5890
  return new request_default({
5891
5891
  baseURL: base,
5892
- timeout: 6e4,
5892
+ timeout: 3e5,
5893
5893
  interceptors: {
5894
5894
  requestInterceptor: (config) => {
5895
5895
  config.headers = config.headers || {};