@moveo-ai/web-client 0.102.1 → 0.103.0-true.1

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": "@moveo-ai/web-client",
3
- "version": "0.102.1",
3
+ "version": "0.103.0-true.1",
4
4
  "description": "Client side library to load the moveo chat widget and connect it with your agent",
5
5
  "main": "dist/web-client.min.js",
6
6
  "scripts": {
@@ -191,6 +191,10 @@
191
191
  {
192
192
  "path": "./dist/webrtc-client.min.js",
193
193
  "maxSize": "150 kB"
194
+ },
195
+ {
196
+ "path": "./dist/telnyx-client.min.js",
197
+ "maxSize": "155 kB"
194
198
  }
195
199
  ]
196
200
  },
@@ -215,6 +219,7 @@
215
219
  ]
216
220
  },
217
221
  "dependencies": {
222
+ "@telnyx/webrtc": "^2.26.4",
218
223
  "webrtc-adapter": "^9.0.5"
219
224
  }
220
225
  }