@authing/react-ui-components 3.1.0-rc.2 → 3.1.0-rc.6

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.
package/lib/index.d.ts CHANGED
@@ -3121,6 +3121,7 @@ declare module '@authing/react-ui-components/components/context/module/context'
3121
3121
  }
3122
3122
  declare module '@authing/react-ui-components/components/index' {
3123
3123
  export * from '@authing/react-ui-components/components/_utils/config';
3124
+ export * from '@authing/react-ui-components/components/_utils/responseManagement/interface';
3124
3125
  export type { AuthenticationClientOptions } from 'authing-js-sdk';
3125
3126
  export * from '@authing/react-ui-components/components/AuthingGuard/types/index';
3126
3127
  export * from '@authing/react-ui-components/components/AuthingGuard/hooks/index';
@@ -3136,7 +3137,7 @@ declare module '@authing/react-ui-components/components/version/index' {
3136
3137
 
3137
3138
  }
3138
3139
  declare module '@authing/react-ui-components/components/version/version' {
3139
- const _default: "3.1.0-rc.2";
3140
+ const _default: "3.1.0-rc.6";
3140
3141
  export default _default;
3141
3142
 
3142
3143
  }