@convai/web-sdk 0.2.0 → 0.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.
Files changed (2) hide show
  1. package/README.md +1 -25
  2. package/package.json +2 -14
package/README.md CHANGED
@@ -849,32 +849,8 @@ import type {
849
849
  } from "@convai/web-sdk";
850
850
  ```
851
851
 
852
- ## Browser Support
853
-
854
- - Chrome/Edge: Full support
855
- - Firefox: Full support
856
- - Safari: Full support
857
- - Mobile browsers: Supported
858
-
859
- ## Dependencies
860
-
861
- ### Peer Dependencies (React)
862
-
863
- - `react ^18.0.0`
864
- - `react-dom ^18.0.0`
865
-
866
- ### Included Dependencies
867
-
868
- - `styled-components` - Styling
869
- - `framer-motion` - Animations
870
- - `react-icons` - Icon components
871
-
872
- ## License
873
-
874
- MIT
875
-
876
852
  ## Support
877
853
 
878
- - [GitHub Issues](https://github.com/convai/web-sdk/issues)
854
+ - [Convai Forum](https://forum.convai.com)
879
855
  - [API Reference](./API_REFERENCE.md)
880
856
  - [Convai Website](https://convai.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@convai/web-sdk",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Convai Web SDK for AI voice assistants. Supports both React and vanilla JavaScript/TypeScript. Build voice-powered AI interactions with real-time audio/video streaming.",
5
5
  "private": false,
6
6
  "type": "module",
@@ -54,27 +54,15 @@
54
54
  },
55
55
  "keywords": [
56
56
  "convai",
57
- "livekit",
58
- "react",
59
- "vanilla",
60
- "typescript",
61
- "javascript",
62
- "ai",
63
57
  "voice-assistant",
64
- "video-chat",
65
58
  "real-time",
66
59
  "webrtc",
67
- "cursor",
68
60
  "ai-assistant",
69
- "conversational-ai",
70
- "voice-ui",
71
61
  "chat-widget",
72
62
  "speech-recognition",
73
63
  "text-to-speech",
74
- "rtc",
75
64
  "character-ai",
76
- "interactive-characters",
77
- "tree-shaking"
65
+ "interactive-characters"
78
66
  ],
79
67
  "author": "Convai <support@convai.com>",
80
68
  "license": "MIT",