@revrag-ai/embed-react-native 1.0.8 → 1.0.9
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/package.json
CHANGED
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revrag-ai/embed-react-native",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
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": "./lib/commonjs/index.js",
|
|
7
7
|
"module": "./lib/module/index.js",
|
|
8
|
-
"types": "./lib/typescript/
|
|
8
|
+
"types": "./lib/typescript/src/index.d.ts",
|
|
9
9
|
"typesVersions": {
|
|
10
10
|
"*": {
|
|
11
11
|
"*": [
|
|
12
|
-
"./lib/typescript/
|
|
12
|
+
"./lib/typescript/src/*"
|
|
13
13
|
]
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"exports": {
|
|
17
17
|
".": {
|
|
18
|
-
"types": "./lib/typescript/commonjs/src/index.d.ts",
|
|
19
18
|
"import": "./lib/module/index.js",
|
|
20
19
|
"require": "./lib/commonjs/index.js",
|
|
21
20
|
"default": "./lib/module/index.js"
|
|
@@ -222,8 +221,7 @@
|
|
|
222
221
|
[
|
|
223
222
|
"typescript",
|
|
224
223
|
{
|
|
225
|
-
"project": "tsconfig.build.json"
|
|
226
|
-
"esm": true
|
|
224
|
+
"project": "tsconfig.build.json"
|
|
227
225
|
}
|
|
228
226
|
]
|
|
229
227
|
]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"type":"commonjs"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"type":"module"}
|