@faststore/core 3.70.0 → 3.70.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.
Files changed (30) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/build-manifest.json +3 -3
  3. package/.next/cache/.tsbuildinfo +1 -1
  4. package/.next/cache/config.json +3 -3
  5. package/.next/cache/webpack/client-production/0.pack +0 -0
  6. package/.next/cache/webpack/client-production/index.pack +0 -0
  7. package/.next/cache/webpack/server-production/0.pack +0 -0
  8. package/.next/cache/webpack/server-production/index.pack +0 -0
  9. package/.next/prerender-manifest.js +1 -1
  10. package/.next/prerender-manifest.json +1 -1
  11. package/.next/routes-manifest.json +1 -1
  12. package/.next/server/functions-config-manifest.json +1 -1
  13. package/.next/server/middleware-build-manifest.js +1 -1
  14. package/.next/server/pages/[slug]/p.js +1 -1
  15. package/.next/server/pages/en-US/404.html +1 -1
  16. package/.next/server/pages/en-US/500.html +1 -1
  17. package/.next/server/pages/en-US/checkout.html +1 -1
  18. package/.next/server/pages/en-US/login.html +1 -1
  19. package/.next/server/pages/en-US/s.html +1 -1
  20. package/.next/server/pages/en-US.html +1 -1
  21. package/.next/server/pages-manifest.json +1 -1
  22. package/.next/static/chunks/pages/[slug]/{p-3c16bf4c43aefc51.js → p-73a253032aaf8ce2.js} +1 -1
  23. package/.next/static/{T-feA7OkkJoZOJ4u9O47z → oQne5jO4IL3AxXpTpm5ye}/_buildManifest.js +1 -1
  24. package/.next/trace +135 -135
  25. package/.turbo/turbo-build.log +7 -7
  26. package/.turbo/turbo-test.log +5 -5
  27. package/CHANGELOG.md +6 -0
  28. package/package.json +2 -2
  29. package/src/pages/[slug]/p.tsx +2 -2
  30. /package/.next/static/{T-feA7OkkJoZOJ4u9O47z → oQne5jO4IL3AxXpTpm5ye}/_ssgManifest.js +0 -0
@@ -1,23 +1,23 @@
1
1
 
2
- > @faststore/core@3.69.1 prebuild /home/runner/work/faststore/faststore/packages/core
2
+ > @faststore/core@3.70.0 prebuild /home/runner/work/faststore/faststore/packages/core
3
3
  > na run partytown && na run generate
4
4
 
5
5
 
6
- > @faststore/core@3.69.1 partytown /home/runner/work/faststore/faststore/packages/core
6
+ > @faststore/core@3.70.0 partytown /home/runner/work/faststore/faststore/packages/core
7
7
  > partytown copylib ./public/~partytown
8
8
 
9
9
  Partytown lib copied to: /home/runner/work/faststore/faststore/packages/core/public/~partytown
10
10
 
11
- > @faststore/core@3.69.1 generate /home/runner/work/faststore/faststore/packages/core
11
+ > @faststore/core@3.70.0 generate /home/runner/work/faststore/faststore/packages/core
12
12
  > na run generate:schema && na run generate:codegen && na run format:generated
13
13
 
14
14
 
15
- > @faststore/core@3.69.1 generate:schema /home/runner/work/faststore/faststore/packages/core
15
+ > @faststore/core@3.70.0 generate:schema /home/runner/work/faststore/faststore/packages/core
16
16
  > tsx src/server/generator/generateGraphQLSchemaFile.ts
17
17
 
18
18
  Schema GraphQL file generated successfully
19
19
 
20
- > @faststore/core@3.69.1 generate:codegen /home/runner/work/faststore/faststore/packages/core
20
+ > @faststore/core@3.70.0 generate:codegen /home/runner/work/faststore/faststore/packages/core
21
21
  > graphql-codegen
22
22
 
23
23
  [STARTED] Parse Configuration
@@ -37,11 +37,11 @@ Running lifecycle hook "afterStart" scripts...
37
37
  [CLI] Loading Documents
38
38
  [CLI] Generating output
39
39
 
40
- > @faststore/core@3.69.1 format:generated /home/runner/work/faststore/faststore/packages/core
40
+ > @faststore/core@3.70.0 format:generated /home/runner/work/faststore/faststore/packages/core
41
41
  > prettier --write "@generated/**/*.{ts,js,tsx,jsx,json}" --loglevel error
42
42
 
43
43
 
44
- > @faststore/core@3.69.1 build /home/runner/work/faststore/faststore/packages/core
44
+ > @faststore/core@3.70.0 build /home/runner/work/faststore/faststore/packages/core
45
45
  > next build
46
46
 
47
47
  ⚠ No build cache found. Please configure build caching for faster rebuilds. Read more: https://nextjs.org/docs/messages/no-cache
@@ -1,14 +1,14 @@
1
1
 
2
- > @faststore/core@3.69.1 test /home/runner/work/faststore/faststore/packages/core
2
+ > @faststore/core@3.70.0 test /home/runner/work/faststore/faststore/packages/core
3
3
  > jest
4
4
 
5
- PASS test/server/cms/global.test.ts (26.447 s)
6
- PASS test/utils/multipleTemplates.test.ts (27.118 s)
5
+ PASS test/server/cms/global.test.ts (25.901 s)
6
+ PASS test/utils/multipleTemplates.test.ts (26.067 s)
7
7
  PASS test/server/cms/index.test.ts
8
- PASS test/server/index.test.ts (30.054 s)
8
+ PASS test/server/index.test.ts (29.729 s)
9
9
 
10
10
  Test Suites: 4 passed, 4 total
11
11
  Tests: 22 passed, 22 total
12
12
  Snapshots: 0 total
13
- Time: 31.187 s
13
+ Time: 30.888 s
14
14
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.70.1](https://github.com/vtex/faststore/compare/v3.70.0...v3.70.1) (2025-08-04)
7
+
8
+ ### Bug Fixes
9
+
10
+ - Using SEO product name and description input if available ([#2969](https://github.com/vtex/faststore/issues/2969)) ([590000d](https://github.com/vtex/faststore/commit/590000d63539e0ce476018027a7ed2fdd2589c45)), closes [#2701](https://github.com/vtex/faststore/issues/2701)
11
+
6
12
  # [3.70.0](https://github.com/vtex/faststore/compare/v3.69.1...v3.70.0) (2025-08-01)
7
13
 
8
14
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/core",
3
- "version": "3.70.0",
3
+ "version": "3.70.1",
4
4
  "license": "MIT",
5
5
  "repository": "vtex/faststore",
6
6
  "browserslist": "supports es6-module and not dead",
@@ -107,5 +107,5 @@
107
107
  "ts-jest": "29.1.1",
108
108
  "typescript": "5.3.2"
109
109
  },
110
- "gitHead": "1382f090bad27a9f4134db7c88c7f7ae5f328eb4"
110
+ "gitHead": "367347f3ba4d9da0c62d99e6a32faf385b6d54da"
111
111
  }
@@ -192,8 +192,8 @@ function Page({
192
192
  mainEntityOfPage={`${meta.canonical}${
193
193
  settings?.seo?.mainEntityOfPage ?? ''
194
194
  }`}
195
- productName={product.name}
196
- description={product.description}
195
+ productName={title}
196
+ description={description}
197
197
  brand={product.brand.name}
198
198
  sku={product.sku}
199
199
  gtin={product.gtin}