@mesob/auth-react 0.2.4 → 0.2.5

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.
@@ -1,6 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
1
2
  import * as react from 'react';
2
3
  import { ReactNode, Component, ErrorInfo } from 'react';
3
- import * as react_jsx_runtime from 'react/jsx-runtime';
4
4
 
5
5
  type ErrorBoundaryProps = {
6
6
  children: ReactNode;
@@ -18,7 +18,7 @@ declare class ErrorBoundary extends Component<ErrorBoundaryProps, ErrorBoundaryS
18
18
  static getDerivedStateFromError(error: Error): ErrorBoundaryState;
19
19
  componentDidCatch(_error: Error, _errorInfo: ErrorInfo): void;
20
20
  reset: () => void;
21
- render(): string | number | bigint | boolean | react_jsx_runtime.JSX.Element | Iterable<ReactNode> | Promise<string | number | bigint | boolean | react.ReactPortal | react.ReactElement<unknown, string | react.JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | null | undefined;
21
+ render(): string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | react.ReactPortal | react.ReactElement<unknown, string | react.JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | react_jsx_runtime.JSX.Element | null | undefined;
22
22
  }
23
23
  declare function AuthErrorBoundary({ children }: {
24
24
  children: ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mesob/auth-react",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -27,7 +27,7 @@
27
27
  "react-hook-form": "^7.66.1",
28
28
  "sonner": "^2.0.7",
29
29
  "zod": "^4.1.12",
30
- "@mesob/ui": "0.2.4"
30
+ "@mesob/ui": "0.2.5"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/react": "^19",