@faststore/core 2.2.44 → 2.2.46
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 +17 -17
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- package/.next/cache/eslint/.cache_1gneedd +1 -1
- package/.next/cache/next-server.js.nft.json +1 -1
- 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/next-server.js.nft.json +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/react-loadable-manifest.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/289.js +2 -2
- package/.next/server/chunks/350.js +56 -92
- package/.next/server/chunks/732.js +56 -64
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/404.js.nft.json +1 -1
- package/.next/server/pages/500.js.nft.json +1 -1
- package/.next/server/pages/[...slug].js.nft.json +1 -1
- package/.next/server/pages/[slug]/p.js.nft.json +1 -1
- package/.next/server/pages/_app.js.nft.json +1 -1
- package/.next/server/pages/account.js.nft.json +1 -1
- package/.next/server/pages/api/graphql.js +61 -92
- package/.next/server/pages/checkout.js.nft.json +1 -1
- package/.next/server/pages/en-US/404.html +2 -2
- package/.next/server/pages/en-US/500.html +2 -2
- package/.next/server/pages/en-US/account.html +2 -2
- package/.next/server/pages/en-US/checkout.html +2 -2
- package/.next/server/pages/en-US/login.html +2 -2
- package/.next/server/pages/en-US/s.html +2 -2
- package/.next/server/pages/en-US.html +2 -2
- package/.next/server/pages/index.js.nft.json +1 -1
- package/.next/server/pages/login.js.nft.json +1 -1
- package/.next/server/pages/s.js.nft.json +1 -1
- package/.next/static/chunks/{400-d4daabcd57b2ea80.js → 497-5f7bf41345a56013.js} +1 -1
- package/.next/static/chunks/{800.ee4f8b9622001e8c.js → 800.f63caad837409c7e.js} +1 -1
- package/.next/static/chunks/pages/{[...slug]-3eed3497c887fae5.js → [...slug]-92810abb37fa7bda.js} +1 -1
- package/.next/static/chunks/pages/{s-2374cff2e39ed624.js → s-8575d9c5780684d0.js} +1 -1
- package/.next/static/chunks/{webpack-4ccaf6613cbd7224.js → webpack-181f40c3719492e1.js} +1 -1
- package/.next/static/{MJDhrWnxP4OY6Sz-u3PEu → eV8jrpavA54yphVO28l8z}/_buildManifest.js +1 -1
- package/.next/trace +80 -80
- package/.turbo/turbo-build.log +12 -12
- package/.turbo/turbo-test.log +11 -11
- package/package.json +9 -9
- package/src/components/sections/ProductGallery/Overrides.tsx +4 -0
- package/src/components/sections/ProductGallery/ProductGallery.tsx +4 -2
- package/src/pages/api/graphql.ts +4 -0
- package/src/server/index.ts +5 -2
- package/src/typings/overrides.ts +1 -0
- /package/.next/static/{MJDhrWnxP4OY6Sz-u3PEu → eV8jrpavA54yphVO28l8z}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
eV8jrpavA54yphVO28l8z
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/eV8jrpavA54yphVO28l8z/_buildManifest.js",
|
|
9
|
+
"static/eV8jrpavA54yphVO28l8z/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-181f40c3719492e1.js",
|
|
15
15
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
16
16
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
17
17
|
"static/chunks/223-cb77217cce52d45c.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"static/chunks/pages/index-2506749e45c335bf.js"
|
|
24
24
|
],
|
|
25
25
|
"/404": [
|
|
26
|
-
"static/chunks/webpack-
|
|
26
|
+
"static/chunks/webpack-181f40c3719492e1.js",
|
|
27
27
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
28
28
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
29
29
|
"static/chunks/223-cb77217cce52d45c.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"static/chunks/pages/404-2240f0b22db2d370.js"
|
|
34
34
|
],
|
|
35
35
|
"/500": [
|
|
36
|
-
"static/chunks/webpack-
|
|
36
|
+
"static/chunks/webpack-181f40c3719492e1.js",
|
|
37
37
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
38
38
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
39
39
|
"static/chunks/223-cb77217cce52d45c.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"static/chunks/pages/500-c0580e3299329874.js"
|
|
44
44
|
],
|
|
45
45
|
"/[...slug]": [
|
|
46
|
-
"static/chunks/webpack-
|
|
46
|
+
"static/chunks/webpack-181f40c3719492e1.js",
|
|
47
47
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
48
48
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
49
49
|
"static/chunks/223-cb77217cce52d45c.js",
|
|
@@ -52,13 +52,13 @@
|
|
|
52
52
|
"static/css/dfbdb0f27fd64782.css",
|
|
53
53
|
"static/chunks/783-fbcb7a3216c40744.js",
|
|
54
54
|
"static/css/723835bce380750d.css",
|
|
55
|
-
"static/chunks/
|
|
55
|
+
"static/chunks/497-5f7bf41345a56013.js",
|
|
56
56
|
"static/css/a2eefb25a4608343.css",
|
|
57
57
|
"static/css/527e334fa69cf40a.css",
|
|
58
|
-
"static/chunks/pages/[...slug]-
|
|
58
|
+
"static/chunks/pages/[...slug]-92810abb37fa7bda.js"
|
|
59
59
|
],
|
|
60
60
|
"/[slug]/p": [
|
|
61
|
-
"static/chunks/webpack-
|
|
61
|
+
"static/chunks/webpack-181f40c3719492e1.js",
|
|
62
62
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
63
63
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
64
64
|
"static/chunks/223-cb77217cce52d45c.js",
|
|
@@ -70,20 +70,20 @@
|
|
|
70
70
|
"static/chunks/pages/[slug]/p-e1df08570f34a0d8.js"
|
|
71
71
|
],
|
|
72
72
|
"/_app": [
|
|
73
|
-
"static/chunks/webpack-
|
|
73
|
+
"static/chunks/webpack-181f40c3719492e1.js",
|
|
74
74
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
75
75
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
76
76
|
"static/css/5d1f64b61ea581f4.css",
|
|
77
77
|
"static/chunks/pages/_app-30b9666307e4b3b1.js"
|
|
78
78
|
],
|
|
79
79
|
"/_error": [
|
|
80
|
-
"static/chunks/webpack-
|
|
80
|
+
"static/chunks/webpack-181f40c3719492e1.js",
|
|
81
81
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
82
82
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
83
83
|
"static/chunks/pages/_error-319451dea77827a6.js"
|
|
84
84
|
],
|
|
85
85
|
"/account": [
|
|
86
|
-
"static/chunks/webpack-
|
|
86
|
+
"static/chunks/webpack-181f40c3719492e1.js",
|
|
87
87
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
88
88
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
89
89
|
"static/chunks/223-cb77217cce52d45c.js",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"static/chunks/pages/account-b35bcbef719765f3.js"
|
|
93
93
|
],
|
|
94
94
|
"/checkout": [
|
|
95
|
-
"static/chunks/webpack-
|
|
95
|
+
"static/chunks/webpack-181f40c3719492e1.js",
|
|
96
96
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
97
97
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
98
98
|
"static/chunks/223-cb77217cce52d45c.js",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"static/chunks/pages/checkout-55bd56ade4408cbe.js"
|
|
102
102
|
],
|
|
103
103
|
"/login": [
|
|
104
|
-
"static/chunks/webpack-
|
|
104
|
+
"static/chunks/webpack-181f40c3719492e1.js",
|
|
105
105
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
106
106
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
107
107
|
"static/chunks/223-cb77217cce52d45c.js",
|
|
@@ -111,15 +111,15 @@
|
|
|
111
111
|
"static/chunks/pages/login-3f94bff1503b4fdc.js"
|
|
112
112
|
],
|
|
113
113
|
"/s": [
|
|
114
|
-
"static/chunks/webpack-
|
|
114
|
+
"static/chunks/webpack-181f40c3719492e1.js",
|
|
115
115
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
116
116
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
117
117
|
"static/chunks/223-cb77217cce52d45c.js",
|
|
118
118
|
"static/css/29868543c76bc6fd.css",
|
|
119
119
|
"static/chunks/469-7259b855711d4ad3.js",
|
|
120
120
|
"static/css/723835bce380750d.css",
|
|
121
|
-
"static/chunks/
|
|
122
|
-
"static/chunks/pages/s-
|
|
121
|
+
"static/chunks/497-5f7bf41345a56013.js",
|
|
122
|
+
"static/chunks/pages/s-8575d9c5780684d0.js"
|
|
123
123
|
]
|
|
124
124
|
},
|
|
125
125
|
"ampFirstPages": []
|