@faststore/core 3.0.115 → 3.0.116
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/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-minimal-server.js.nft.json +1 -1
- package/.next/next-server.js.nft.json +1 -1
- 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/24.js +1 -1
- package/.next/server/chunks/646.js +2 -2
- package/.next/server/chunks/82.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/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/account.html +2 -2
- package/.next/server/pages/en-US/account.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 +3 -3
- package/.next/server/pages/en-US.json +1 -1
- package/.next/server/pages/index.js +1 -1
- package/.next/server/pages/s.js +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/static/{Phsiu2MTzhG7Yo-7F06VY → KTDlBYjCu5WzIPGoRYTKn}/_buildManifest.js +1 -1
- package/.next/static/chunks/629-0cb613f9bcc4f486.js +1 -0
- package/.next/static/chunks/968-2833bd4b4774c583.js +1 -0
- package/.next/static/chunks/pages/[...slug]-dd7f247ab9486429.js +1 -0
- package/.next/static/chunks/pages/[slug]/p-e7077156f76f4cef.js +1 -0
- package/.next/static/chunks/pages/index-d7ef84d142b53200.js +1 -0
- package/.next/static/chunks/pages/s-5f2e23d107382a98.js +1 -0
- package/.next/trace +95 -95
- package/.turbo/turbo-build.log +5 -5
- package/.turbo/turbo-test.log +4 -4
- package/package.json +9 -9
- package/src/components/common/Alert/Alert.tsx +1 -3
- package/src/components/common/Footer/Footer.tsx +1 -3
- package/src/components/navigation/Navbar/Navbar.tsx +1 -4
- package/src/components/navigation/NavbarLinks/NavbarLinks.tsx +1 -2
- package/src/components/navigation/NavbarSlider/NavbarSlider.tsx +1 -2
- package/src/components/sections/ProductGallery/ProductGallery.tsx +2 -7
- package/src/pages/[...slug].tsx +1 -3
- package/src/pages/[slug]/p.tsx +1 -4
- package/src/pages/_document.tsx +9 -0
- package/src/pages/index.tsx +1 -4
- package/src/pages/s.tsx +1 -4
- package/.next/static/chunks/629-2035a739f8a77882.js +0 -1
- package/.next/static/chunks/968-d09ce43a57f43460.js +0 -1
- package/.next/static/chunks/pages/[...slug]-71b879bc2fe42f9c.js +0 -1
- package/.next/static/chunks/pages/[slug]/p-e34db2401c5476f8.js +0 -1
- package/.next/static/chunks/pages/index-31ed9b1d5e358000.js +0 -1
- package/.next/static/chunks/pages/s-42e7637b150b1768.js +0 -1
- package/cypress/integration/performance.test.js +0 -65
- package/src/sdk/tests/mark.tsx +0 -10
- /package/.next/static/{Phsiu2MTzhG7Yo-7F06VY → KTDlBYjCu5WzIPGoRYTKn}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
KTDlBYjCu5WzIPGoRYTKn
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/KTDlBYjCu5WzIPGoRYTKn/_buildManifest.js",
|
|
9
|
+
"static/KTDlBYjCu5WzIPGoRYTKn/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
"static/chunks/main-029f1328cfee9686.js",
|
|
17
17
|
"static/chunks/108-090729aea2c4ba4c.js",
|
|
18
18
|
"static/css/4fae3c7fc719f5c5.css",
|
|
19
|
-
"static/chunks/968-
|
|
19
|
+
"static/chunks/968-2833bd4b4774c583.js",
|
|
20
20
|
"static/css/3e19bc8739388691.css",
|
|
21
21
|
"static/chunks/661-37d224da8cd18a0d.js",
|
|
22
22
|
"static/css/197e314c5a03eabd.css",
|
|
23
|
-
"static/chunks/pages/index-
|
|
23
|
+
"static/chunks/pages/index-d7ef84d142b53200.js"
|
|
24
24
|
],
|
|
25
25
|
"/404": [
|
|
26
26
|
"static/chunks/webpack-8883d8523b03e385.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"static/chunks/main-029f1328cfee9686.js",
|
|
29
29
|
"static/chunks/108-090729aea2c4ba4c.js",
|
|
30
30
|
"static/css/4fae3c7fc719f5c5.css",
|
|
31
|
-
"static/chunks/968-
|
|
31
|
+
"static/chunks/968-2833bd4b4774c583.js",
|
|
32
32
|
"static/css/2980acad3f8e1028.css",
|
|
33
33
|
"static/chunks/pages/404-3c76e2c43ca8dcd4.js"
|
|
34
34
|
],
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"static/chunks/main-029f1328cfee9686.js",
|
|
39
39
|
"static/chunks/108-090729aea2c4ba4c.js",
|
|
40
40
|
"static/css/4fae3c7fc719f5c5.css",
|
|
41
|
-
"static/chunks/968-
|
|
41
|
+
"static/chunks/968-2833bd4b4774c583.js",
|
|
42
42
|
"static/css/2980acad3f8e1028.css",
|
|
43
43
|
"static/chunks/pages/500-1ad030e3adff740a.js"
|
|
44
44
|
],
|
|
@@ -48,13 +48,13 @@
|
|
|
48
48
|
"static/chunks/main-029f1328cfee9686.js",
|
|
49
49
|
"static/chunks/108-090729aea2c4ba4c.js",
|
|
50
50
|
"static/css/4fae3c7fc719f5c5.css",
|
|
51
|
-
"static/chunks/968-
|
|
51
|
+
"static/chunks/968-2833bd4b4774c583.js",
|
|
52
52
|
"static/css/3e19bc8739388691.css",
|
|
53
53
|
"static/chunks/661-37d224da8cd18a0d.js",
|
|
54
54
|
"static/css/c725ca9e956e11d7.css",
|
|
55
|
-
"static/chunks/629-
|
|
55
|
+
"static/chunks/629-0cb613f9bcc4f486.js",
|
|
56
56
|
"static/css/e47f1a002bdcf76f.css",
|
|
57
|
-
"static/chunks/pages/[...slug]-
|
|
57
|
+
"static/chunks/pages/[...slug]-dd7f247ab9486429.js"
|
|
58
58
|
],
|
|
59
59
|
"/[slug]/p": [
|
|
60
60
|
"static/chunks/webpack-8883d8523b03e385.js",
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
"static/chunks/main-029f1328cfee9686.js",
|
|
63
63
|
"static/chunks/108-090729aea2c4ba4c.js",
|
|
64
64
|
"static/css/4fae3c7fc719f5c5.css",
|
|
65
|
-
"static/chunks/968-
|
|
65
|
+
"static/chunks/968-2833bd4b4774c583.js",
|
|
66
66
|
"static/css/3e19bc8739388691.css",
|
|
67
67
|
"static/chunks/661-37d224da8cd18a0d.js",
|
|
68
68
|
"static/css/fbd711b9f5abf105.css",
|
|
69
|
-
"static/chunks/pages/[slug]/p-
|
|
69
|
+
"static/chunks/pages/[slug]/p-e7077156f76f4cef.js"
|
|
70
70
|
],
|
|
71
71
|
"/_app": [
|
|
72
72
|
"static/chunks/webpack-8883d8523b03e385.js",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"static/chunks/main-029f1328cfee9686.js",
|
|
88
88
|
"static/chunks/108-090729aea2c4ba4c.js",
|
|
89
89
|
"static/css/4fae3c7fc719f5c5.css",
|
|
90
|
-
"static/chunks/968-
|
|
90
|
+
"static/chunks/968-2833bd4b4774c583.js",
|
|
91
91
|
"static/chunks/pages/account-e7b06039b653381d.js"
|
|
92
92
|
],
|
|
93
93
|
"/checkout": [
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"static/chunks/main-029f1328cfee9686.js",
|
|
97
97
|
"static/chunks/108-090729aea2c4ba4c.js",
|
|
98
98
|
"static/css/4fae3c7fc719f5c5.css",
|
|
99
|
-
"static/chunks/968-
|
|
99
|
+
"static/chunks/968-2833bd4b4774c583.js",
|
|
100
100
|
"static/chunks/pages/checkout-996d898a57d037a0.js"
|
|
101
101
|
],
|
|
102
102
|
"/login": [
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"static/chunks/main-029f1328cfee9686.js",
|
|
106
106
|
"static/chunks/108-090729aea2c4ba4c.js",
|
|
107
107
|
"static/css/4fae3c7fc719f5c5.css",
|
|
108
|
-
"static/chunks/968-
|
|
108
|
+
"static/chunks/968-2833bd4b4774c583.js",
|
|
109
109
|
"static/css/2980acad3f8e1028.css",
|
|
110
110
|
"static/chunks/pages/login-b82e639bfe6d70ce.js"
|
|
111
111
|
],
|
|
@@ -115,13 +115,13 @@
|
|
|
115
115
|
"static/chunks/main-029f1328cfee9686.js",
|
|
116
116
|
"static/chunks/108-090729aea2c4ba4c.js",
|
|
117
117
|
"static/css/4fae3c7fc719f5c5.css",
|
|
118
|
-
"static/chunks/968-
|
|
118
|
+
"static/chunks/968-2833bd4b4774c583.js",
|
|
119
119
|
"static/css/3e19bc8739388691.css",
|
|
120
120
|
"static/chunks/661-37d224da8cd18a0d.js",
|
|
121
121
|
"static/css/c725ca9e956e11d7.css",
|
|
122
|
-
"static/chunks/629-
|
|
122
|
+
"static/chunks/629-0cb613f9bcc4f486.js",
|
|
123
123
|
"static/css/2980acad3f8e1028.css",
|
|
124
|
-
"static/chunks/pages/s-
|
|
124
|
+
"static/chunks/pages/s-5f2e23d107382a98.js"
|
|
125
125
|
]
|
|
126
126
|
},
|
|
127
127
|
"ampFirstPages": []
|