akeyless-client-commons 1.0.225 → 1.0.226

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.
@@ -1765,7 +1765,9 @@ var TableProvider = function(props) {
1765
1765
  filters,
1766
1766
  data,
1767
1767
  displayAllRows,
1768
- normalizedNoneSearchKeys
1768
+ normalizedNoneSearchKeys,
1769
+ filterableColumns,
1770
+ filterPopupsDisplay
1769
1771
  ]);
1770
1772
  var providerValues = _object_spread_props(_object_spread({}, props), {
1771
1773
  // props with default values
@@ -1549,7 +1549,9 @@ var TableProvider = function(props) {
1549
1549
  filters,
1550
1550
  data,
1551
1551
  displayAllRows,
1552
- normalizedNoneSearchKeys
1552
+ normalizedNoneSearchKeys,
1553
+ filterableColumns,
1554
+ filterPopupsDisplay
1553
1555
  ]);
1554
1556
  var providerValues = _object_spread_props(_object_spread({}, props), {
1555
1557
  // props with default values
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-client-commons",
3
- "version": "1.0.225",
3
+ "version": "1.0.226",
4
4
  "scripts": {
5
5
  "build": "tsup",
6
6
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",