@mercurjs/vendor 2.1.5 → 2.1.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/dist/index.js CHANGED
@@ -3609,7 +3609,7 @@ function getRouteMap({
3609
3609
  {
3610
3610
  path: "",
3611
3611
  lazy: async () => {
3612
- const { StoreDetailPage } = await import("./store-DE2RGX7T.js");
3612
+ const { StoreDetailPage } = await import("./store-MPYOWMZT.js");
3613
3613
  return { Component: StoreDetailPage };
3614
3614
  },
3615
3615
  children: [
@@ -3915,14 +3915,14 @@ function getRouteMap({
3915
3915
  {
3916
3916
  path: "",
3917
3917
  lazy: async () => {
3918
- const { TeamListPage } = await import("./team-JXKAVRPU.js");
3918
+ const { TeamListPage } = await import("./team-IMS66MVP.js");
3919
3919
  return { Component: TeamListPage };
3920
3920
  },
3921
3921
  children: [
3922
3922
  {
3923
3923
  path: "invite",
3924
3924
  lazy: async () => {
3925
- const { TeamInvite } = await import("./invite-764K3TJS.js");
3925
+ const { TeamInvite } = await import("./invite-CQCKEQW2.js");
3926
3926
  return { Component: TeamInvite };
3927
3927
  }
3928
3928
  }
@@ -4033,7 +4033,7 @@ function getRouteMap({
4033
4033
  {
4034
4034
  path: "/register",
4035
4035
  lazy: async () => {
4036
- const { RegisterPage } = await import("./register-4O4F6YZK.js");
4036
+ const { RegisterPage } = await import("./register-X45K325N.js");
4037
4037
  return { Component: RegisterPage };
4038
4038
  }
4039
4039
  },
@@ -4048,7 +4048,7 @@ function getRouteMap({
4048
4048
  {
4049
4049
  path: "/store-select",
4050
4050
  lazy: async () => {
4051
- const { StoreSelectPage } = await import("./store-select-GZEJHRZ7.js");
4051
+ const { StoreSelectPage } = await import("./store-select-UTPJ7DM7.js");
4052
4052
  return { Component: StoreSelectPage };
4053
4053
  }
4054
4054
  },
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  require_dist
3
- } from "./chunk-ZZO3INVE.js";
3
+ } from "./chunk-GZMXTNDN.js";
4
4
  import {
5
5
  useUserInviteTableQuery
6
6
  } from "./chunk-BI2AYXZQ.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  require_dist
3
- } from "./chunk-ZZO3INVE.js";
3
+ } from "./chunk-GZMXTNDN.js";
4
4
  import {
5
5
  AuthLayout
6
6
  } from "./chunk-HXGLPDZW.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  require_dist
3
- } from "./chunk-ZZO3INVE.js";
3
+ } from "./chunk-GZMXTNDN.js";
4
4
  import {
5
5
  getStylizedAmount
6
6
  } from "./chunk-PXYDR7WQ.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  require_dist
3
- } from "./chunk-ZZO3INVE.js";
3
+ } from "./chunk-GZMXTNDN.js";
4
4
  import {
5
5
  AuthLayout
6
6
  } from "./chunk-HXGLPDZW.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  require_dist
3
- } from "./chunk-ZZO3INVE.js";
3
+ } from "./chunk-GZMXTNDN.js";
4
4
  import {
5
5
  useMemberTableQuery
6
6
  } from "./chunk-BI2AYXZQ.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mercurjs/vendor",
3
- "version": "2.1.5",
3
+ "version": "2.1.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/mercurjs/mercur",
@@ -29,8 +29,8 @@
29
29
  "lint": "oxlint --max-warnings 0"
30
30
  },
31
31
  "dependencies": {
32
- "@mercurjs/dashboard-shared": "2.1.5",
33
- "@mercurjs/client": "2.1.5",
32
+ "@mercurjs/dashboard-shared": "2.1.6",
33
+ "@mercurjs/client": "2.1.6",
34
34
  "@ariakit/react": "^0.4.15",
35
35
  "@babel/runtime": "^7.26.10",
36
36
  "@dnd-kit/core": "^6.1.0",