@voxket-ai/voxket-live 1.0.51 → 1.0.53
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/README.md +1 -3
- package/dist/index.cjs +94 -570
- package/dist/index.css +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +16286 -39199
- package/package.json +1 -1
- package/dist/styles/inject-styles.d.ts +0 -1
package/README.md
CHANGED
|
@@ -22,13 +22,11 @@ or
|
|
|
22
22
|
yarn add @voxket-ai/voxket-live
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
-
The package is currently published at version `1.0.
|
|
25
|
+
The package is currently published at version `1.0.13`. For the latest version, you can use:
|
|
26
26
|
```bash
|
|
27
27
|
npm install @voxket-ai/voxket-live@latest
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
⚠️ **Troubleshooting**: If you encounter React-related errors, please see [CONSUMER_SETUP.md](./CONSUMER_SETUP.md) for detailed setup instructions.
|
|
31
|
-
|
|
32
30
|
## Usage
|
|
33
31
|
|
|
34
32
|
To use the Voxket Live widget in your React application, simply import and use the component. **No separate CSS import is required** - styles are automatically included:
|