akeyless-client-commons 1.0.15 → 1.0.16

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.
@@ -4233,7 +4233,8 @@ function SearchSelect(param) {
4233
4233
  });
4234
4234
  }, [
4235
4235
  allOptions,
4236
- searchQuery
4236
+ searchQuery,
4237
+ createNewOptionLabel
4237
4238
  ]);
4238
4239
  var selectLabel = (0, import_react6.useMemo)(function() {
4239
4240
  var _allOptions_find;
@@ -4038,7 +4038,8 @@ function SearchSelect(param) {
4038
4038
  });
4039
4039
  }, [
4040
4040
  allOptions,
4041
- searchQuery
4041
+ searchQuery,
4042
+ createNewOptionLabel
4042
4043
  ]);
4043
4044
  var selectLabel = useMemo5(function() {
4044
4045
  var _allOptions_find;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-client-commons",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "scripts": {
5
5
  "build": "tsup",
6
6
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",