@faststore/core 3.52.1 → 3.54.0
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/.next/BUILD_ID +1 -1
- package/.next/build-manifest.json +29 -29
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/prerender-manifest.js +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/6011.js +2 -2
- package/.next/server/chunks/6886.js +1 -1
- package/.next/server/chunks/9563.js +2 -2
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/[...slug].js +1 -1
- package/.next/server/pages/[slug]/p.js +1 -1
- package/.next/server/pages/account/403.js +1 -1
- package/.next/server/pages/account/403.js.nft.json +1 -1
- package/.next/server/pages/account/404.js +1 -1
- package/.next/server/pages/account/404.js.nft.json +1 -1
- package/.next/server/pages/account/orders/[id].js +1 -1
- package/.next/server/pages/account/orders.js +1 -1
- package/.next/server/pages/account/profile.js +1 -1
- package/.next/server/pages/account/profile.js.nft.json +1 -1
- package/.next/server/pages/account/security.js +1 -1
- package/.next/server/pages/account/security.js.nft.json +1 -1
- package/.next/server/pages/account/user-details.js +1 -1
- package/.next/server/pages/account/user-details.js.nft.json +1 -1
- package/.next/server/pages/api/graphql.js +2 -2
- package/.next/server/pages/en-US/404.html +2 -2
- package/.next/server/pages/en-US/404.json +1 -1
- package/.next/server/pages/en-US/500.html +2 -2
- package/.next/server/pages/en-US/500.json +1 -1
- package/.next/server/pages/en-US/checkout.html +2 -2
- package/.next/server/pages/en-US/checkout.json +1 -1
- package/.next/server/pages/en-US/login.html +2 -2
- package/.next/server/pages/en-US/login.json +1 -1
- package/.next/server/pages/en-US/s.html +2 -2
- package/.next/server/pages/en-US/s.json +1 -1
- package/.next/server/pages/en-US.html +2 -2
- package/.next/server/pages/en-US.json +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/static/{tpAEjQ5nDxLrA2DooSVfx → LTAs1lUSVtxbUNuFJ8vEZ}/_buildManifest.js +1 -1
- package/.next/static/LTAs1lUSVtxbUNuFJ8vEZ/_ssgManifest.js +1 -0
- package/.next/static/chunks/pages/account/403-6f4addf9a9d54a1c.js +1 -0
- package/.next/static/chunks/pages/account/404-9e8ca6ee5f981dae.js +1 -0
- package/.next/static/chunks/pages/account/orders/[id]-15f404dbf08bc5df.js +1 -0
- package/.next/static/chunks/pages/account/orders-c60e089d6f74a824.js +1 -0
- package/.next/static/chunks/pages/account/profile-adfe3518bdab5463.js +1 -0
- package/.next/static/chunks/pages/account/security-ea5c8811b3e6e415.js +1 -0
- package/.next/static/chunks/pages/account/user-details-9309d14f4e59f398.js +1 -0
- package/.next/static/chunks/{webpack-b2d921b9d06db874.js → webpack-987a16947917790e.js} +1 -1
- package/.next/static/css/4a8420d1340afcdd.css +1 -0
- package/.next/trace +128 -129
- package/.turbo/turbo-build.log +17 -17
- package/.turbo/turbo-test.log +5 -5
- package/@generated/gql.ts +36 -4
- package/@generated/graphql.ts +62 -2
- package/@generated/persisted-documents.json +6 -2
- package/@generated/schema.graphql +2 -0
- package/CHANGELOG.md +12 -0
- package/package.json +3 -3
- package/src/components/account/MyAccountLayout/MyAccountLayout.tsx +5 -8
- package/src/components/account/MyAccountMenu/MyAccountMenu.tsx +1 -1
- package/src/components/account/orders/MyAccountListOrders/MyAccountListOrdersTable/MyAccountListOrdersTable.tsx +11 -17
- package/src/components/account/orders/MyAccountListOrders/MyAccountListOrdersTable/styles.scss +5 -0
- package/src/experimental/myAccountSeverSideProps.ts +31 -5
- package/src/pages/account/403.tsx +43 -17
- package/src/pages/account/404.tsx +47 -18
- package/src/pages/account/orders/[id].tsx +4 -1
- package/src/pages/account/orders/index.tsx +4 -1
- package/src/pages/account/profile.tsx +44 -16
- package/src/pages/account/security.tsx +48 -16
- package/src/pages/account/user-details.tsx +56 -23
- package/test/server/index.test.ts +1 -0
- package/.next/server/pages/en-US/account/403.html +0 -28
- package/.next/server/pages/en-US/account/403.json +0 -1
- package/.next/server/pages/en-US/account/404.html +0 -28
- package/.next/server/pages/en-US/account/404.json +0 -1
- package/.next/static/chunks/pages/account/403-5037929d6d9f6ae3.js +0 -1
- package/.next/static/chunks/pages/account/404-1deb28189263c93c.js +0 -1
- package/.next/static/chunks/pages/account/orders/[id]-82dc3dda9809ea0d.js +0 -1
- package/.next/static/chunks/pages/account/orders-d4751ce0296dd64c.js +0 -1
- package/.next/static/chunks/pages/account/profile-294f44b0ab99b7e3.js +0 -1
- package/.next/static/chunks/pages/account/security-d38403ae57b09a68.js +0 -1
- package/.next/static/chunks/pages/account/user-details-106d6064b64410d3.js +0 -1
- package/.next/static/css/24ae9ad548165362.css +0 -1
- package/.next/static/tpAEjQ5nDxLrA2DooSVfx/_ssgManifest.js +0 -1
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
LTAs1lUSVtxbUNuFJ8vEZ
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/LTAs1lUSVtxbUNuFJ8vEZ/_buildManifest.js",
|
|
9
|
+
"static/LTAs1lUSVtxbUNuFJ8vEZ/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-987a16947917790e.js",
|
|
15
15
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
16
16
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
17
17
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"static/chunks/pages/index-6e68be53d1fef20e.js"
|
|
22
22
|
],
|
|
23
23
|
"/404": [
|
|
24
|
-
"static/chunks/webpack-
|
|
24
|
+
"static/chunks/webpack-987a16947917790e.js",
|
|
25
25
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
26
26
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
27
27
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"static/chunks/pages/404-3582ed9196afdf1e.js"
|
|
32
32
|
],
|
|
33
33
|
"/500": [
|
|
34
|
-
"static/chunks/webpack-
|
|
34
|
+
"static/chunks/webpack-987a16947917790e.js",
|
|
35
35
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
36
36
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
37
37
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"static/chunks/pages/500-1b4eca062588da7f.js"
|
|
42
42
|
],
|
|
43
43
|
"/[...slug]": [
|
|
44
|
-
"static/chunks/webpack-
|
|
44
|
+
"static/chunks/webpack-987a16947917790e.js",
|
|
45
45
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
46
46
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
47
47
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"static/chunks/pages/[...slug]-8430650764bc7f0a.js"
|
|
53
53
|
],
|
|
54
54
|
"/[slug]/p": [
|
|
55
|
-
"static/chunks/webpack-
|
|
55
|
+
"static/chunks/webpack-987a16947917790e.js",
|
|
56
56
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
57
57
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
58
58
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
@@ -66,102 +66,102 @@
|
|
|
66
66
|
"static/chunks/pages/[slug]/p-6fff274a4d271328.js"
|
|
67
67
|
],
|
|
68
68
|
"/_app": [
|
|
69
|
-
"static/chunks/webpack-
|
|
69
|
+
"static/chunks/webpack-987a16947917790e.js",
|
|
70
70
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
71
71
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
72
72
|
"static/css/0a57ee6c7a57788c.css",
|
|
73
73
|
"static/chunks/pages/_app-eb6edb0ba4b4be67.js"
|
|
74
74
|
],
|
|
75
75
|
"/_error": [
|
|
76
|
-
"static/chunks/webpack-
|
|
76
|
+
"static/chunks/webpack-987a16947917790e.js",
|
|
77
77
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
78
78
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
79
79
|
"static/chunks/pages/_error-d820b4586477c368.js"
|
|
80
80
|
],
|
|
81
81
|
"/account": [
|
|
82
|
-
"static/chunks/webpack-
|
|
82
|
+
"static/chunks/webpack-987a16947917790e.js",
|
|
83
83
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
84
84
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
85
85
|
"static/chunks/pages/account-377dfe7a5276ceca.js"
|
|
86
86
|
],
|
|
87
87
|
"/account/403": [
|
|
88
|
-
"static/chunks/webpack-
|
|
88
|
+
"static/chunks/webpack-987a16947917790e.js",
|
|
89
89
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
90
90
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
91
91
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
92
92
|
"static/css/1fef663a0519dddf.css",
|
|
93
93
|
"static/chunks/9173-f1dbeccc6eaecda7.js",
|
|
94
94
|
"static/css/b7bba8fce075688b.css",
|
|
95
|
-
"static/chunks/pages/account/403-
|
|
95
|
+
"static/chunks/pages/account/403-6f4addf9a9d54a1c.js"
|
|
96
96
|
],
|
|
97
97
|
"/account/404": [
|
|
98
|
-
"static/chunks/webpack-
|
|
98
|
+
"static/chunks/webpack-987a16947917790e.js",
|
|
99
99
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
100
100
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
101
101
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
102
102
|
"static/css/1fef663a0519dddf.css",
|
|
103
103
|
"static/chunks/9173-f1dbeccc6eaecda7.js",
|
|
104
104
|
"static/css/5347dbc8b71de47d.css",
|
|
105
|
-
"static/chunks/pages/account/404-
|
|
105
|
+
"static/chunks/pages/account/404-9e8ca6ee5f981dae.js"
|
|
106
106
|
],
|
|
107
107
|
"/account/[...unknown]": [
|
|
108
|
-
"static/chunks/webpack-
|
|
108
|
+
"static/chunks/webpack-987a16947917790e.js",
|
|
109
109
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
110
110
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
111
111
|
"static/chunks/pages/account/[...unknown]-aad8638fc7323b61.js"
|
|
112
112
|
],
|
|
113
113
|
"/account/orders": [
|
|
114
|
-
"static/chunks/webpack-
|
|
114
|
+
"static/chunks/webpack-987a16947917790e.js",
|
|
115
115
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
116
116
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
117
117
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
118
118
|
"static/css/1fef663a0519dddf.css",
|
|
119
119
|
"static/chunks/9173-f1dbeccc6eaecda7.js",
|
|
120
|
-
"static/css/
|
|
121
|
-
"static/chunks/pages/account/orders-
|
|
120
|
+
"static/css/4a8420d1340afcdd.css",
|
|
121
|
+
"static/chunks/pages/account/orders-c60e089d6f74a824.js"
|
|
122
122
|
],
|
|
123
123
|
"/account/orders/[id]": [
|
|
124
|
-
"static/chunks/webpack-
|
|
124
|
+
"static/chunks/webpack-987a16947917790e.js",
|
|
125
125
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
126
126
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
127
127
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
128
128
|
"static/css/1fef663a0519dddf.css",
|
|
129
129
|
"static/chunks/9173-f1dbeccc6eaecda7.js",
|
|
130
130
|
"static/css/506442c818624bd2.css",
|
|
131
|
-
"static/chunks/pages/account/orders/[id]-
|
|
131
|
+
"static/chunks/pages/account/orders/[id]-15f404dbf08bc5df.js"
|
|
132
132
|
],
|
|
133
133
|
"/account/profile": [
|
|
134
|
-
"static/chunks/webpack-
|
|
134
|
+
"static/chunks/webpack-987a16947917790e.js",
|
|
135
135
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
136
136
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
137
137
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
138
138
|
"static/css/1fef663a0519dddf.css",
|
|
139
139
|
"static/chunks/9173-f1dbeccc6eaecda7.js",
|
|
140
140
|
"static/css/84d35f475d0dc928.css",
|
|
141
|
-
"static/chunks/pages/account/profile-
|
|
141
|
+
"static/chunks/pages/account/profile-adfe3518bdab5463.js"
|
|
142
142
|
],
|
|
143
143
|
"/account/security": [
|
|
144
|
-
"static/chunks/webpack-
|
|
144
|
+
"static/chunks/webpack-987a16947917790e.js",
|
|
145
145
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
146
146
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
147
147
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
148
148
|
"static/css/1fef663a0519dddf.css",
|
|
149
149
|
"static/chunks/9173-f1dbeccc6eaecda7.js",
|
|
150
150
|
"static/css/84d35f475d0dc928.css",
|
|
151
|
-
"static/chunks/pages/account/security-
|
|
151
|
+
"static/chunks/pages/account/security-ea5c8811b3e6e415.js"
|
|
152
152
|
],
|
|
153
153
|
"/account/user-details": [
|
|
154
|
-
"static/chunks/webpack-
|
|
154
|
+
"static/chunks/webpack-987a16947917790e.js",
|
|
155
155
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
156
156
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
157
157
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
158
158
|
"static/css/1fef663a0519dddf.css",
|
|
159
159
|
"static/chunks/9173-f1dbeccc6eaecda7.js",
|
|
160
160
|
"static/css/84d35f475d0dc928.css",
|
|
161
|
-
"static/chunks/pages/account/user-details-
|
|
161
|
+
"static/chunks/pages/account/user-details-9309d14f4e59f398.js"
|
|
162
162
|
],
|
|
163
163
|
"/checkout": [
|
|
164
|
-
"static/chunks/webpack-
|
|
164
|
+
"static/chunks/webpack-987a16947917790e.js",
|
|
165
165
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
166
166
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
167
167
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"static/chunks/pages/checkout-3a4983b22625c4e3.js"
|
|
171
171
|
],
|
|
172
172
|
"/login": [
|
|
173
|
-
"static/chunks/webpack-
|
|
173
|
+
"static/chunks/webpack-987a16947917790e.js",
|
|
174
174
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
175
175
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
176
176
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"static/chunks/pages/login-de3dd10c6b35159a.js"
|
|
181
181
|
],
|
|
182
182
|
"/s": [
|
|
183
|
-
"static/chunks/webpack-
|
|
183
|
+
"static/chunks/webpack-987a16947917790e.js",
|
|
184
184
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
185
185
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
186
186
|
"static/chunks/6031-18797e7ebff417ab.js",
|