Skip to content

Commit

Permalink
Update on fhir version for npm package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddieppois committed Apr 25, 2024
1 parent d344d4f commit 30b2461
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public void initializeFromIg(String rootDir, String igPath, String fhirVersion)
this.fhirVersion = sourceIg.getFhirVersion().get(0).getCode();
packageId = sourceIg.getPackageId();
canonicalBase = determineCanonical(sourceIg.getUrl());
packageManager = new NpmPackageManager(sourceIg, "4.3.0");
packageManager = new NpmPackageManager(sourceIg, this.fhirVersion);

// Setup binary paths (cql source directories)
binaryPaths = IGUtils.extractBinaryPaths(rootDir, sourceIg);
Expand Down

0 comments on commit 30b2461

Please sign in to comment.