You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snapshot of medvertical/records monorepo state, exported via
oss:export-validator. Tracks the npm publication of:
@records-fhir/validator@0.1.14
@records-fhir/validation-types@0.1.5
Run npm i @records-fhir/validator@0.1.14 for the matching
distribution. The conformance evidence in conformance-results/
matches the published tarball.
Copy file name to clipboardExpand all lines: packages/validation-types/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@records-fhir/validation-types",
3
-
"version": "0.1.4",
3
+
"version": "0.1.5",
4
4
"description": "Validation-domain TypeScript types for the Records FHIR validator: ValidationIssue, ValidationSettings, ValidationResult, advisor rules, fix suggestions. No runtime code, no DB coupling.",
Copy file name to clipboardExpand all lines: packages/validator/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ depending on your trade-off between freshness and stability:
89
89
| Goal | Pin in `uses:` | Notes |
90
90
|---|---|---|
91
91
| Always-latest within current major | `medvertical/records-fhir-validator@v0` | Force-moved on every stable release; never advances onto a prerelease |
92
-
| Specific minor/patch (recommended for production CI) | `medvertical/records-fhir-validator@v0.1.13` | Immutable once published |
92
+
| Specific minor/patch (recommended for production CI) | `medvertical/records-fhir-validator@v0.1.14` | Immutable once published |
Copy file name to clipboardExpand all lines: packages/validator/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@records-fhir/validator",
3
-
"version": "0.1.13",
3
+
"version": "0.1.14",
4
4
"description": "Pure-TypeScript FHIR R4/R5/R6 validation engine. Validates resources against StructureDefinitions, terminology, references, and custom rules with no database required.",
0 commit comments