@faststore/core 2.2.37 → 2.2.38

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 (36) 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/prerender-manifest.json +1 -1
  10. package/.next/routes-manifest.json +1 -1
  11. package/.next/server/middleware-build-manifest.js +1 -1
  12. package/.next/server/pages/404.js.nft.json +1 -1
  13. package/.next/server/pages/500.js.nft.json +1 -1
  14. package/.next/server/pages/[...slug].js.nft.json +1 -1
  15. package/.next/server/pages/[slug]/p.js.nft.json +1 -1
  16. package/.next/server/pages/_error.js.nft.json +1 -1
  17. package/.next/server/pages/account.js.nft.json +1 -1
  18. package/.next/server/pages/api/graphql.js.nft.json +1 -1
  19. package/.next/server/pages/checkout.js.nft.json +1 -1
  20. package/.next/server/pages/en-US/404.html +2 -2
  21. package/.next/server/pages/en-US/500.html +2 -2
  22. package/.next/server/pages/en-US/account.html +2 -2
  23. package/.next/server/pages/en-US/checkout.html +2 -2
  24. package/.next/server/pages/en-US/login.html +2 -2
  25. package/.next/server/pages/en-US/s.html +2 -2
  26. package/.next/server/pages/en-US.html +2 -2
  27. package/.next/server/pages/index.js.nft.json +1 -1
  28. package/.next/server/pages/login.js.nft.json +1 -1
  29. package/.next/server/pages/s.js.nft.json +1 -1
  30. package/.next/server/pages-manifest.json +2 -2
  31. package/.next/trace +78 -78
  32. package/.turbo/turbo-build.log +1 -1
  33. package/.turbo/turbo-test.log +5 -5
  34. package/package.json +9 -9
  35. /package/.next/static/{pVGOsmYTXFPMzLlXhIM3h → OrzqcpHrd9uo1rGz0VUhi}/_buildManifest.js +0 -0
  36. /package/.next/static/{pVGOsmYTXFPMzLlXhIM3h → OrzqcpHrd9uo1rGz0VUhi}/_ssgManifest.js +0 -0
@@ -1,6 +1,6 @@
1
1
  $ yarn partytown & yarn generate && next build
2
- $ faststore generate-graphql -c
3
2
  $ partytown copylib ./public/~partytown
3
+ $ faststore generate-graphql -c
4
4
  Partytown lib copied to: /home/runner/work/faststore/faststore/packages/core/public/~partytown
5
5
  success - GraphQL schema, types, and optimizations successfully generated 🎉
6
6
  warn - You have enabled experimental feature (scrollRestoration) in next.config.js.
@@ -1,7 +1,7 @@
1
1
  $ tsdx test
2
2
  ts-jest[versions] (WARN) Version 29.1.0 of jest installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=25.0.0 <26.0.0). Please do not report issues in ts-jest if you are using unsupported versions.
3
3
  ts-jest[versions] (WARN) Version 4.9.4 of typescript installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=3.4.0 <4.0.0). Please do not report issues in ts-jest if you are using unsupported versions.
4
- PASS test/server/index.test.ts (12.693s)
4
+ PASS test/server/index.test.ts (6.068s)
5
5
  FastStore GraphQL Layer
6
6
  @faststore/api
7
7
  ✓ should return a valid GraphQL schema (5ms)
@@ -11,15 +11,15 @@ PASS test/server/index.test.ts (12.693s)
11
11
  VTEX API Extension
12
12
  ✓ getTypeDefsFromFolder function should return an Array (6ms)
13
13
  Third Party API Extension
14
- ✓ getTypeDefsFromFolder function should return an Array (9ms)
14
+ ✓ getTypeDefsFromFolder function should return an Array (5ms)
15
15
  Final Schema after merging
16
16
  ✓ should return a valid merged GraphQL schema (26ms)
17
17
  Envelop
18
- ✓ should exist with its plugins (26ms)
19
- ✓ should handle options and execute (141ms)
18
+ ✓ should exist with its plugins (29ms)
19
+ ✓ should handle options and execute (324ms)
20
20
 
21
21
  Test Suites: 1 passed, 1 total
22
22
  Tests: 9 passed, 9 total
23
23
  Snapshots: 0 total
24
- Time: 13.33s
24
+ Time: 6.498s
25
25
  Ran all test suites.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/core",
3
- "version": "2.2.37",
3
+ "version": "2.2.38",
4
4
  "license": "MIT",
5
5
  "repository": "vtex/faststore",
6
6
  "browserslist": "supports es6-module and not dead",
@@ -37,11 +37,11 @@
37
37
  "@envelop/graphql-jit": "^1.1.1",
38
38
  "@envelop/parser-cache": "^2.2.0",
39
39
  "@envelop/validation-cache": "^2.2.0",
40
- "@faststore/api": "^2.2.36",
41
- "@faststore/components": "^2.2.37",
42
- "@faststore/graphql-utils": "^2.2.36",
43
- "@faststore/sdk": "^2.2.35",
44
- "@faststore/ui": "^2.2.37",
40
+ "@faststore/api": "^2.2.38",
41
+ "@faststore/components": "^2.2.38",
42
+ "@faststore/graphql-utils": "^2.2.38",
43
+ "@faststore/sdk": "^2.2.38",
44
+ "@faststore/ui": "^2.2.38",
45
45
  "@graphql-codegen/cli": "^3.3.1",
46
46
  "@graphql-codegen/typescript": "^3.0.4",
47
47
  "@graphql-codegen/typescript-operations": "^3.0.4",
@@ -78,8 +78,8 @@
78
78
  "devDependencies": {
79
79
  "@cypress/code-coverage": "^3.12.1",
80
80
  "@envelop/testing": "^6.0.0",
81
- "@faststore/cli": "^2.2.36",
82
- "@faststore/eslint-config": "^2.2.36",
81
+ "@faststore/cli": "^2.2.38",
82
+ "@faststore/eslint-config": "^2.2.38",
83
83
  "@faststore/lighthouse": "^1.12.32",
84
84
  "@lhci/cli": "^0.9.0",
85
85
  "@testing-library/cypress": "^10.0.1",
@@ -119,5 +119,5 @@
119
119
  "msw": {
120
120
  "workerDirectory": "public"
121
121
  },
122
- "gitHead": "f82966c103d0c3ed9e7a89944878ad9eb6a919c1"
122
+ "gitHead": "d766a3a32d882476d6234abd41ae7eb3818ea3b7"
123
123
  }