@faststore/core 3.9.3 → 3.11.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/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/371.js +1 -1
- package/.next/server/chunks/5430.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/[...slug].js +1 -1
- package/.next/server/pages/en-US/404.html +1 -1
- package/.next/server/pages/en-US/500.html +1 -1
- package/.next/server/pages/en-US/account.html +1 -1
- package/.next/server/pages/en-US/checkout.html +1 -1
- package/.next/server/pages/en-US/login.html +1 -1
- package/.next/server/pages/en-US/s.html +1 -1
- package/.next/server/pages/en-US.html +1 -1
- package/.next/server/pages/s.js +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/static/{qStjoQW6ZM1UbmV1436TX → KFQxTEob6--CeDLEHBRNA}/_buildManifest.js +1 -1
- package/.next/static/chunks/pages/[...slug]-ea558b39fbfcc27f.js +1 -0
- package/.next/static/chunks/pages/{_app-9d35d5919aef5334.js → _app-91d65e1abd88251d.js} +1 -1
- package/.next/static/chunks/pages/s-e609aea0cbb6c9fd.js +1 -0
- package/.next/trace +102 -101
- package/.turbo/turbo-build.log +12 -12
- package/.turbo/turbo-test.log +5 -5
- package/CHANGELOG.md +12 -0
- package/discovery.config.default.js +9 -0
- package/package.json +2 -2
- package/src/components/templates/ProductListingPage/ProductListingPage.tsx +12 -4
- package/src/experimental/searchServerSideFunctions/getServerSideProps.ts +51 -0
- package/src/experimental/searchServerSideFunctions/getStaticProps.ts +57 -0
- package/src/experimental/searchServerSideFunctions/index.ts +2 -0
- package/src/pages/s.tsx +61 -65
- package/.next/static/chunks/pages/[...slug]-535243edd040fc0c.js +0 -1
- package/.next/static/chunks/pages/s-a932301211f32425.js +0 -1
- /package/.next/static/{qStjoQW6ZM1UbmV1436TX → KFQxTEob6--CeDLEHBRNA}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
KFQxTEob6--CeDLEHBRNA
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/KFQxTEob6--CeDLEHBRNA/_buildManifest.js",
|
|
9
|
+
"static/KFQxTEob6--CeDLEHBRNA/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"static/chunks/7563-53ce4ad626d93f7e.js",
|
|
50
50
|
"static/css/6e34c6c07086e3df.css",
|
|
51
51
|
"static/chunks/4501-effb6aa25a455116.js",
|
|
52
|
-
"static/chunks/pages/[...slug]-
|
|
52
|
+
"static/chunks/pages/[...slug]-ea558b39fbfcc27f.js"
|
|
53
53
|
],
|
|
54
54
|
"/[slug]/p": [
|
|
55
55
|
"static/chunks/webpack-bf502499da135235.js",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
72
72
|
"static/chunks/main-209ac4974b020af1.js",
|
|
73
73
|
"static/css/ee0556daedda6306.css",
|
|
74
|
-
"static/chunks/pages/_app-
|
|
74
|
+
"static/chunks/pages/_app-91d65e1abd88251d.js"
|
|
75
75
|
],
|
|
76
76
|
"/_error": [
|
|
77
77
|
"static/chunks/webpack-bf502499da135235.js",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"static/css/6e34c6c07086e3df.css",
|
|
118
118
|
"static/chunks/4501-effb6aa25a455116.js",
|
|
119
119
|
"static/css/2980acad3f8e1028.css",
|
|
120
|
-
"static/chunks/pages/s-
|
|
120
|
+
"static/chunks/pages/s-e609aea0cbb6c9fd.js"
|
|
121
121
|
]
|
|
122
122
|
},
|
|
123
123
|
"ampFirstPages": []
|