@faststore/core 3.0.120 → 3.0.122

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 +2 -2
  3. package/.next/cache/config.json +3 -3
  4. package/.next/cache/eslint/.cache_1gneedd +1 -1
  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/next-minimal-server.js.nft.json +1 -1
  10. package/.next/next-server.js.nft.json +1 -1
  11. package/.next/prerender-manifest.js +1 -1
  12. package/.next/prerender-manifest.json +1 -1
  13. package/.next/routes-manifest.json +1 -1
  14. package/.next/server/chunks/350.js +1 -1
  15. package/.next/server/middleware-build-manifest.js +1 -1
  16. package/.next/server/pages/api/graphql.js +1 -1
  17. package/.next/server/pages/en-US/404.html +1 -1
  18. package/.next/server/pages/en-US/500.html +1 -1
  19. package/.next/server/pages/en-US/account.html +1 -1
  20. package/.next/server/pages/en-US/checkout.html +1 -1
  21. package/.next/server/pages/en-US/login.html +1 -1
  22. package/.next/server/pages/en-US/s.html +1 -1
  23. package/.next/server/pages/en-US.html +2 -2
  24. package/.next/server/pages-manifest.json +1 -1
  25. package/.next/trace +95 -95
  26. package/.turbo/turbo-build.log +1 -1
  27. package/.turbo/turbo-test.log +4 -4
  28. package/package.json +3 -3
  29. /package/.next/static/{egWZYlAW4OQoIIE4UqSNJ → L_uh5W_Q_OoxZnMAIsC5n}/_buildManifest.js +0 -0
  30. /package/.next/static/{egWZYlAW4OQoIIE4UqSNJ → L_uh5W_Q_OoxZnMAIsC5n}/_ssgManifest.js +0 -0
@@ -33,7 +33,6 @@ https://nextjs.org/telemetry
33
33
  Creating an optimized production build ...
34
34
  Disabled SWC as replacement for Babel because of custom Babel configuration ".babelrc.js" https://nextjs.org/docs/messages/swc-disabled
35
35
  Using external babel configuration from /home/runner/work/faststore/faststore/packages/core/.babelrc.js
36
- Collecting page data ...
37
36
  ⚠ Compiled with warnings
38
37
 
39
38
  ./discovery.config.js
@@ -55,6 +54,7 @@ Import trace for requested module:
55
54
  ./discovery.config.js
56
55
  ./src/pages/api/preview.ts
57
56
 
57
+ Collecting page data ...
58
58
  Generating static pages (0/7) ...
59
59
 
60
60
  Generating static pages (1/7)
61
61
  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.
@@ -1,10 +1,10 @@
1
1
  $ jest
2
- PASS test/server/cms/index.test.ts (35.17 s)
3
- PASS test/utils/multipleTemplates.test.ts (35.428 s)
4
- PASS test/server/index.test.ts (39.111 s)
2
+ PASS test/utils/multipleTemplates.test.ts (35.629 s)
3
+ PASS test/server/cms/index.test.ts (35.787 s)
4
+ PASS test/server/index.test.ts (38.964 s)
5
5
 
6
6
  Test Suites: 3 passed, 3 total
7
7
  Tests: 19 passed, 19 total
8
8
  Snapshots: 0 total
9
- Time: 40.247 s
9
+ Time: 40.012 s
10
10
  Ran all test suites.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/core",
3
- "version": "3.0.120",
3
+ "version": "3.0.122",
4
4
  "license": "MIT",
5
5
  "repository": "vtex/faststore",
6
6
  "browserslist": "supports es6-module and not dead",
@@ -43,7 +43,7 @@
43
43
  "@envelop/graphql-jit": "^1.1.1",
44
44
  "@envelop/parser-cache": "^2.2.0",
45
45
  "@envelop/validation-cache": "^2.2.0",
46
- "@faststore/api": "^3.0.120",
46
+ "@faststore/api": "^3.0.122",
47
47
  "@faststore/components": "^3.0.116",
48
48
  "@faststore/graphql-utils": "^3.0.116",
49
49
  "@faststore/lighthouse": "^3.0.116",
@@ -128,5 +128,5 @@
128
128
  "node": "18.19.0",
129
129
  "yarn": "1.19.1"
130
130
  },
131
- "gitHead": "26ffe660e75b9998cce312995db1de64cd72d0d5"
131
+ "gitHead": "e1b59dbac520b276dd759e7a78100ab94edfcbb8"
132
132
  }