akeyless-client-commons 1.0.180 → 1.0.181

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.
@@ -467,7 +467,7 @@ interface TableProps {
467
467
  oddRowClassName?: string;
468
468
  evenRowClassName?: string;
469
469
  };
470
- selectedRow: {
470
+ selectedRow?: {
471
471
  className?: string;
472
472
  rowIndex?: number | null;
473
473
  onChange?: (rowIndex: number) => void;
@@ -467,7 +467,7 @@ interface TableProps {
467
467
  oddRowClassName?: string;
468
468
  evenRowClassName?: string;
469
469
  };
470
- selectedRow: {
470
+ selectedRow?: {
471
471
  className?: string;
472
472
  rowIndex?: number | null;
473
473
  onChange?: (rowIndex: number) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-client-commons",
3
- "version": "1.0.180",
3
+ "version": "1.0.181",
4
4
  "scripts": {
5
5
  "build": "tsup",
6
6
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",