@madie/madie-models
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -10,1 +10,2 @@ export * from "./Measure"; | ||
export * from "./AggregateFunctionType"; | ||
export * from "./Organization"; |
@@ -26,1 +26,2 @@ "use strict"; | ||
__exportStar(require("./AggregateFunctionType"), exports); | ||
__exportStar(require("./Organization"), exports); |
@@ -8,2 +8,3 @@ import { Model } from "./Model"; | ||
steward?: string; | ||
developers?: string[]; | ||
description?: string; | ||
@@ -13,3 +14,2 @@ copyright?: string; | ||
rationale?: string; | ||
author?: string; | ||
guidance?: string; | ||
@@ -16,0 +16,0 @@ clinicalRecommendation?: string; |
{ | ||
"name": "@madie/madie-models", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
13078
24
337