@kivox/widget 0.1.0-beta.2 → 0.1.0-beta.20
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 +4 -4
- package/dist/index.js +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Kivox Widget
|
|
2
2
|
|
|
3
|
-
`@kivox/widget` is the official embeddable web widget for interacting with
|
|
3
|
+
`@kivox/widget` is the official embeddable web widget for interacting with Kivox. It provides a ready-to-use chat and voice interface that can be embedded into any website or web application with minimal setup. The widget is built on top of [@kivox/client](https://github.com/ekisa-team/kivox/tree/main/packages/kivox-client) and handles UI, audio I/O, session lifecycle, and real-time events automatically.
|
|
4
4
|
|
|
5
5
|
Features
|
|
6
6
|
|
|
@@ -14,7 +14,7 @@ Features
|
|
|
14
14
|
|
|
15
15
|
## Documentation
|
|
16
16
|
|
|
17
|
-
<https://kivox.
|
|
17
|
+
<https://docs.kivox.com.co/packages/kivox-widget>
|
|
18
18
|
|
|
19
19
|
## Installation
|
|
20
20
|
|
|
@@ -159,7 +159,7 @@ If you need full control over UX, state, or rendering, use the client directly i
|
|
|
159
159
|
|
|
160
160
|
## Contributing
|
|
161
161
|
|
|
162
|
-
[
|
|
162
|
+
[CONTRIBUTING.md](https://github.com/ekisa-team/kivox/blob/main/CONTRIBUTING.md)
|
|
163
163
|
|
|
164
164
|
## License
|
|
165
165
|
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
console.log("Hello from
|
|
1
|
+
console.log("Hello from Kivox widget!");
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kivox/widget",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
4
|
-
"description": "JavaScript/TypeScript client for
|
|
3
|
+
"version": "0.1.0-beta.20",
|
|
4
|
+
"description": "JavaScript/TypeScript client for Kivox",
|
|
5
5
|
"homepage": "https://github.com/ekisa-team/kivox#readme",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/ekisa-team/kivox/issues"
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"typescript": "5.9.3"
|
|
43
43
|
},
|
|
44
44
|
"publishConfig": {
|
|
45
|
-
"access": "public"
|
|
45
|
+
"access": "public",
|
|
46
|
+
"tag": "latest"
|
|
46
47
|
}
|
|
47
48
|
}
|