@faststore/core 3.28.1 → 3.29.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 +12 -12
- 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/1506.js +1 -1
- package/.next/server/chunks/3117.js +2 -2
- package/.next/server/chunks/4289.js +1 -1
- package/.next/server/chunks/6198.js +1 -1
- package/.next/server/chunks/8646.js +1 -1
- package/.next/server/chunks/UIBannerText.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/[...slug].js +1 -1
- package/.next/server/pages/api/graphql.js +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/s.js +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/static/{0V2YE_HhTz_VOd0dTMcFM → JNYNLuT_CpzRGNoTumIQk}/_buildManifest.js +1 -1
- package/.next/static/chunks/{6335-65828a609522b6e2.js → 6335-3697bf8451c28906.js} +1 -1
- package/.next/static/chunks/pages/{_app-4cf4015388594311.js → _app-ac95c1e9f24267d5.js} +1 -1
- package/.next/trace +121 -121
- package/.turbo/turbo-build.log +15 -15
- package/.turbo/turbo-test.log +5 -5
- package/@generated/gql.ts +2 -2
- package/@generated/graphql.ts +32 -1
- package/@generated/persisted-documents.json +1 -1
- package/@generated/schema.graphql +23 -0
- package/CHANGELOG.md +6 -0
- package/discovery.config.default.js +8 -0
- package/package.json +4 -4
- package/src/sdk/session/index.ts +8 -0
- /package/.next/static/{0V2YE_HhTz_VOd0dTMcFM → JNYNLuT_CpzRGNoTumIQk}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
JNYNLuT_CpzRGNoTumIQk
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/JNYNLuT_CpzRGNoTumIQk/_buildManifest.js",
|
|
9
|
+
"static/JNYNLuT_CpzRGNoTumIQk/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
17
17
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
18
18
|
"static/css/b0c0e0632c5d7f52.css",
|
|
19
|
-
"static/chunks/6335-
|
|
19
|
+
"static/chunks/6335-3697bf8451c28906.js",
|
|
20
20
|
"static/css/b1806cbafd0c1f81.css",
|
|
21
21
|
"static/chunks/pages/index-d36123e232b889d8.js"
|
|
22
22
|
],
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
27
27
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
28
28
|
"static/css/b0c0e0632c5d7f52.css",
|
|
29
|
-
"static/chunks/6335-
|
|
29
|
+
"static/chunks/6335-3697bf8451c28906.js",
|
|
30
30
|
"static/css/2980acad3f8e1028.css",
|
|
31
31
|
"static/chunks/pages/404-8e61ea158e7b314c.js"
|
|
32
32
|
],
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
37
37
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
38
38
|
"static/css/b0c0e0632c5d7f52.css",
|
|
39
|
-
"static/chunks/6335-
|
|
39
|
+
"static/chunks/6335-3697bf8451c28906.js",
|
|
40
40
|
"static/css/2980acad3f8e1028.css",
|
|
41
41
|
"static/chunks/pages/500-68f51177e64de6e7.js"
|
|
42
42
|
],
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
47
47
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
48
48
|
"static/css/b0c0e0632c5d7f52.css",
|
|
49
|
-
"static/chunks/6335-
|
|
49
|
+
"static/chunks/6335-3697bf8451c28906.js",
|
|
50
50
|
"static/css/2841bab51b99dd53.css",
|
|
51
51
|
"static/chunks/5018-4af021881b60619a.js",
|
|
52
52
|
"static/chunks/pages/[...slug]-fdede686dea7b909.js"
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
59
59
|
"static/chunks/5259-90f7ef92cf24e49a.js",
|
|
60
60
|
"static/css/b0c0e0632c5d7f52.css",
|
|
61
|
-
"static/chunks/6335-
|
|
61
|
+
"static/chunks/6335-3697bf8451c28906.js",
|
|
62
62
|
"static/chunks/7498-49bf89838314b503.js",
|
|
63
63
|
"static/css/a3ca6a9b63f657be.css",
|
|
64
64
|
"static/css/62a5153ac7061286.css",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
72
72
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
73
73
|
"static/css/0a57ee6c7a57788c.css",
|
|
74
|
-
"static/chunks/pages/_app-
|
|
74
|
+
"static/chunks/pages/_app-ac95c1e9f24267d5.js"
|
|
75
75
|
],
|
|
76
76
|
"/_error": [
|
|
77
77
|
"static/chunks/webpack-505ab169c34dcfac.js",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
86
86
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
87
87
|
"static/css/b0c0e0632c5d7f52.css",
|
|
88
|
-
"static/chunks/6335-
|
|
88
|
+
"static/chunks/6335-3697bf8451c28906.js",
|
|
89
89
|
"static/chunks/pages/account-2123c229c3e93039.js"
|
|
90
90
|
],
|
|
91
91
|
"/checkout": [
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
95
95
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
96
96
|
"static/css/b0c0e0632c5d7f52.css",
|
|
97
|
-
"static/chunks/6335-
|
|
97
|
+
"static/chunks/6335-3697bf8451c28906.js",
|
|
98
98
|
"static/chunks/pages/checkout-0dfe0dc9cee443ba.js"
|
|
99
99
|
],
|
|
100
100
|
"/login": [
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
104
104
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
105
105
|
"static/css/b0c0e0632c5d7f52.css",
|
|
106
|
-
"static/chunks/6335-
|
|
106
|
+
"static/chunks/6335-3697bf8451c28906.js",
|
|
107
107
|
"static/css/2980acad3f8e1028.css",
|
|
108
108
|
"static/chunks/pages/login-b59ea5561defc0d4.js"
|
|
109
109
|
],
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"static/chunks/main-5569625b3fdd6741.js",
|
|
114
114
|
"static/chunks/6167-ecb49640dcb9d566.js",
|
|
115
115
|
"static/css/b0c0e0632c5d7f52.css",
|
|
116
|
-
"static/chunks/6335-
|
|
116
|
+
"static/chunks/6335-3697bf8451c28906.js",
|
|
117
117
|
"static/css/2841bab51b99dd53.css",
|
|
118
118
|
"static/chunks/5018-4af021881b60619a.js",
|
|
119
119
|
"static/css/2980acad3f8e1028.css",
|