@telnyx/ai-agent-widget 0.1.0-beta.1 → 0.1.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,7 +10,7 @@ To use the Telnyx Voice AI Widget, you need to include the widget script in your
10
10
 
11
11
  ```html
12
12
  <telnyx-ai-agent agent-id="assistant-xxx"></telnyx-ai-agent>
13
- <script async src="https://esm.sh/@telnyx/ai-agent-widget"></script>
13
+ <script async src="https://unpkg.com/@telnyx/ai-agent-widget"></script>
14
14
  ```
15
15
 
16
16
  ## Development
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@telnyx/ai-agent-widget",
3
3
  "private": false,
4
- "version": "0.1.0-beta.1",
4
+ "version": "0.1.0",
5
5
  "description": "A widget for Telnyx AI Agent",
6
6
  "type": "module",
7
7
  "author": "Telnyx",