akeyless-client-commons 1.0.179 → 1.0.180

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