@bahmni/services 0.0.1-dev.201 → 0.0.1-dev.202

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
@@ -3990,7 +3990,7 @@ const Un = () => {
3990
3990
  const t = JSON.parse(
3991
3991
  decodeURIComponent(e).replace(/^"(.*)"$/, "$1")
3992
3992
  );
3993
- if (!t.name || !t.uuid)
3993
+ if (!t.uuid)
3994
3994
  throw new Error(ue.t("ERROR_FETCHING_USER_LOCATION_DETAILS"));
3995
3995
  return t;
3996
3996
  }, fg = async () => (await z(Xu("commons"))).find(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bahmni/services",
3
- "version": "0.0.1-dev.201",
3
+ "version": "0.0.1-dev.202",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",