@faststore/core 3.0.158 → 3.0.159

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 (32) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/build-manifest.json +2 -2
  3. package/.next/cache/.tsbuildinfo +1 -1
  4. package/.next/cache/config.json +3 -3
  5. package/.next/cache/eslint/.cache_1gneedd +1 -1
  6. package/.next/cache/webpack/client-production/0.pack +0 -0
  7. package/.next/cache/webpack/client-production/index.pack +0 -0
  8. package/.next/cache/webpack/server-production/0.pack +0 -0
  9. package/.next/cache/webpack/server-production/index.pack +0 -0
  10. package/.next/next-minimal-server.js.nft.json +1 -1
  11. package/.next/next-server.js.nft.json +1 -1
  12. package/.next/prerender-manifest.js +1 -1
  13. package/.next/prerender-manifest.json +1 -1
  14. package/.next/routes-manifest.json +1 -1
  15. package/.next/server/chunks/2082.js +2 -2
  16. package/.next/server/middleware-build-manifest.js +1 -1
  17. package/.next/server/pages/en-US/404.html +2 -2
  18. package/.next/server/pages/en-US/500.html +2 -2
  19. package/.next/server/pages/en-US/account.html +2 -2
  20. package/.next/server/pages/en-US/checkout.html +2 -2
  21. package/.next/server/pages/en-US/login.html +2 -2
  22. package/.next/server/pages/en-US/s.html +2 -2
  23. package/.next/server/pages/en-US.html +2 -2
  24. package/.next/server/pages-manifest.json +1 -1
  25. package/.next/trace +97 -97
  26. package/.turbo/turbo-build.log +2 -2
  27. package/.turbo/turbo-lint.log +1 -1
  28. package/.turbo/turbo-test.log +5 -5
  29. package/package.json +2 -2
  30. package/src/pages/_document.tsx +1 -0
  31. /package/.next/static/{gxJyuR6uuwUtbNvozKfXD → TSYX9VtdnhX3IAmZuTdux}/_buildManifest.js +0 -0
  32. /package/.next/static/{gxJyuR6uuwUtbNvozKfXD → TSYX9VtdnhX3IAmZuTdux}/_ssgManifest.js +0 -0
@@ -38,8 +38,8 @@ https://nextjs.org/telemetry
38
38
  Collecting page data ...
39
39
  Generating static pages (0/7) ...
40
40
 
41
41
  Generating static pages (1/7)
42
- Warning: Dynamic Content not found for the page: home. Refer to the Dynamic Content documentation at https://developers.vtex.com/docs/guides/faststore/dynamic-content-overview for mapping the page and the corresponding data-fetching function.
43
42
 
44
43
  Generating static pages (3/7)
44
+ Warning: Dynamic Content not found for the page: home. Refer to the Dynamic Content documentation at https://developers.vtex.com/docs/guides/faststore/dynamic-content-overview for mapping the page and the corresponding data-fetching function.
45
45
 
46
46
  Generating static pages (5/7)
47
47
 
48
48
  ✓ Generating static pages (7/7)
49
49
  Finalizing page optimization ...
@@ -74,4 +74,4 @@ Route (pages) Size First Load JS
74
74
  ○ (Static) automatically rendered as static HTML (uses no initial props)
75
75
  ● (SSG) automatically generated as static HTML + JSON (uses getStaticProps)
76
76
 
77
- Done in 69.94s.
77
+ Done in 70.41s.
@@ -1,4 +1,4 @@
1
1
  yarn run v1.22.22
2
2
  $ next lint
3
3
  ✔ No ESLint warnings or errors
4
- Done in 6.04s.
4
+ Done in 6.20s.
@@ -1,12 +1,12 @@
1
1
  yarn run v1.22.22
2
2
  $ jest
3
- PASS test/server/cms/index.test.ts (34.175 s)
4
- PASS test/utils/multipleTemplates.test.ts (34.375 s)
5
- PASS test/server/index.test.ts (37.644 s)
3
+ PASS test/utils/multipleTemplates.test.ts (34.312 s)
4
+ PASS test/server/cms/index.test.ts (35.424 s)
5
+ PASS test/server/index.test.ts (38.348 s)
6
6
 
7
7
  Test Suites: 3 passed, 3 total
8
8
  Tests: 19 passed, 19 total
9
9
  Snapshots: 0 total
10
- Time: 38.767 s
10
+ Time: 39.531 s
11
11
  Ran all test suites.
12
- Done in 40.04s.
12
+ Done in 40.96s.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/core",
3
- "version": "3.0.158",
3
+ "version": "3.0.159",
4
4
  "license": "MIT",
5
5
  "repository": "vtex/faststore",
6
6
  "browserslist": "supports es6-module and not dead",
@@ -128,5 +128,5 @@
128
128
  "node": "18.19.0",
129
129
  "yarn": "1.19.1"
130
130
  },
131
- "gitHead": "fd9b72c772175840b781e52dde650a0ff7a4c66b"
131
+ "gitHead": "4358b6e13d90cc95dbc364f3fab1f867b188701d"
132
132
  }
@@ -16,6 +16,7 @@ function Document() {
16
16
  rel="dns-prefetch"
17
17
  href={`https://${storeConfig.api.storeId}.vtexassets.com`}
18
18
  />
19
+ <meta name="storefront" content="fast_store" />
19
20
  {!process.env.DISABLE_3P_SCRIPTS && <ThirdPartyScripts />}
20
21
  <WebFonts />
21
22
  </Head>