@madie/madie-models
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -6,1 +6,2 @@ export * from "./Measure"; | ||
export * from "./TestCase"; | ||
export * from "./CqlLibrary"; |
@@ -22,1 +22,2 @@ "use strict"; | ||
__exportStar(require("./TestCase"), exports); | ||
__exportStar(require("./CqlLibrary"), exports); |
{ | ||
"name": "@madie/madie-models", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -33,3 +33,2 @@ "scripts": { | ||
} | ||
} |
# MADiE Typescript Models | ||
madie-models is for including the Typescript models that can be shared between projects. | ||
@@ -18,4 +19,4 @@ | ||
In the package.json, for the app you are integrating with, replace | ||
```"@madie/madie-models": "^0.0.5",``` | ||
with | ||
```"@madie/madie-models": "../madie-models/dist",``` | ||
`"@madie/madie-models": "^0.0.5",` | ||
with | ||
`"@madie/madie-models": "../madie-models/dist",` |
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
8373
16
210
22