@madie/madie-models
Advanced tools
Comparing version 1.3.19 to 1.3.20
@@ -12,1 +12,2 @@ export * from "./Measure"; | ||
export * from "./ProgramUseContext"; | ||
export * from "./BaseConfigurationTypes"; |
@@ -28,1 +28,2 @@ "use strict"; | ||
__exportStar(require("./ProgramUseContext"), exports); | ||
__exportStar(require("./BaseConfigurationTypes"), exports); |
@@ -8,2 +8,3 @@ import { Model } from "./Model"; | ||
import { Organization } from "./Organization"; | ||
import { BaseConfigurationTypes } from "./BaseConfigurationTypes"; | ||
export interface MeasureMetadata { | ||
@@ -115,2 +116,3 @@ steward?: Organization; | ||
scoring?: string; | ||
baseConfigurationTypes: BaseConfigurationTypes[]; | ||
} |
{ | ||
"name": "@madie/madie-models", | ||
"version": "1.3.19", | ||
"version": "1.3.20", | ||
"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
17303
30
447