@kapeta/local-cluster-service 0.77.1 → 0.77.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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [0.77.2](https://github.com/kapetacom/local-cluster-service/compare/v0.77.1...v0.77.2) (2024-10-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * tweak for timeouts in createSimpleBackend ([#271](https://github.com/kapetacom/local-cluster-service/issues/271)) ([dd1a6e5](https://github.com/kapetacom/local-cluster-service/commit/dd1a6e57b0baf0a1d6b92e8edee13eafe2566866))
7
+
1
8
  ## [0.77.1](https://github.com/kapetacom/local-cluster-service/compare/v0.77.0...v0.77.1) (2024-10-04)
2
9
 
3
10
 
@@ -199,7 +199,6 @@ class StormClient {
199
199
  headers: headers,
200
200
  dispatcher: new undici_1.Agent({
201
201
  headersTimeout: 0,
202
- keepAliveTimeout: 0,
203
202
  bodyTimeout: 0,
204
203
  }),
205
204
  });
@@ -199,7 +199,6 @@ class StormClient {
199
199
  headers: headers,
200
200
  dispatcher: new undici_1.Agent({
201
201
  headersTimeout: 0,
202
- keepAliveTimeout: 0,
203
202
  bodyTimeout: 0,
204
203
  }),
205
204
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kapeta/local-cluster-service",
3
- "version": "0.77.1",
3
+ "version": "0.77.2",
4
4
  "description": "Manages configuration, ports and service discovery for locally running Kapeta systems",
5
5
  "type": "commonjs",
6
6
  "exports": {
@@ -328,7 +328,6 @@ export class StormClient {
328
328
  headers: headers,
329
329
  dispatcher: new Agent({
330
330
  headersTimeout: 0,
331
- keepAliveTimeout: 0,
332
331
  bodyTimeout: 0,
333
332
  }),
334
333
  });