@madie/madie-models
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,1 +5,2 @@ export * from "./Measure"; | ||
export * from "./Model"; | ||
export * from "./TestCase"; |
@@ -21,1 +21,2 @@ "use strict"; | ||
__exportStar(require("./Model"), exports); | ||
__exportStar(require("./TestCase"), exports); |
import { MeasurePopulation } from "./MeasurePopulation"; | ||
export default interface TestCase { | ||
export interface TestCase { | ||
id: string; | ||
@@ -4,0 +4,0 @@ title: string; |
{ | ||
"name": "@madie/madie-models", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -0,8 +1,20 @@ | ||
# MADiE Typescript Models | ||
madie-models is for including the Typescript models that can be shared between projects. | ||
npm run build | ||
npm run lint | ||
npm run test | ||
npm run coverage | ||
- npm install | ||
- npm run build | ||
- npm run lint | ||
- npm run test | ||
- npm run coverage | ||
Create a PR for merge to main with a Title of "Release x.y.z" and the npm-publish github workflow will be executed. | ||
Create a PR for merge to main with a Title of "Release x.y.z" and the npm-publish github workflow will be executed. | ||
To enable local development: | ||
- npm install | ||
- npm run build | ||
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",``` |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
7788
187
20
0