@genai-fi/base 4.0.1 → 4.0.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.
@@ -32,7 +32,7 @@ function Q({
32
32
  const x = new R(
33
33
  t,
34
34
  r || "api2.gen-ai.fi",
35
- o || !0,
35
+ o ?? !0,
36
36
  s,
37
37
  a || 443,
38
38
  d,
@@ -3232,7 +3232,7 @@ class wt {
3232
3232
  port: this.port,
3233
3233
  debug: 0,
3234
3234
  config: {
3235
- iceServers: [this.ice.iceServers[0]],
3235
+ iceServers: this.ice.iceServers.slice(0, 1),
3236
3236
  sdpSemantics: "unified-plan",
3237
3237
  iceTransportPolicy: this.relay || (t = this.options) != null && t.forceTURN ? "relay" : void 0
3238
3238
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@genai-fi/base",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",