@mercurjs/admin 2.0.0-canary.80 → 2.0.0-canary.82
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/{chunk-EQWV5SHL.js → chunk-AIWDIYPH.js} +1 -1
- package/dist/{chunk-3DW7GGGG.js → chunk-D32IV5XP.js} +1300 -1300
- package/dist/{chunk-WKSGS3FS.js → chunk-XI5F6JPG.js} +1 -1
- package/dist/index.js +3 -3
- package/dist/pages/index.js +3 -3
- package/dist/{seller-details-MF4LJR6T.js → seller-details-V2G3NO7X.js} +2 -2
- package/dist/{seller-list-S4HPHJZQ.js → seller-list-L7CGW3GF.js} +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3916,12 +3916,12 @@ function getRouteMap({
|
|
|
3916
3916
|
children: [
|
|
3917
3917
|
{
|
|
3918
3918
|
path: "",
|
|
3919
|
-
lazy: () => import("./seller-list-
|
|
3919
|
+
lazy: () => import("./seller-list-L7CGW3GF.js")
|
|
3920
3920
|
},
|
|
3921
3921
|
{
|
|
3922
3922
|
path: ":id",
|
|
3923
3923
|
lazy: async () => {
|
|
3924
|
-
const { Breadcrumb } = await import("./seller-details-
|
|
3924
|
+
const { Breadcrumb } = await import("./seller-details-V2G3NO7X.js");
|
|
3925
3925
|
return {
|
|
3926
3926
|
Component: Outlet4,
|
|
3927
3927
|
handle: {
|
|
@@ -3932,7 +3932,7 @@ function getRouteMap({
|
|
|
3932
3932
|
children: [
|
|
3933
3933
|
{
|
|
3934
3934
|
path: "",
|
|
3935
|
-
lazy: () => import("./seller-details-
|
|
3935
|
+
lazy: () => import("./seller-details-V2G3NO7X.js"),
|
|
3936
3936
|
children: [
|
|
3937
3937
|
{
|
|
3938
3938
|
path: "edit",
|
package/dist/pages/index.js
CHANGED
|
@@ -111,7 +111,7 @@ import {
|
|
|
111
111
|
} from "../chunk-VWQYMOBM.js";
|
|
112
112
|
import {
|
|
113
113
|
SellerDetailPage
|
|
114
|
-
} from "../chunk-
|
|
114
|
+
} from "../chunk-AIWDIYPH.js";
|
|
115
115
|
import {
|
|
116
116
|
PayoutListPage
|
|
117
117
|
} from "../chunk-BVRI7YAR.js";
|
|
@@ -134,8 +134,8 @@ import {
|
|
|
134
134
|
} from "../chunk-5322X23U.js";
|
|
135
135
|
import {
|
|
136
136
|
SellerListPage
|
|
137
|
-
} from "../chunk-
|
|
138
|
-
import "../chunk-
|
|
137
|
+
} from "../chunk-XI5F6JPG.js";
|
|
138
|
+
import "../chunk-D32IV5XP.js";
|
|
139
139
|
import {
|
|
140
140
|
PriceListPricesAddPage,
|
|
141
141
|
PriceListPricesAddSchema
|