@milaboratories/pl-client 2.5.4 → 2.5.6

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.5.4",
3
+ "version": "2.5.6",
4
4
  "description": "New TS/JS client for Platform API",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",
@@ -17,28 +17,28 @@
17
17
  "./src/**/*"
18
18
  ],
19
19
  "dependencies": {
20
- "@grpc/grpc-js": "^1.12.0",
20
+ "@grpc/grpc-js": "^1.12.2",
21
21
  "@protobuf-ts/grpc-transport": "^2.9.4",
22
22
  "@protobuf-ts/runtime": "^2.9.4",
23
23
  "@protobuf-ts/runtime-rpc": "^2.9.4",
24
24
  "canonicalize": "^2.0.0",
25
25
  "denque": "^2.1.0",
26
- "lru-cache": "^11.0.1",
26
+ "lru-cache": "^11.0.2",
27
27
  "https-proxy-agent": "^7.0.5",
28
28
  "cacheable-lookup": "^6.1.0",
29
29
  "long": "^5.2.3",
30
- "undici": "^6.19.8",
30
+ "undici": "^6.20.1",
31
31
  "utility-types": "^3.11.0",
32
- "yaml": "^2.5.1",
32
+ "yaml": "^2.6.0",
33
33
  "@milaboratories/ts-helpers": "^1.1.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "typescript": "~5.5.4",
37
- "vite": "^5.4.8",
38
- "@types/node": "~20.16.10",
37
+ "vite": "^5.4.10",
38
+ "@types/node": "~20.16.15",
39
39
  "@protobuf-ts/plugin": "^2.9.4",
40
40
  "@types/http-proxy": "^1.17.15",
41
- "@types/jest": "^29.5.13",
41
+ "@types/jest": "^29.5.14",
42
42
  "jest": "^29.7.0",
43
43
  "@jest/globals": "^29.7.0",
44
44
  "ts-jest": "^29.2.5",
@@ -106,7 +106,7 @@ export class LLPlClient {
106
106
 
107
107
  const httpOptions: Client.Options = {
108
108
  // allowH2: true,
109
- headersTimeout: 3e3,
109
+ headersTimeout: 5e3,
110
110
  keepAliveTimeout: 3e3,
111
111
  keepAliveMaxTimeout: 60e3,
112
112
  maxRedirections: 6,