@thepalaceproject/circulation-admin 1.25.0-post.1 → 1.25.0-post.2

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/package.json CHANGED
@@ -150,5 +150,5 @@
150
150
  "*.{js,jsx,ts,tsx,css,md}": "prettier --write",
151
151
  "*.{js,css,md}": "prettier --write"
152
152
  },
153
- "version": "1.25.0-post.1"
153
+ "version": "1.25.0-post.2"
154
154
  }
@@ -192,11 +192,11 @@ module.exports = (env) => {
192
192
  return responseBuffer;
193
193
  }
194
194
  ),
195
- proxyTimeout: 5000,
195
+ proxyTimeout: 120000,
196
196
  secure: false,
197
197
  selfHandleResponse: true,
198
198
  target: backend,
199
- timeout: 5000,
199
+ timeout: 120000,
200
200
  });
201
201
 
202
202
  const config = merge(dev, {