@revrag-ai/embed-react-native 1.0.22 → 1.0.23

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.
@@ -9,7 +9,7 @@ exports.generateEventId = generateEventId;
9
9
  // SDK Constants
10
10
 
11
11
  const SDK_NAME = exports.SDK_NAME = 'embed_react_native';
12
- const SDK_VERSION = exports.SDK_VERSION = '1.0.21';
12
+ const SDK_VERSION = exports.SDK_VERSION = '1.0.23';
13
13
  const SDK_PLATFORM = exports.SDK_PLATFORM = 'react_native';
14
14
  const DEFAULT_EMBED_URL = exports.DEFAULT_EMBED_URL = 'https://embed.revrag.ai';
15
15
 
@@ -3,7 +3,7 @@
3
3
  // SDK Constants
4
4
 
5
5
  export const SDK_NAME = 'embed_react_native';
6
- export const SDK_VERSION = '1.0.21';
6
+ export const SDK_VERSION = '1.0.23';
7
7
  export const SDK_PLATFORM = 'react_native';
8
8
  export const DEFAULT_EMBED_URL = 'https://embed.revrag.ai';
9
9
 
@@ -1,5 +1,5 @@
1
1
  export declare const SDK_NAME = "embed_react_native";
2
- export declare const SDK_VERSION = "1.0.21";
2
+ export declare const SDK_VERSION = "1.0.23";
3
3
  export declare const SDK_PLATFORM = "react_native";
4
4
  export declare const DEFAULT_EMBED_URL = "https://embed.revrag.ai";
5
5
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revrag-ai/embed-react-native",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "source": "./src/index.tsx",
5
5
  "description": "A powerful React Native library for integrating AI-powered voice agents into mobile applications. Features real-time voice communication, intelligent speech processing, customizable UI components, and comprehensive event handling for building conversational AI experiences.",
6
6
  "main": "./dist/commonjs/index.js",