@mercurjs/admin 2.0.0-canary.89 → 2.0.0-canary.90

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.js CHANGED
@@ -4932,7 +4932,7 @@ function getRouteMap({
4932
4932
  },
4933
4933
  {
4934
4934
  path: "/invite",
4935
- lazy: () => import("./invite-R3GXEK5H.js")
4935
+ lazy: () => import("./invite-MRJ2KMKI.js")
4936
4936
  },
4937
4937
  ...customPublicRoutes,
4938
4938
  {
@@ -176,7 +176,7 @@ var CreateView = ({
176
176
  const { mutateAsync: acceptInvite, isPending: isAcceptingInvite } = useAcceptInvite(token);
177
177
  const handleSubmit = form.handleSubmit(async (data) => {
178
178
  try {
179
- const authToken = await signUpEmailPass({
179
+ const { token: authToken } = await signUpEmailPass({
180
180
  email: data.email,
181
181
  password: data.password
182
182
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mercurjs/admin",
3
- "version": "2.0.0-canary.89",
3
+ "version": "2.0.0-canary.90",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/mercurjs/mercur",
@@ -29,8 +29,8 @@
29
29
  "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
30
30
  },
31
31
  "dependencies": {
32
- "@mercurjs/dashboard-shared": "2.0.0-canary.89",
33
- "@mercurjs/client": "2.0.0-canary.89",
32
+ "@mercurjs/dashboard-shared": "2.0.0-canary.90",
33
+ "@mercurjs/client": "2.0.0-canary.90",
34
34
  "@ariakit/react": "^0.4.15",
35
35
  "@babel/runtime": "^7.26.10",
36
36
  "@dnd-kit/core": "^6.1.0",