@faststore/core 2.0.100-alpha.0 → 2.0.101-alpha.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 +5 -5
- 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/prerender-manifest.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/4371.js +2 -2
- package/.next/server/chunks/7992.js +2 -2
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/_app.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/index.js +2 -2
- package/.next/server/pages-manifest.json +1 -1
- package/.next/static/{_W6shnELbnMsH_iBfBVBe → V0z729OIqsX7azqcAGJ5Q}/_buildManifest.js +1 -1
- package/.next/static/chunks/264-6dc2258a751b3d74.js +1 -0
- package/.next/static/chunks/pages/{_app-d757170e632a6003.js → _app-6dc7b0c168e15d5c.js} +1 -1
- package/.next/trace +65 -65
- package/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +6 -0
- package/cypress/integration/analytics.test.js +77 -62
- package/cypress/integration/cart.test.js +9 -8
- package/cypress/integration/search.test.js +4 -4
- package/package.json +3 -3
- package/src/components/search/Filter/FilterSlider.tsx +2 -2
- package/.next/static/chunks/264-25ec99bbaf5d02b4.js +0 -1
- /package/.next/static/{_W6shnELbnMsH_iBfBVBe → V0z729OIqsX7azqcAGJ5Q}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
V0z729OIqsX7azqcAGJ5Q
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/V0z729OIqsX7azqcAGJ5Q/_buildManifest.js",
|
|
9
|
+
"static/V0z729OIqsX7azqcAGJ5Q/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
39
39
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
40
40
|
"static/chunks/351-a4e28d64f48c5269.js",
|
|
41
|
-
"static/chunks/264-
|
|
41
|
+
"static/chunks/264-6dc2258a751b3d74.js",
|
|
42
42
|
"static/css/8ea129ea90e49e98.css",
|
|
43
43
|
"static/chunks/pages/[...slug]-417e3b51bda1f5f3.js"
|
|
44
44
|
],
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
57
57
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
58
58
|
"static/css/ea60a7e6c07ee644.css",
|
|
59
|
-
"static/chunks/pages/_app-
|
|
59
|
+
"static/chunks/pages/_app-6dc7b0c168e15d5c.js"
|
|
60
60
|
],
|
|
61
61
|
"/_error": [
|
|
62
62
|
"static/chunks/webpack-65b155971f3eac57.js",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
91
91
|
"static/chunks/main-9746772201fe3ac1.js",
|
|
92
92
|
"static/chunks/351-a4e28d64f48c5269.js",
|
|
93
|
-
"static/chunks/264-
|
|
93
|
+
"static/chunks/264-6dc2258a751b3d74.js",
|
|
94
94
|
"static/css/db63ea05e98cb7e8.css",
|
|
95
95
|
"static/chunks/pages/s-ba2868e14fedb65b.js"
|
|
96
96
|
]
|