@voxket-ai/voxket-live 1.1.53 → 1.1.54

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.
@@ -0,0 +1,8 @@
1
+ import { Extras } from '@sentry/core';
2
+ import { VoxketError } from './core';
3
+ export declare function initSentry(): void;
4
+ export declare const sentryLogger: {
5
+ info(message: string, extra?: Extras): void;
6
+ warn(message: string, extra?: Extras): void;
7
+ error(error: VoxketError, extra?: Extras): void;
8
+ };
@@ -183,7 +183,7 @@ export declare class VoxketError extends Error {
183
183
  details?: Record<string, any> | undefined;
184
184
  constructor(message: string, code: VoxketErrorCode, details?: Record<string, any> | undefined);
185
185
  }
186
- export type VoxketErrorCode = 'AUTHENTICATION_FAILED' | 'CONNECTION_FAILED' | 'SESSION_NOT_FOUND' | 'AGENT_NOT_AVAILABLE' | 'PERMISSION_DENIED' | 'NETWORK_ERROR' | 'CONFIGURATION_ERROR' | 'NOT_CONNECTED' | 'RECORDING_ERROR' | 'DEVICE_ERROR' | 'INVALID_PARAMETER' | 'UNKNOWN_ERROR';
186
+ export type VoxketErrorCode = 'AUTHENTICATION_FAILED' | 'CONNECTION_FAILED' | 'SESSION_NOT_FOUND' | 'AGENT_NOT_AVAILABLE' | 'PERMISSION_DENIED' | 'NETWORK_ERROR' | 'CONFIGURATION_ERROR' | 'NOT_CONNECTED' | 'RECORDING_ERROR' | 'DEVICE_ERROR' | 'INVALID_PARAMETER' | 'UNKNOWN_ERROR' | 'INFO' | 'WARN';
187
187
  export interface LiveKitIntegration {
188
188
  room?: Room;
189
189
  localParticipant?: LocalParticipant;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voxket-ai/voxket-live",
3
- "version": "1.1.53",
3
+ "version": "1.1.54",
4
4
  "description": "A React widget for embedding Voxket-powered audio/video/chat experiences.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -82,6 +82,9 @@
82
82
  "@phosphor-icons/react": "~2.1.10",
83
83
  "@radix-ui/react-select": "~2.2.5",
84
84
  "@radix-ui/react-toggle": "~1.1.9",
85
+ "@sentry/react": "^10.36.0",
86
+ "@tailwindcss/vite": "~4.1.10",
87
+ "@voxket-ai/voxket-live": "~1.1.38",
85
88
  "ajv": "~8.17.1",
86
89
  "ajv-draft-04": "~1.0.0",
87
90
  "class-variance-authority": "~0.7.1",