ptechcore_ui 1.0.42 → 1.0.43

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.
package/dist/index.cjs CHANGED
@@ -1833,7 +1833,7 @@ var MODULE_URLS = {
1833
1833
  production: {
1834
1834
  wiseConnect: "https://rewise.praedium-tech.com/admin/crm/trade-strategy/lead-insight/",
1835
1835
  wiseReach: "https://rewise.praedium-tech.com/admin/marketing/dashboard/",
1836
- wiseOps: "https://wisefm.praedium-tech.com/",
1836
+ wiseOps: "https://wisefm.praedium-tech.com/dashboard/",
1837
1837
  wiseGuard: "https://rewise.praedium-tech.com/admin/security/dashboard/",
1838
1838
  wiseThrive: "https://rewise.praedium-tech.com/admin/thrive/scorecard/dashboard/financial/",
1839
1839
  wiseView: "https://reporting.rewise.praedium-tech.com/",
package/dist/index.js CHANGED
@@ -1730,7 +1730,7 @@ var MODULE_URLS = {
1730
1730
  production: {
1731
1731
  wiseConnect: "https://rewise.praedium-tech.com/admin/crm/trade-strategy/lead-insight/",
1732
1732
  wiseReach: "https://rewise.praedium-tech.com/admin/marketing/dashboard/",
1733
- wiseOps: "https://wisefm.praedium-tech.com/",
1733
+ wiseOps: "https://wisefm.praedium-tech.com/dashboard/",
1734
1734
  wiseGuard: "https://rewise.praedium-tech.com/admin/security/dashboard/",
1735
1735
  wiseThrive: "https://rewise.praedium-tech.com/admin/thrive/scorecard/dashboard/financial/",
1736
1736
  wiseView: "https://reporting.rewise.praedium-tech.com/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ptechcore_ui",
3
- "version": "1.0.42",
3
+ "version": "1.0.43",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",