@riab/vendor-due-diligence 0.5.10 → 0.5.11-beta

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.
@@ -4129,7 +4129,8 @@ const Ql = (t, e) => {
4129
4129
  }, Xl = {
4130
4130
  local: "http://localhost/mrc_api/public/api",
4131
4131
  uat: "https://api-uat.myriacompliance.com/api",
4132
- production: "https://api.myriacompliance.com/api"
4132
+ production: "https://api.myriacompliance.com/api",
4133
+ demo: "https://api-demo.myriacompliance.com/api"
4133
4134
  }, ed = window.location.pathname.split("/");
4134
4135
  window.location.host === "localhost" ? `${window.location.origin}${ed[1].trim()}` : window.location.origin;
4135
4136
  class td {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@riab/vendor-due-diligence",
3
3
  "private": false,
4
- "version": "0.5.10",
4
+ "version": "0.5.11-beta",
5
5
  "type": "module",
6
6
  "main": "dist/vendor-due-diligence.js",
7
7
  "module": "dist/vendor-due-diligence.js",