authscape 1.0.446 → 1.0.450

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/index.js CHANGED
@@ -342,7 +342,7 @@ function AuthScapeApp(_ref) {
342
342
  setIsLoading: setIsLoading,
343
343
  toast: _reactToastify.toast,
344
344
  store: useStore,
345
- setSnackBarMessage: setSnackBarMessage
345
+ setToastMessage: setToastMessage
346
346
  }), layout == null && /*#__PURE__*/_react["default"].createElement(Component, _extends({}, pageProps, {
347
347
  currentUser: signedInUser.current,
348
348
  toast: _reactToastify.toast,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "authscape",
3
- "version": "1.0.446",
3
+ "version": "1.0.450",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -310,7 +310,7 @@ export function AuthScapeApp ({Component, layout, loadingLayout, pageProps, muiT
310
310
  setIsLoading: setIsLoading,
311
311
  toast: toast,
312
312
  store: useStore,
313
- setSnackBarMessage: setSnackBarMessage
313
+ setToastMessage: setToastMessage
314
314
  })}
315
315
 
316
316
  {layout == null &&