@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 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 © [Jackie Yang](https://github.com/valkjsaaa)
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.0",
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": ["Multimodal", "Voice-interface", "React Native", "Toolkit"],
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