thecore-auth 0.0.62 → 0.0.63

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.
@@ -1056,6 +1056,9 @@ export {
1056
1056
  Me as RouteProvider,
1057
1057
  ke as Routes,
1058
1058
  dA as fetchAxiosConfig,
1059
+ AA as useAlert,
1060
+ iA as useAuth,
1061
+ $ as useConfig,
1059
1062
  DA as useLoading,
1060
1063
  _e as useLocation,
1061
1064
  JA as useLoginForm,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "thecore-auth",
3
3
  "private": false,
4
- "version": "0.0.62",
4
+ "version": "0.0.63",
5
5
  "type": "module",
6
6
  "main": "dist/thecore-auth.cjs.js",
7
7
  "style": "dist/thecore-auth.css",