@faststore/core 3.25.9 → 3.25.11
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 +18 -18
- 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/9068.js +1 -0
- package/.next/server/middleware-build-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 +1 -1
- package/.next/server/pages/[...slug].js.nft.json +1 -1
- package/.next/server/pages/[slug]/p.js +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/_document.js.nft.json +1 -1
- package/.next/server/pages/_error.js.nft.json +1 -1
- package/.next/server/pages/account.js.nft.json +1 -1
- package/.next/server/pages/api/graphql.js.nft.json +1 -1
- package/.next/server/pages/api/health/live.js.nft.json +1 -1
- package/.next/server/pages/api/health/ready.js.nft.json +1 -1
- package/.next/server/pages/api/preview.js.nft.json +1 -1
- 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/en-US.json +1 -1
- 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 +1 -1
- package/.next/server/pages/s.js.nft.json +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/static/{L7_75okQNU0DLAa7722AC → 2yvAWpcX0n0jvPKiPqp_Z}/_buildManifest.js +1 -1
- package/.next/static/chunks/5018-28328fe6b78287dd.js +1 -0
- package/.next/static/chunks/pages/{[...slug]-111394e3d6ac2f96.js → [...slug]-aa1d98c06358dd5d.js} +1 -1
- package/.next/static/chunks/pages/[slug]/p-544fb67934142cef.js +1 -0
- package/.next/static/chunks/pages/{s-2e6ee044d8980013.js → s-ec7bfd2b058a6080.js} +1 -1
- package/.next/static/chunks/{webpack-00e42dee75a23815.js → webpack-c865c630c4702255.js} +1 -1
- package/.next/trace +121 -121
- package/.turbo/turbo-build.log +9 -9
- package/.turbo/turbo-test.log +5 -5
- package/CHANGELOG.md +10 -0
- package/jest.config.js +1 -1
- package/package.json +6 -6
- package/src/components/sections/Breadcrumb/Breadcrumb.tsx +3 -3
- package/src/components/sections/Breadcrumb/DefaultComponents.ts +3 -2
- package/src/components/ui/Breadcrumb/Breadcrumb.tsx +4 -6
- package/src/typings/overrides.ts +12 -13
- package/.next/server/chunks/5851.js +0 -1
- package/.next/static/chunks/5387-f286555735b2383b.js +0 -1
- package/.next/static/chunks/pages/[slug]/p-b14ea48f0159e608.js +0 -1
- /package/.next/static/{L7_75okQNU0DLAa7722AC → 2yvAWpcX0n0jvPKiPqp_Z}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2yvAWpcX0n0jvPKiPqp_Z
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/2yvAWpcX0n0jvPKiPqp_Z/_buildManifest.js",
|
|
9
|
+
"static/2yvAWpcX0n0jvPKiPqp_Z/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-c865c630c4702255.js",
|
|
15
15
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
16
16
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
17
17
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"static/chunks/pages/index-12e95d7fed567589.js"
|
|
22
22
|
],
|
|
23
23
|
"/404": [
|
|
24
|
-
"static/chunks/webpack-
|
|
24
|
+
"static/chunks/webpack-c865c630c4702255.js",
|
|
25
25
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
26
26
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
27
27
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"static/chunks/pages/404-b688a73421dbd3de.js"
|
|
32
32
|
],
|
|
33
33
|
"/500": [
|
|
34
|
-
"static/chunks/webpack-
|
|
34
|
+
"static/chunks/webpack-c865c630c4702255.js",
|
|
35
35
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
36
36
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
37
37
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
@@ -41,18 +41,18 @@
|
|
|
41
41
|
"static/chunks/pages/500-187917ec99ceea4a.js"
|
|
42
42
|
],
|
|
43
43
|
"/[...slug]": [
|
|
44
|
-
"static/chunks/webpack-
|
|
44
|
+
"static/chunks/webpack-c865c630c4702255.js",
|
|
45
45
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
46
46
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
47
47
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
48
48
|
"static/css/b0c0e0632c5d7f52.css",
|
|
49
49
|
"static/chunks/6335-4f83759732fb9a4b.js",
|
|
50
50
|
"static/css/2d010a1ea6aab015.css",
|
|
51
|
-
"static/chunks/
|
|
52
|
-
"static/chunks/pages/[...slug]-
|
|
51
|
+
"static/chunks/5018-28328fe6b78287dd.js",
|
|
52
|
+
"static/chunks/pages/[...slug]-aa1d98c06358dd5d.js"
|
|
53
53
|
],
|
|
54
54
|
"/[slug]/p": [
|
|
55
|
-
"static/chunks/webpack-
|
|
55
|
+
"static/chunks/webpack-c865c630c4702255.js",
|
|
56
56
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
57
57
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
58
58
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
@@ -64,23 +64,23 @@
|
|
|
64
64
|
"static/css/62a5153ac7061286.css",
|
|
65
65
|
"static/chunks/4349-24e224a3b1307f65.js",
|
|
66
66
|
"static/css/b5bf49598c8f8b66.css",
|
|
67
|
-
"static/chunks/pages/[slug]/p-
|
|
67
|
+
"static/chunks/pages/[slug]/p-544fb67934142cef.js"
|
|
68
68
|
],
|
|
69
69
|
"/_app": [
|
|
70
|
-
"static/chunks/webpack-
|
|
70
|
+
"static/chunks/webpack-c865c630c4702255.js",
|
|
71
71
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
72
72
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
73
73
|
"static/css/0a57ee6c7a57788c.css",
|
|
74
74
|
"static/chunks/pages/_app-0cbfeeafc012ff6a.js"
|
|
75
75
|
],
|
|
76
76
|
"/_error": [
|
|
77
|
-
"static/chunks/webpack-
|
|
77
|
+
"static/chunks/webpack-c865c630c4702255.js",
|
|
78
78
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
79
79
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
80
80
|
"static/chunks/pages/_error-f432276d5ac8f150.js"
|
|
81
81
|
],
|
|
82
82
|
"/account": [
|
|
83
|
-
"static/chunks/webpack-
|
|
83
|
+
"static/chunks/webpack-c865c630c4702255.js",
|
|
84
84
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
85
85
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
86
86
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"static/chunks/pages/account-46bfa866c32f014d.js"
|
|
90
90
|
],
|
|
91
91
|
"/checkout": [
|
|
92
|
-
"static/chunks/webpack-
|
|
92
|
+
"static/chunks/webpack-c865c630c4702255.js",
|
|
93
93
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
94
94
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
95
95
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"static/chunks/pages/checkout-b40bb344e7396f44.js"
|
|
99
99
|
],
|
|
100
100
|
"/login": [
|
|
101
|
-
"static/chunks/webpack-
|
|
101
|
+
"static/chunks/webpack-c865c630c4702255.js",
|
|
102
102
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
103
103
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
104
104
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
@@ -108,16 +108,16 @@
|
|
|
108
108
|
"static/chunks/pages/login-c7e46c78d5387ed6.js"
|
|
109
109
|
],
|
|
110
110
|
"/s": [
|
|
111
|
-
"static/chunks/webpack-
|
|
111
|
+
"static/chunks/webpack-c865c630c4702255.js",
|
|
112
112
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
113
113
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
114
114
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
115
115
|
"static/css/b0c0e0632c5d7f52.css",
|
|
116
116
|
"static/chunks/6335-4f83759732fb9a4b.js",
|
|
117
117
|
"static/css/2d010a1ea6aab015.css",
|
|
118
|
-
"static/chunks/
|
|
118
|
+
"static/chunks/5018-28328fe6b78287dd.js",
|
|
119
119
|
"static/css/2980acad3f8e1028.css",
|
|
120
|
-
"static/chunks/pages/s-
|
|
120
|
+
"static/chunks/pages/s-ec7bfd2b058a6080.js"
|
|
121
121
|
]
|
|
122
122
|
},
|
|
123
123
|
"ampFirstPages": []
|