@gem-sdk/pages 1.10.42 → 1.11.0

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.
@@ -178,7 +178,7 @@ declare class ErrorBoundary extends Component<ErrorBoundaryProps, ErrorBoundaryS
178
178
  static getDerivedStateFromError(error: Error): ErrorBoundaryState;
179
179
  reset: () => void;
180
180
  componentDidCatch(error: Error, errorInfo: React.ErrorInfo): void;
181
- render(): string | number | boolean | react.ReactFragment | JSX.Element | null | undefined;
181
+ render(): string | number | boolean | react.ReactFragment | react.PromiseLikeOfReactNode | JSX.Element | null | undefined;
182
182
  }
183
183
 
184
184
  type Props$3 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/pages",
3
- "version": "1.10.42",
3
+ "version": "1.11.0",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",