@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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. 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 ReactGenie project, see [StanfordHCI/ReactGenie](https://github.com/StanfordHCI/ReactGenieDSL).
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@garrix82/reactgenie-dsl",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A natural language parser based on a large language model",
5
5
  "scripts": {
6
6
  "prepare": "pnpm peggy lib/dsl/parser.pegjs -o lib/dsl/parser.gen.js && pnpm tsc",