UNPKG

@openmrs/esm-api

Version:

The javascript module for interacting with the OpenMRS API

10 lines (9 loc) 317 B
/** * Defines the minimum required versions of OpenMRS backend modules that the * frontend framework depends on. These versions are checked at startup to ensure * compatibility between the frontend and backend. */ export const backendDependencies = { 'webservices.rest': '2.24.0', fhir2: '1.0.0-SNAPSHOT', };