@asgardeo/react 0.5.17 → 0.5.18

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/dist/index.d.ts CHANGED
@@ -193,4 +193,4 @@ export { default as getSchemas, GetSchemasConfig } from './api/getSchemas';
193
193
  export { default as updateMeProfile, UpdateMeProfileConfig } from './api/updateMeProfile';
194
194
  export { default as getMeProfile } from './api/getScim2Me';
195
195
  export * from './api/getScim2Me';
196
- export { AsgardeoRuntimeError } from '@asgardeo/browser';
196
+ export { AsgardeoRuntimeError, http } from '@asgardeo/browser';
package/dist/index.js CHANGED
@@ -12335,7 +12335,7 @@ var OrganizationSwitcher = ({
12335
12335
  var OrganizationSwitcher_default = OrganizationSwitcher;
12336
12336
 
12337
12337
  // src/index.ts
12338
- import { AsgardeoRuntimeError as AsgardeoRuntimeError7 } from "@asgardeo/browser";
12338
+ import { AsgardeoRuntimeError as AsgardeoRuntimeError7, http } from "@asgardeo/browser";
12339
12339
  export {
12340
12340
  Alert_default as Alert,
12341
12341
  AlertDescription,
@@ -12439,6 +12439,7 @@ export {
12439
12439
  getScim2Me_default as getMeProfile,
12440
12440
  getOrganization_default as getOrganization,
12441
12441
  getSchemas_default as getSchemas,
12442
+ http,
12442
12443
  updateMeProfile_default as updateMeProfile,
12443
12444
  updateOrganization_default as updateOrganization,
12444
12445
  useAlertVariant,