@kivox/client 0.1.0-beta.5 → 0.1.0-beta.7

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 CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## Features
6
6
 
7
- - Unified client for the Kivox API
7
+ - Unified client for the KIVOX API
8
8
  - Conversation and voice session management
9
9
  - WebSockets, events, and real-time state
10
10
  - Audio recording and playback
package/dist/index.d.ts CHANGED
@@ -753,7 +753,7 @@ declare class TemplateClient {
753
753
  delete(id: string): Promise<void>;
754
754
  }
755
755
  /**
756
- * Configuration for the Kivox client.
756
+ * Configuration for the KIVOX client.
757
757
  */
758
758
  type KivoxConfig = {
759
759
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kivox/client",
3
- "version": "0.1.0-beta.5",
3
+ "version": "0.1.0-beta.7",
4
4
  "description": "JavaScript/TypeScript client for KIVOX",
5
5
  "homepage": "https://github.com/ekisa-team/kivox#readme",
6
6
  "bugs": {