@revrag-ai/embed-react-native 1.0.29 → 1.0.30
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.
|
|
12
|
+
const SDK_VERSION = exports.SDK_VERSION = '1.0.30';
|
|
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
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const SDK_NAME = "embed_react_native";
|
|
2
|
-
export declare const SDK_VERSION = "1.0.
|
|
2
|
+
export declare const SDK_VERSION = "1.0.30";
|
|
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.
|
|
3
|
+
"version": "1.0.30",
|
|
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",
|