@bahmni/services 0.0.1-dev.226 → 0.0.1-dev.228

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -11456,7 +11456,7 @@ async function Jv(e) {
11456
11456
  return (await F(qm(e))).results ?? [];
11457
11457
  }
11458
11458
  const Mm = ce + "/Immunization", Fm = (e, t) => {
11459
- let r = `${Mm}?patient=${e}&_sort=-_lastUpdated&_count=100`;
11459
+ let r = `${Mm}?patient=${e}&_sort=-date&_count=100`;
11460
11460
  return t && (r += `&status=${t}`), r;
11461
11461
  };
11462
11462
  async function Qv(e, t) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bahmni/services",
3
- "version": "0.0.1-dev.226",
3
+ "version": "0.0.1-dev.228",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",