@faststore/core 2.2.71 → 2.2.73

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 (31) 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/next-server.js.nft.json +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-server.js.nft.json +1 -1
  11. package/.next/prerender-manifest.json +1 -1
  12. package/.next/routes-manifest.json +1 -1
  13. package/.next/server/middleware-build-manifest.js +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/api/graphql.js.nft.json +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 +3 -3
  24. package/.next/server/pages/en-US.json +1 -1
  25. package/.next/server/pages-manifest.json +1 -1
  26. package/.next/trace +82 -82
  27. package/.turbo/turbo-build.log +1 -1
  28. package/.turbo/turbo-test.log +10 -10
  29. package/package.json +3 -3
  30. /package/.next/static/{IDskqcKTB7kE5quFZAhgJ → LB4EfHJ3ylU80A7g7tIMw}/_buildManifest.js +0 -0
  31. /package/.next/static/{IDskqcKTB7kE5quFZAhgJ → LB4EfHJ3ylU80A7g7tIMw}/_ssgManifest.js +0 -0
@@ -1,7 +1,7 @@
1
1
  $ yarn partytown & yarn generate && next build
2
2
  $ partytown copylib ./public/~partytown
3
- Partytown lib copied to: /home/runner/work/faststore/faststore/packages/core/public/~partytown
4
3
  $ faststore generate-graphql -c
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.
7
7
  warn - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk.
@@ -1,23 +1,23 @@
1
1
  $ jest
2
- PASS test/server/index.test.ts (22.442 s)
2
+ PASS test/server/index.test.ts (21.393 s)
3
3
  FastStore GraphQL Layer
4
4
  @faststore/api
5
- ✓ should return a valid GraphQL schema (12 ms)
6
- ✓ should return a valid GraphQL schema contain all expected types (9 ms)
7
- ✓ should return a valid GraphQL schema contain all expected queries (2 ms)
8
- ✓ should return a valid GraphQL schema contain all expected mutations
5
+ ✓ should return a valid GraphQL schema (21 ms)
6
+ ✓ should return a valid GraphQL schema contain all expected types (20 ms)
7
+ ✓ should return a valid GraphQL schema contain all expected queries (1 ms)
8
+ ✓ should return a valid GraphQL schema contain all expected mutations (1 ms)
9
9
  VTEX API Extension
10
- ✓ getTypeDefsFromFolder function should return an Array (30 ms)
10
+ ✓ getTypeDefsFromFolder function should return an Array (28 ms)
11
11
  Third Party API Extension
12
- ✓ getTypeDefsFromFolder function should return an Array (9 ms)
12
+ ✓ getTypeDefsFromFolder function should return an Array (7 ms)
13
13
  Final Schema after merging
14
- ✓ should return a valid merged GraphQL schema (42 ms)
14
+ ✓ should return a valid merged GraphQL schema (45 ms)
15
15
  Envelop
16
16
  ✓ should exist with its plugins (43 ms)
17
- ✓ should handle options and execute (567 ms)
17
+ ✓ should handle options and execute (316 ms)
18
18
 
19
19
  Test Suites: 1 passed, 1 total
20
20
  Tests: 9 passed, 9 total
21
21
  Snapshots: 0 total
22
- Time: 22.575 s
22
+ Time: 21.56 s
23
23
  Ran all test suites.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/core",
3
- "version": "2.2.71",
3
+ "version": "2.2.73",
4
4
  "license": "MIT",
5
5
  "repository": "vtex/faststore",
6
6
  "browserslist": "supports es6-module and not dead",
@@ -78,7 +78,7 @@
78
78
  "devDependencies": {
79
79
  "@cypress/code-coverage": "^3.12.1",
80
80
  "@envelop/testing": "^6.0.0",
81
- "@faststore/cli": "^2.2.69",
81
+ "@faststore/cli": "^2.2.73",
82
82
  "@faststore/eslint-config": "^2.2.69",
83
83
  "@faststore/lighthouse": "^1.12.32",
84
84
  "@lhci/cli": "^0.9.0",
@@ -123,5 +123,5 @@
123
123
  "node": "18.19.0",
124
124
  "yarn": "1.19.1"
125
125
  },
126
- "gitHead": "8f5eb691823d713771a804589591b66b6effae55"
126
+ "gitHead": "9fd7e8367621889e18a0745b30e0fa896937fd3a"
127
127
  }