@garrix82/reactgenie-dsl 1.0.0 → 1.0.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 +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> Decorators, DSL execution, and LLM-backed semantic parsing for ReactGenie-style applications
|
|
4
4
|
|
|
5
|
-
> Fork notice: this package snapshot is maintained as a thesis-project fork by [Omkar Mirgal](https://github.com/OmkarMirgal). For the original
|
|
5
|
+
> Fork notice: this package snapshot is maintained as a thesis-project fork by [Omkar Mirgal](https://github.com/OmkarMirgal). For the original ReactGenieDSL project, see [StanfordHCI/ReactGenieDSL](https://github.com/StanfordHCI/ReactGenieDSL).
|
|
6
6
|
|
|
7
7
|
## Introduction
|
|
8
8
|
|
|
@@ -434,3 +434,7 @@ Monitoring supports:
|
|
|
434
434
|
## License
|
|
435
435
|
|
|
436
436
|
Apache-2.0
|
|
437
|
+
|
|
438
|
+
This package is a thesis-project fork maintained by [Omkar Mirgal](https://github.com/OmkarMirgal).
|
|
439
|
+
For the original ReactGenieDSL project, see [StanfordHCI/ReactGenieDSL](https://github.com/StanfordHCI/ReactGenieDSL).
|
|
440
|
+
See the LICENSE file for the full license text.
|
package/package.json
CHANGED