Skip to content

Commit

Permalink
Merge pull request #231 from MeasureAuthoringTool/MAT-7595a
Browse files Browse the repository at this point in the history
Release 1.4.17
  • Loading branch information
mcmcphillips authored Sep 12, 2024
2 parents f33f2da + d652300 commit 108a891
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@madie/madie-models",
"version": "1.4.16",
"version": "1.4.17",
"description": "Models for MADiE Project",
"scripts": {
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion src/TestCase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export interface DisplayStratificationValue {
id: string;
criteriaReference?: string;
expected: boolean | number;
populationValues: DisplayPopulationValue[];
populationValues?: DisplayPopulationValue[];
}

export interface HapiOperationOutcome {
Expand Down

0 comments on commit 108a891

Please sign in to comment.