@acontext/acontext 0.0.3 → 0.0.4

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/dist/client.js +1 -1
  2. package/package.json +1 -1
package/dist/client.js CHANGED
@@ -70,7 +70,7 @@ class AcontextClient {
70
70
  options.timeout ??
71
71
  (typeof process !== 'undefined' && process.env?.ACONTEXT_TIMEOUT
72
72
  ? parseFloat(process.env.ACONTEXT_TIMEOUT)
73
- : 10000);
73
+ : 320000);
74
74
  this.spaces = new spaces_1.SpacesAPI(this);
75
75
  this.sessions = new sessions_1.SessionsAPI(this);
76
76
  this.disks = new disks_1.DisksAPI(this);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acontext/acontext",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "TypeScript SDK for the Acontext API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",