@garrix82/reactgenie-lib 1.3.0 → 1.3.1
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 +6 -1
- package/package.json +7 -2
- package/dist/adapters/__tests__/expo-router-adapter.test.d.ts +0 -1
- package/dist/hooks/__tests__/useSpeechRecognition.test.d.ts +0 -1
- package/dist/logger.remote.test.d.ts +0 -0
- package/dist/speech-recognition/__tests__/speech-recognition-groq-transport.test.d.ts +0 -1
- package/dist/speech-recognition/__tests__/speech-recognition-native.test.d.ts +0 -1
- package/dist/speech-recognition/__tests__/speech-recognition-openai-native.test.d.ts +0 -1
- package/dist/speech-recognition/__tests__/speech-recognition-openai.test.d.ts +0 -1
- package/dist/speech-recognition/__tests__/speech-recognition-unified-import.test.d.ts +0 -0
- package/dist/speech-recognition/__tests__/speech-recognition-unified.test.d.ts +0 -1
package/README.md
CHANGED
|
@@ -618,4 +618,9 @@ These are oriented toward local prompt-generation and parser experiments around
|
|
|
618
618
|
|
|
619
619
|
## License
|
|
620
620
|
|
|
621
|
-
Apache-2.0
|
|
621
|
+
Apache-2.0
|
|
622
|
+
|
|
623
|
+
This package is a thesis-project fork maintained by [Omkar Mirgal](https://github.com/OmkarMirgal).
|
|
624
|
+
Based on the original ReactGenie project by StanfordHCI.
|
|
625
|
+
Original upstream attribution includes [Jackie Yang](https://github.com/valkjsaaa).
|
|
626
|
+
See the LICENSE file for the full license text.
|
package/package.json
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@garrix82/reactgenie-lib",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "A Toolkit for Multimodal Applications",
|
|
5
5
|
"author": "Omkar Mirgal <github.com/OmkarMirgal>",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
|
-
"keywords": [
|
|
7
|
+
"keywords": [
|
|
8
|
+
"Multimodal",
|
|
9
|
+
"Voice-interface",
|
|
10
|
+
"React Native",
|
|
11
|
+
"Toolkit"
|
|
12
|
+
],
|
|
8
13
|
"main": "dist/index.js",
|
|
9
14
|
"scripts": {
|
|
10
15
|
"test": "jest",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|