@oliasoft-open-source/react-ui-library 5.15.1-beta-1 → 5.15.1-beta-3

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
@@ -9081,7 +9081,7 @@ const ComparisonViewModal = ({ auditLog: e, auditLogs: t, data: n, isOpen: r, se
9081
9081
  breakWord: !0
9082
9082
  },
9083
9083
  {
9084
- value: e.userName || "Unknown",
9084
+ value: e.source === "API" ? "API" : e.userName || "Unknown",
9085
9085
  type: "Static"
9086
9086
  },
9087
9087
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "5.15.1-beta-1",
3
+ "version": "5.15.1-beta-3",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {