Skip to content

Commit

Permalink
Update cql-execution to 3.1.0 (#309)
Browse files Browse the repository at this point in the history
* updated to cql-exec 3.1.0. fixed a few audit concerns. added elsa to contributors

* Update regression in README

---------

Co-authored-by: LaurenD <laurend@mitre.org>
  • Loading branch information
hossenlopp and lmd59 authored Aug 9, 2024
1 parent b0241d9 commit 6a40066
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 25 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1335,10 +1335,10 @@ The `./regression` directory is organized for internal calculation testing betwe
-v, --verbose <boolean> Use verbose regression. Will print out diffs of failing JSON files with spacing (default: false)
```

To run the regression testing script, in the `./regression` directory run:
To run the regression testing script, in the `fqm-execution` root directory run:

```bash
./run-regression
./regression/run-regression.sh
```

### Data Requirements Testing
Expand Down
47 changes: 26 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"axios": "^0.21.1",
"commander": "^6.1.0",
"cql-exec-fhir": "^2.1.3",
"cql-execution": "^3.0.1",
"cql-execution": "^3.1.0",
"handlebars": "^4.7.7",
"lodash": "^4.17.21",
"moment": "^2.29.4",
Expand Down Expand Up @@ -87,11 +87,15 @@
{
"name": "Lauren DiCristofaro",
"email": "laurend@mitre.org"
},
{
"name": "Elsa Perelli",
"email": "eperelli@mitre.org"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/projecttacoma/fqm-execution/issues"
},
"homepage": "https://github.com/projecttacoma/fqm-execution#readme"
}
}

0 comments on commit 6a40066

Please sign in to comment.