t-lj-service 1.0.10 → 1.0.11

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.
Files changed (2) hide show
  1. package/module/config.ts +1 -1
  2. package/package.json +1 -1
package/module/config.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import hooks from './hooks';
2
2
  const BASE_URL = import.meta.env.MODE === 'dev' ? '/api' : hooks.getLocal("sessioncurraddr") || '';
3
- const TIME_OUT = 10 * 1000;
3
+ const TIME_OUT = 600 * 1000;
4
4
  export enum REQUEST_METHOD {
5
5
  POST = 'post',
6
6
  GET = 'get',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "t-lj-service",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },