ttp-agent-sdk 2.2.0 → 2.2.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.
@@ -219,6 +219,7 @@
219
219
  <li>Click the voice button to start (will request microphone permission)</li>
220
220
  <li>Widget will connect directly using agent ID + app ID</li>
221
221
  <li>Check the status updates below</li>
222
+ <li>Try the interactive customization designer below to customize colors, sizes, text, and more in real-time!</li>
222
223
  </ol>
223
224
  </div>
224
225
 
@@ -219,6 +219,7 @@
219
219
  <li>Click the voice button to start (will request microphone permission)</li>
220
220
  <li>Widget will connect directly using agent ID + app ID</li>
221
221
  <li>Check the status updates below</li>
222
+ <li>Try the interactive customization designer below to customize colors, sizes, text, and more in real-time!</li>
222
223
  </ol>
223
224
  </div>
224
225
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ttp-agent-sdk",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
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",