@madie/madie-models
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -26,3 +26,3 @@ import { PopulationType } from "./Population"; | ||
id: string; | ||
criteriaReference: string; | ||
criteriaReference?: string; | ||
name: PopulationType | string; | ||
@@ -43,3 +43,3 @@ expected: boolean | number; | ||
id: string; | ||
criteriaReference: string; | ||
criteriaReference?: string; | ||
expected: boolean | number; | ||
@@ -46,0 +46,0 @@ } |
{ | ||
"name": "@madie/madie-models", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "Models for MADiE Project", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14183