akeyless-client-commons 1.1.66 → 1.1.67

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.
@@ -380,7 +380,7 @@ declare const LeftToRightDiv: ({ direction, className, children, props, title, }
380
380
  direction: Direction;
381
381
  children: ReactNode;
382
382
  className?: string;
383
- props: ComponentProps<"div">;
383
+ props?: ComponentProps<"div">;
384
384
  title?: string;
385
385
  }) => react_jsx_runtime.JSX.Element;
386
386
 
@@ -380,7 +380,7 @@ declare const LeftToRightDiv: ({ direction, className, children, props, title, }
380
380
  direction: Direction;
381
381
  children: ReactNode;
382
382
  className?: string;
383
- props: ComponentProps<"div">;
383
+ props?: ComponentProps<"div">;
384
384
  title?: string;
385
385
  }) => react_jsx_runtime.JSX.Element;
386
386
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-client-commons",
3
- "version": "1.1.66",
3
+ "version": "1.1.67",
4
4
  "scripts": {
5
5
  "build": "tsup",
6
6
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",