Skip to content

Commit 7d70bb9

Browse files
committed
TypeSchema: extend kbv-r4 example with de.basisprofil + kbv.basis
Replace the explicit hl7.fhir.r4.core dep (now pulled transitively) with de.basisprofil.r4@1.6.0-ballot2 and kbv.basis@1.8.0 to exercise the cross-package version graph from PR #151.
1 parent 767b65e commit 7d70bb9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/on-the-fly/kbv-r4/generate.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ if (require.main === module) {
3232
registry: "https://packages.simplifier.net",
3333
ignorePackageIndex: true,
3434
})
35-
.fromPackage("hl7.fhir.r4.core", "4.0.1")
3635
.fromPackage("kbv.ita.for", "1.3.1")
36+
.fromPackage("de.basisprofil.r4", "1.6.0-ballot2")
37+
.fromPackage("kbv.basis", "1.8.0")
3738
.throwException()
3839
.typescript({
3940
withDebugComment: false,

0 commit comments

Comments
 (0)