@milaboratories/pl-client 2.7.6 → 2.7.8

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@milaboratories/pl-client",
3
- "version": "2.7.6",
3
+ "version": "2.7.8",
4
4
  "description": "New TS/JS client for Platform API",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",
@@ -17,20 +17,20 @@
17
17
  "./src/**/*"
18
18
  ],
19
19
  "dependencies": {
20
- "@grpc/grpc-js": "^1.12.6",
21
- "@protobuf-ts/grpc-transport": "^2.9.4",
22
- "@protobuf-ts/runtime": "^2.9.4",
23
- "@protobuf-ts/runtime-rpc": "^2.9.4",
24
- "canonicalize": "^2.0.0",
20
+ "@grpc/grpc-js": "~1.12.6",
21
+ "@protobuf-ts/grpc-transport": "2.9.4",
22
+ "@protobuf-ts/runtime": "2.9.4",
23
+ "@protobuf-ts/runtime-rpc": "2.9.4",
24
+ "canonicalize": "~2.0.0",
25
25
  "denque": "^2.1.0",
26
26
  "lru-cache": "^11.0.2",
27
27
  "https-proxy-agent": "^7.0.6",
28
- "cacheable-lookup": "^6.1.0",
28
+ "cacheable-lookup": "~6.1.0",
29
29
  "long": "^5.2.4",
30
- "undici": "^7.2.3",
30
+ "undici": "~7.2.3",
31
31
  "utility-types": "^3.11.0",
32
32
  "yaml": "^2.6.1",
33
- "@milaboratories/pl-http": "^1.0.5",
33
+ "@milaboratories/pl-http": "^1.0.6",
34
34
  "@milaboratories/ts-helpers": "^1.1.4"
35
35
  },
36
36
  "devDependencies": {
@@ -80,7 +80,7 @@ export interface PlClientConfig {
80
80
 
81
81
  export const DEFAULT_REQUEST_TIMEOUT = 5_000;
82
82
  export const DEFAULT_RO_TX_TIMEOUT = 300_000;
83
- export const DEFAULT_RW_TX_TIMEOUT = 30_000;
83
+ export const DEFAULT_RW_TX_TIMEOUT = 60_000;
84
84
  export const DEFAULT_TOKEN_TTL_SECONDS = 31 * 24 * 60 * 60;
85
85
  export const DEFAULT_AUTH_MAX_REFRESH = 12 * 24 * 60 * 60;
86
86