@faststore/core 3.25.11 → 3.26.1
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/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 +1 -1
- package/.next/server/chunks/8646.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/[slug]/p.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/chunks/pages/[slug]/{p-544fb67934142cef.js → p-346bad0ceffea256.js} +1 -1
- package/.next/static/chunks/pages/{_app-0cbfeeafc012ff6a.js → _app-8edc24e5a6106da1.js} +1 -1
- package/.next/static/chunks/pages/{s-ec7bfd2b058a6080.js → s-120ff712266a7059.js} +1 -1
- package/.next/static/{2yvAWpcX0n0jvPKiPqp_Z → v_j8e1OrIBPnqjKL8c49d}/_buildManifest.js +1 -1
- package/.next/trace +121 -121
- package/.turbo/turbo-build.log +10 -10
- package/.turbo/turbo-test.log +5 -5
- package/CHANGELOG.md +12 -0
- package/discovery.config.default.js +4 -0
- package/package.json +8 -8
- package/src/pages/[slug]/p.tsx +17 -7
- package/src/pages/s.tsx +1 -1
- /package/.next/static/{2yvAWpcX0n0jvPKiPqp_Z → v_j8e1OrIBPnqjKL8c49d}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
v_j8e1OrIBPnqjKL8c49d
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/v_j8e1OrIBPnqjKL8c49d/_buildManifest.js",
|
|
9
|
+
"static/v_j8e1OrIBPnqjKL8c49d/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
@@ -64,14 +64,14 @@
|
|
|
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-346bad0ceffea256.js"
|
|
68
68
|
],
|
|
69
69
|
"/_app": [
|
|
70
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
|
-
"static/chunks/pages/_app-
|
|
74
|
+
"static/chunks/pages/_app-8edc24e5a6106da1.js"
|
|
75
75
|
],
|
|
76
76
|
"/_error": [
|
|
77
77
|
"static/chunks/webpack-c865c630c4702255.js",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"static/css/2d010a1ea6aab015.css",
|
|
118
118
|
"static/chunks/5018-28328fe6b78287dd.js",
|
|
119
119
|
"static/css/2980acad3f8e1028.css",
|
|
120
|
-
"static/chunks/pages/s-
|
|
120
|
+
"static/chunks/pages/s-120ff712266a7059.js"
|
|
121
121
|
]
|
|
122
122
|
},
|
|
123
123
|
"ampFirstPages": []
|