@atomic-ehr/codegen 0.0.1-canary.20251113131621.e96bdcb → 0.0.1-canary.20251114074950.a039e86

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -2390,7 +2390,10 @@ var registerFromManager = async (manager, { logger, fallbackPackageForNameResolu
2390
2390
  const resource = resolition.resource;
2391
2391
  const resourcePkg = resolition.pkg;
2392
2392
  if (isStructureDefinition(resource)) {
2393
- const rfs = enrichFHIRSchema(fhirschema.translate(resource), resourcePkg);
2393
+ const rfs = enrichFHIRSchema(
2394
+ fhirschema.translate(resource),
2395
+ resourcePkg
2396
+ );
2394
2397
  counter++;
2395
2398
  resolver[pkgId].fhirSchemas[rfs.url] = rfs;
2396
2399
  }