ttp-agent-sdk 2.3.17 → 2.3.18

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.
@@ -789,7 +789,7 @@
789
789
  <!-- Load SDK -->
790
790
 
791
791
  <!-- Load SDK as UMD module -->
792
- <script src="../dist/agent-widget.js"></script>
792
+ <script src="../agent-widget.js"></script>
793
793
 
794
794
  <script>
795
795
 
@@ -789,7 +789,7 @@
789
789
  <!-- Load SDK -->
790
790
 
791
791
  <!-- Load SDK as UMD module -->
792
- <script src="../dist/agent-widget.js"></script>
792
+ <script src="../agent-widget.js"></script>
793
793
 
794
794
  <script>
795
795
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ttp-agent-sdk",
3
- "version": "2.3.17",
3
+ "version": "2.3.18",
4
4
  "description": "Comprehensive Voice Agent SDK with Enhanced Customizable Widget - Real-time audio, WebSocket communication, React components, and extensive customization options",
5
5
  "main": "dist/agent-widget.js",
6
6
  "module": "dist/agent-widget.js",