@faststore/core 3.18.0 → 3.19.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 +4 -4
- 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/middleware-build-manifest.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/en-US.json +1 -1
- package/.next/server/pages/index.js +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/static/chunks/pages/_app-859f97f9c8a57799.js +1 -0
- package/.next/static/chunks/pages/index-a72303d39f10a810.js +1 -0
- package/.next/static/{AmyQ6Wwoqg1odaoxmB70E → p8ngUNSwR06I5gTsZkOSR}/_buildManifest.js +1 -1
- package/.next/trace +121 -121
- package/.turbo/turbo-build.log +17 -17
- package/.turbo/turbo-test.log +5 -5
- package/CHANGELOG.md +6 -0
- package/cms/faststore/content-types.json +102 -2
- package/package.json +2 -2
- package/src/pages/index.tsx +60 -1
- package/src/server/cms/index.ts +21 -0
- package/.next/static/chunks/pages/_app-2605ebd61ad39792.js +0 -1
- package/.next/static/chunks/pages/index-68d17524c8d979c6.js +0 -1
- /package/.next/static/{AmyQ6Wwoqg1odaoxmB70E → p8ngUNSwR06I5gTsZkOSR}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
p8ngUNSwR06I5gTsZkOSR
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/p8ngUNSwR06I5gTsZkOSR/_buildManifest.js",
|
|
9
|
+
"static/p8ngUNSwR06I5gTsZkOSR/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"static/css/93d239c461485bdf.css",
|
|
19
19
|
"static/chunks/266-d36e9a1f2df5a9f5.js",
|
|
20
20
|
"static/css/b1806cbafd0c1f81.css",
|
|
21
|
-
"static/chunks/pages/index-
|
|
21
|
+
"static/chunks/pages/index-a72303d39f10a810.js"
|
|
22
22
|
],
|
|
23
23
|
"/404": [
|
|
24
24
|
"static/chunks/webpack-e3aa1126ec42b589.js",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
72
72
|
"static/chunks/main-1617ca75abfe1b79.js",
|
|
73
73
|
"static/css/2eafb8997a3946dc.css",
|
|
74
|
-
"static/chunks/pages/_app-
|
|
74
|
+
"static/chunks/pages/_app-859f97f9c8a57799.js"
|
|
75
75
|
],
|
|
76
76
|
"/_error": [
|
|
77
77
|
"static/chunks/webpack-e3aa1126ec42b589.js",
|