-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #141 from Munyua123/getPatientChartStore
SJT-164 Fix the getPatientChartStore error on the patient chart
- Loading branch information
Showing
8 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ehospital/esm-billing-app", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"description": "Billing frontend module for use in O3", | ||
"browser": "dist/ehospital-esm-billing-app.js", | ||
"main": "src/index.ts", | ||
|
@@ -121,5 +121,5 @@ | |
"*.{js,jsx,ts,tsx}": "eslint --cache --fix" | ||
}, | ||
"packageManager": "[email protected]", | ||
"gitHead": "4eaff702f3b95b6d3b2b9d547abf36de676a1756" | ||
"gitHead": "9a7eb73fa777f68481d7b56e30e6771e355a84e5" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ehospital/esm-procedure-app", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"license": "MPL-2.0", | ||
"description": "An OpenMRS seed application for building microfrontends", | ||
"browser": "dist/sjthc-esm-procedure-app.js", | ||
|
@@ -113,5 +113,5 @@ | |
"webpack-cli": "^5.1.4" | ||
}, | ||
"packageManager": "[email protected]", | ||
"gitHead": "77a0f3566fb6864af7aee744718ade7fa9fd578c" | ||
"gitHead": "a295786214cb32ca0d7cc2b789bdce8a3269e379" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters