@faststore/core 3.0.105 → 3.0.106
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/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/12.js +1 -1
- package/.next/server/chunks/163.js +6 -0
- package/.next/server/chunks/24.js +1 -1
- package/.next/server/chunks/377.js +1 -0
- package/.next/server/chunks/485.js +2 -2
- package/.next/server/chunks/61.js +1 -0
- package/.next/server/chunks/646.js +3 -3
- package/.next/server/chunks/859.js +4 -4
- package/.next/server/chunks/933.js +1 -0
- package/.next/server/chunks/936.js +1 -1
- package/.next/server/chunks/945.js +1 -1
- package/.next/server/chunks/96.js +1 -1
- package/.next/server/functions-config-manifest.json +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/404.js +1 -1
- package/.next/server/pages/404.js.nft.json +1 -1
- package/.next/server/pages/500.js +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 +1 -1
- package/.next/server/pages/_app.js.nft.json +1 -1
- package/.next/server/pages/_document.js +1 -1
- package/.next/server/pages/_document.js.nft.json +1 -1
- package/.next/server/pages/_error.js +1 -1
- package/.next/server/pages/_error.js.nft.json +1 -1
- package/.next/server/pages/account.js +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 +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 +3 -3
- package/.next/server/pages/en-US.json +1 -1
- package/.next/server/pages/index.js +1 -1
- package/.next/server/pages/index.js.nft.json +1 -1
- package/.next/server/pages/login.js +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/chunks/{104-2f3212640367efe4.js → 104-6c6df4defdfdd68c.js} +1 -1
- package/.next/static/chunks/pages/{_app-5089a21ac8b3fc03.js → _app-8adad0ff3ff11810.js} +2 -2
- package/.next/static/{Vy07c2y8tSZtxeToS5Gku → z_lnfb_ZhpUfoYqzu_V6R}/_buildManifest.js +1 -1
- package/.next/trace +95 -95
- package/.turbo/turbo-build.log +12 -7
- package/.turbo/turbo-lint.log +5 -1
- package/.turbo/turbo-test.log +4 -4
- package/package.json +3 -3
- package/src/Layout.tsx +5 -1
- package/src/sdk/analytics/hooks/usePageViewEvent.ts +29 -0
- package/.next/server/chunks/21.js +0 -1
- package/.next/server/chunks/640.js +0 -6
- /package/.next/static/{Vy07c2y8tSZtxeToS5Gku → z_lnfb_ZhpUfoYqzu_V6R}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
z_lnfb_ZhpUfoYqzu_V6R
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/z_lnfb_ZhpUfoYqzu_V6R/_buildManifest.js",
|
|
9
|
+
"static/z_lnfb_ZhpUfoYqzu_V6R/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"static/chunks/main-6f63f6746cc029db.js",
|
|
17
17
|
"static/chunks/575-853fb8b1ba4ce8c4.js",
|
|
18
18
|
"static/css/e0edaedcfb97bf5e.css",
|
|
19
|
-
"static/chunks/104-
|
|
19
|
+
"static/chunks/104-6c6df4defdfdd68c.js",
|
|
20
20
|
"static/css/3e19bc8739388691.css",
|
|
21
21
|
"static/chunks/661-e22eef09fe820df8.js",
|
|
22
22
|
"static/css/197e314c5a03eabd.css",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"static/chunks/main-6f63f6746cc029db.js",
|
|
29
29
|
"static/chunks/575-853fb8b1ba4ce8c4.js",
|
|
30
30
|
"static/css/e0edaedcfb97bf5e.css",
|
|
31
|
-
"static/chunks/104-
|
|
31
|
+
"static/chunks/104-6c6df4defdfdd68c.js",
|
|
32
32
|
"static/css/2980acad3f8e1028.css",
|
|
33
33
|
"static/chunks/pages/404-56dd2d65b7a31cf7.js"
|
|
34
34
|
],
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"static/chunks/main-6f63f6746cc029db.js",
|
|
39
39
|
"static/chunks/575-853fb8b1ba4ce8c4.js",
|
|
40
40
|
"static/css/e0edaedcfb97bf5e.css",
|
|
41
|
-
"static/chunks/104-
|
|
41
|
+
"static/chunks/104-6c6df4defdfdd68c.js",
|
|
42
42
|
"static/css/2980acad3f8e1028.css",
|
|
43
43
|
"static/chunks/pages/500-b3732b7fc60d28f7.js"
|
|
44
44
|
],
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"static/chunks/main-6f63f6746cc029db.js",
|
|
49
49
|
"static/chunks/575-853fb8b1ba4ce8c4.js",
|
|
50
50
|
"static/css/e0edaedcfb97bf5e.css",
|
|
51
|
-
"static/chunks/104-
|
|
51
|
+
"static/chunks/104-6c6df4defdfdd68c.js",
|
|
52
52
|
"static/css/3e19bc8739388691.css",
|
|
53
53
|
"static/chunks/661-e22eef09fe820df8.js",
|
|
54
54
|
"static/css/c725ca9e956e11d7.css",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"static/chunks/main-6f63f6746cc029db.js",
|
|
63
63
|
"static/chunks/575-853fb8b1ba4ce8c4.js",
|
|
64
64
|
"static/css/e0edaedcfb97bf5e.css",
|
|
65
|
-
"static/chunks/104-
|
|
65
|
+
"static/chunks/104-6c6df4defdfdd68c.js",
|
|
66
66
|
"static/css/3e19bc8739388691.css",
|
|
67
67
|
"static/chunks/661-e22eef09fe820df8.js",
|
|
68
68
|
"static/css/fbd711b9f5abf105.css",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"static/chunks/framework-8e279965036b6169.js",
|
|
74
74
|
"static/chunks/main-6f63f6746cc029db.js",
|
|
75
75
|
"static/css/ee0556daedda6306.css",
|
|
76
|
-
"static/chunks/pages/_app-
|
|
76
|
+
"static/chunks/pages/_app-8adad0ff3ff11810.js"
|
|
77
77
|
],
|
|
78
78
|
"/_error": [
|
|
79
79
|
"static/chunks/webpack-38982d1550c1a866.js",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"static/chunks/main-6f63f6746cc029db.js",
|
|
88
88
|
"static/chunks/575-853fb8b1ba4ce8c4.js",
|
|
89
89
|
"static/css/e0edaedcfb97bf5e.css",
|
|
90
|
-
"static/chunks/104-
|
|
90
|
+
"static/chunks/104-6c6df4defdfdd68c.js",
|
|
91
91
|
"static/chunks/pages/account-dbc5c028225cd1ac.js"
|
|
92
92
|
],
|
|
93
93
|
"/checkout": [
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"static/chunks/main-6f63f6746cc029db.js",
|
|
97
97
|
"static/chunks/575-853fb8b1ba4ce8c4.js",
|
|
98
98
|
"static/css/e0edaedcfb97bf5e.css",
|
|
99
|
-
"static/chunks/104-
|
|
99
|
+
"static/chunks/104-6c6df4defdfdd68c.js",
|
|
100
100
|
"static/chunks/pages/checkout-29ae2c37eaf172e1.js"
|
|
101
101
|
],
|
|
102
102
|
"/login": [
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"static/chunks/main-6f63f6746cc029db.js",
|
|
106
106
|
"static/chunks/575-853fb8b1ba4ce8c4.js",
|
|
107
107
|
"static/css/e0edaedcfb97bf5e.css",
|
|
108
|
-
"static/chunks/104-
|
|
108
|
+
"static/chunks/104-6c6df4defdfdd68c.js",
|
|
109
109
|
"static/css/2980acad3f8e1028.css",
|
|
110
110
|
"static/chunks/pages/login-98fbb4cd544d7a1d.js"
|
|
111
111
|
],
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"static/chunks/main-6f63f6746cc029db.js",
|
|
116
116
|
"static/chunks/575-853fb8b1ba4ce8c4.js",
|
|
117
117
|
"static/css/e0edaedcfb97bf5e.css",
|
|
118
|
-
"static/chunks/104-
|
|
118
|
+
"static/chunks/104-6c6df4defdfdd68c.js",
|
|
119
119
|
"static/css/3e19bc8739388691.css",
|
|
120
120
|
"static/chunks/661-e22eef09fe820df8.js",
|
|
121
121
|
"static/css/c725ca9e956e11d7.css",
|