@faststore/core 2.2.36 → 2.2.37
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.
- package/.next/BUILD_ID +1 -0
- package/.next/build-manifest.json +126 -0
- package/.next/cache/.tsbuildinfo +1 -0
- package/.next/cache/config.json +7 -0
- package/.next/cache/eslint/.cache_1gneedd +1 -0
- package/.next/cache/next-server.js.nft.json +1 -0
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/export-marker.json +1 -0
- package/.next/images-manifest.json +1 -0
- package/.next/next-server.js.nft.json +1 -0
- package/.next/package.json +1 -0
- package/.next/prerender-manifest.json +1 -0
- package/.next/react-loadable-manifest.json +47 -0
- package/.next/required-server-files.json +1 -0
- package/.next/routes-manifest.json +1 -0
- package/.next/server/chunks/117.js +430 -0
- package/.next/server/chunks/177.js +125 -0
- package/.next/server/chunks/183.js +121 -0
- package/.next/server/chunks/184.js +61 -0
- package/.next/server/chunks/289.js +240 -0
- package/.next/server/chunks/312.js +678 -0
- package/.next/server/chunks/350.js +200 -0
- package/.next/server/chunks/386.js +200 -0
- package/.next/server/chunks/390.js +550 -0
- package/.next/server/chunks/398.js +611 -0
- package/.next/server/chunks/52.js +4007 -0
- package/.next/server/chunks/53.js +61 -0
- package/.next/server/chunks/574.js +145 -0
- package/.next/server/chunks/576.js +121 -0
- package/.next/server/chunks/585.js +640 -0
- package/.next/server/chunks/676.js +32 -0
- package/.next/server/chunks/693.js +58 -0
- package/.next/server/chunks/732.js +1880 -0
- package/.next/server/chunks/74.js +4066 -0
- package/.next/server/chunks/779.js +58 -0
- package/.next/server/chunks/817.js +4007 -0
- package/.next/server/chunks/825.js +4074 -0
- package/.next/server/chunks/854.js +72 -0
- package/.next/server/chunks/859.js +959 -0
- package/.next/server/chunks/863.js +111 -0
- package/.next/server/chunks/979.js +1305 -0
- package/.next/server/chunks/98.js +163 -0
- package/.next/server/chunks/988.js +211 -0
- package/.next/server/chunks/font-manifest.json +1 -0
- package/.next/server/font-manifest.json +1 -0
- package/.next/server/middleware-build-manifest.js +1 -0
- package/.next/server/middleware-manifest.json +6 -0
- package/.next/server/middleware-react-loadable-manifest.js +1 -0
- package/.next/server/pages/404.js +391 -0
- package/.next/server/pages/404.js.nft.json +1 -0
- package/.next/server/pages/500.js +395 -0
- package/.next/server/pages/500.js.nft.json +1 -0
- package/.next/server/pages/[...slug].js +1084 -0
- package/.next/server/pages/[...slug].js.nft.json +1 -0
- package/.next/server/pages/[slug]/p.js +2271 -0
- package/.next/server/pages/[slug]/p.js.nft.json +1 -0
- package/.next/server/pages/_app.js +287 -0
- package/.next/server/pages/_app.js.nft.json +1 -0
- package/.next/server/pages/_document.js +363 -0
- package/.next/server/pages/_document.js.nft.json +1 -0
- package/.next/server/pages/_error.js +164 -0
- package/.next/server/pages/_error.js.nft.json +1 -0
- package/.next/server/pages/account.js +370 -0
- package/.next/server/pages/account.js.nft.json +1 -0
- package/.next/server/pages/api/graphql.js +464 -0
- package/.next/server/pages/api/graphql.js.nft.json +1 -0
- package/.next/server/pages/api/health/live.js +31 -0
- package/.next/server/pages/api/health/live.js.nft.json +1 -0
- package/.next/server/pages/api/health/ready.js +31 -0
- package/.next/server/pages/api/health/ready.js.nft.json +1 -0
- package/.next/server/pages/api/preview.js +137 -0
- package/.next/server/pages/api/preview.js.nft.json +1 -0
- package/.next/server/pages/checkout.js +370 -0
- package/.next/server/pages/checkout.js.nft.json +1 -0
- package/.next/server/pages/en-US/404.html +81 -0
- package/.next/server/pages/en-US/404.json +1 -0
- package/.next/server/pages/en-US/500.html +81 -0
- package/.next/server/pages/en-US/500.json +1 -0
- package/.next/server/pages/en-US/account.html +81 -0
- package/.next/server/pages/en-US/account.json +1 -0
- package/.next/server/pages/en-US/checkout.html +81 -0
- package/.next/server/pages/en-US/checkout.json +1 -0
- package/.next/server/pages/en-US/login.html +81 -0
- package/.next/server/pages/en-US/login.json +1 -0
- package/.next/server/pages/en-US/s.html +81 -0
- package/.next/server/pages/en-US/s.json +1 -0
- package/.next/server/pages/en-US.html +90 -0
- package/.next/server/pages/en-US.json +1 -0
- package/.next/server/pages/index.js +439 -0
- package/.next/server/pages/index.js.nft.json +1 -0
- package/.next/server/pages/login.js +382 -0
- package/.next/server/pages/login.js.nft.json +1 -0
- package/.next/server/pages/s.js +554 -0
- package/.next/server/pages/s.js.nft.json +1 -0
- package/.next/server/pages-manifest.json +18 -0
- package/.next/server/webpack-api-runtime.js +229 -0
- package/.next/server/webpack-runtime.js +229 -0
- package/.next/static/chunks/251.1c79f06f2a2814b1.js +1 -0
- package/.next/static/chunks/386.d01e0db26c523f0f.js +1 -0
- package/.next/static/chunks/400-8a0173291a21a213.js +1 -0
- package/.next/static/chunks/469-7259b855711d4ad3.js +1 -0
- package/.next/static/chunks/574.70612be06fd1365f.js +1 -0
- package/.next/static/chunks/585.4c5d40fc6a72a611.js +1 -0
- package/.next/static/chunks/651.7142f31ce1e052b3.js +1 -0
- package/.next/static/chunks/741.52f7fb873418346f.js +1 -0
- package/.next/static/chunks/742-e32d18d91fe6f08b.js +1 -0
- package/.next/static/chunks/783-fbcb7a3216c40744.js +1 -0
- package/.next/static/chunks/800.ee4f8b9622001e8c.js +1 -0
- package/.next/static/chunks/98.40c7e17d9de4eb8f.js +1 -0
- package/.next/static/chunks/988.afda042dd9ba11d1.js +1 -0
- package/.next/static/chunks/framework-dfd14d7ce6600b03.js +1 -0
- package/.next/static/chunks/main-e4e873ee741162eb.js +1 -0
- package/.next/static/chunks/pages/404-6763ce07878a1456.js +1 -0
- package/.next/static/chunks/pages/500-0f4374f30595d27c.js +1 -0
- package/.next/static/chunks/pages/[...slug]-a81fd568b3032a9e.js +1 -0
- package/.next/static/chunks/pages/[slug]/p-46e7cb105136dc7a.js +1 -0
- package/.next/static/chunks/pages/_app-fea7ed14d8f4d0c6.js +1 -0
- package/.next/static/chunks/pages/_error-a7a0c1d9bfbb4f38.js +1 -0
- package/.next/static/chunks/pages/account-9eb6fab139286c66.js +1 -0
- package/.next/static/chunks/pages/checkout-7cd7b110c7cf2f10.js +1 -0
- package/.next/static/chunks/pages/index-4767c1028f4df135.js +1 -0
- package/.next/static/chunks/pages/login-5fd09e6402f47896.js +1 -0
- package/.next/static/chunks/pages/s-8e32a9b170819fa9.js +1 -0
- package/.next/static/chunks/polyfills-c67a75d1b6f99dc8.js +1 -0
- package/.next/static/chunks/webpack-4ccaf6613cbd7224.js +1 -0
- package/.next/static/css/29868543c76bc6fd.css +1 -0
- package/.next/static/css/527e334fa69cf40a.css +1 -0
- package/.next/static/css/5d1f64b61ea581f4.css +1 -0
- package/.next/static/css/6a7fdc5a21fbead5.css +1 -0
- package/.next/static/css/723835bce380750d.css +1 -0
- package/.next/static/css/a2eefb25a4608343.css +1 -0
- package/.next/static/css/cb7d1fcea42fab9c.css +1 -0
- package/.next/static/css/d7bbfbd552f407e9.css +1 -0
- package/.next/static/css/df588bb98c0b0ca6.css +1 -0
- package/.next/static/css/dfbdb0f27fd64782.css +1 -0
- package/.next/static/css/e84fc497732ea596.css +1 -0
- package/.next/static/pVGOsmYTXFPMzLlXhIM3h/_buildManifest.js +1 -0
- package/.next/static/pVGOsmYTXFPMzLlXhIM3h/_ssgManifest.js +1 -0
- package/.next/trace +78 -0
- package/.turbo/turbo-build.log +3 -10
- package/.turbo/turbo-test.log +7 -7
- package/cms/faststore/sections.json +10 -0
- package/package.json +4 -4
- package/public/~partytown/debug/partytown-atomics.js +556 -0
- package/public/~partytown/debug/partytown-media.js +374 -0
- package/public/~partytown/debug/partytown-sandbox-sw.js +543 -0
- package/public/~partytown/debug/partytown-sw.js +59 -0
- package/public/~partytown/debug/partytown-ww-atomics.js +1789 -0
- package/public/~partytown/debug/partytown-ww-sw.js +1781 -0
- package/public/~partytown/debug/partytown.js +72 -0
- package/public/~partytown/partytown-atomics.js +2 -0
- package/public/~partytown/partytown-media.js +2 -0
- package/public/~partytown/partytown-sw.js +2 -0
- package/public/~partytown/partytown.js +2 -0
- package/src/components/sections/BannerText/BannerText.tsx +3 -0
- package/src/components/sections/Hero/Hero.tsx +2 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
$ yarn partytown & yarn generate && next build
|
|
2
|
+
$ faststore generate-graphql -c
|
|
2
3
|
$ partytown copylib ./public/~partytown
|
|
3
4
|
Partytown lib copied to: /home/runner/work/faststore/faststore/packages/core/public/~partytown
|
|
4
|
-
$ faststore generate-graphql -c
|
|
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.
|
|
@@ -19,23 +19,16 @@ info - Using external babel configuration from /home/runner/work/faststore/fast
|
|
|
19
19
|
info - Compiled successfully
|
|
20
20
|
info - Collecting page data...
|
|
21
21
|
info - Generating static pages (0/7)
|
|
22
|
-
warn - AlertSectionIcon not found. Add a new component for this section or remove it from the CMS
|
|
23
|
-
warn - AlertSectionIcon not found. Add a new component for this section or remove it from the CMS
|
|
24
|
-
warn - AlertSectionIcon not found. Add a new component for this section or remove it from the CMS
|
|
25
22
|
info - Generating static pages (1/7)
|
|
26
|
-
warn - AlertSectionIcon not found. Add a new component for this section or remove it from the CMS
|
|
27
23
|
info - Generating static pages (3/7)
|
|
28
|
-
warn - AlertSectionIcon not found. Add a new component for this section or remove it from the CMS
|
|
29
24
|
info - Generating static pages (5/7)
|
|
30
|
-
warn - AlertSectionIcon not found. Add a new component for this section or remove it from the CMS
|
|
31
|
-
warn - AlertSectionIcon not found. Add a new component for this section or remove it from the CMS
|
|
32
25
|
info - Generating static pages (7/7)
|
|
33
26
|
info - Finalizing page optimization...
|
|
34
27
|
|
|
35
28
|
Route (pages) Size First Load JS
|
|
36
|
-
┌ ● / 3.
|
|
29
|
+
┌ ● / 3.21 kB 128 kB
|
|
37
30
|
├ /_app 0 B 78.7 kB
|
|
38
|
-
├ ● /[...slug] 4.
|
|
31
|
+
├ ● /[...slug] 4.33 kB 139 kB
|
|
39
32
|
├ └ css/527e334fa69cf40a.css 1.85 kB
|
|
40
33
|
├ ● /[slug]/p 10.9 kB 135 kB
|
|
41
34
|
├ └ css/d7bbfbd552f407e9.css 11.3 kB
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
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 (
|
|
4
|
+
PASS test/server/index.test.ts (12.693s)
|
|
5
5
|
FastStore GraphQL Layer
|
|
6
6
|
@faststore/api
|
|
7
7
|
✓ should return a valid GraphQL schema (5ms)
|
|
8
8
|
✓ should return a valid GraphQL schema contain all expected types (4ms)
|
|
9
9
|
✓ should return a valid GraphQL schema contain all expected queries (1ms)
|
|
10
|
-
✓ should return a valid GraphQL schema contain all expected mutations
|
|
10
|
+
✓ should return a valid GraphQL schema contain all expected mutations (1ms)
|
|
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 (
|
|
14
|
+
✓ getTypeDefsFromFolder function should return an Array (9ms)
|
|
15
15
|
Final Schema after merging
|
|
16
|
-
✓ should return a valid merged GraphQL schema (
|
|
16
|
+
✓ should return a valid merged GraphQL schema (26ms)
|
|
17
17
|
Envelop
|
|
18
|
-
✓ should exist with its plugins (
|
|
19
|
-
✓ should handle options and execute (
|
|
18
|
+
✓ should exist with its plugins (26ms)
|
|
19
|
+
✓ should handle options and execute (141ms)
|
|
20
20
|
|
|
21
21
|
Test Suites: 1 passed, 1 total
|
|
22
22
|
Tests: 9 passed, 9 total
|
|
23
23
|
Snapshots: 0 total
|
|
24
|
-
Time:
|
|
24
|
+
Time: 13.33s
|
|
25
25
|
Ran all test suites.
|
|
@@ -687,6 +687,11 @@
|
|
|
687
687
|
"url": {
|
|
688
688
|
"title": "URL",
|
|
689
689
|
"type": "string"
|
|
690
|
+
},
|
|
691
|
+
"linkTargetBlank": {
|
|
692
|
+
"type": "boolean",
|
|
693
|
+
"title": "Open link in new window?",
|
|
694
|
+
"default": false
|
|
690
695
|
}
|
|
691
696
|
}
|
|
692
697
|
},
|
|
@@ -732,6 +737,11 @@
|
|
|
732
737
|
"url": {
|
|
733
738
|
"type": "string",
|
|
734
739
|
"title": "URL"
|
|
740
|
+
},
|
|
741
|
+
"linkTargetBlank": {
|
|
742
|
+
"type": "boolean",
|
|
743
|
+
"title": "Open link in new window?",
|
|
744
|
+
"default": false
|
|
735
745
|
}
|
|
736
746
|
}
|
|
737
747
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/core",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.37",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "vtex/faststore",
|
|
6
6
|
"browserslist": "supports es6-module and not dead",
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"@envelop/parser-cache": "^2.2.0",
|
|
39
39
|
"@envelop/validation-cache": "^2.2.0",
|
|
40
40
|
"@faststore/api": "^2.2.36",
|
|
41
|
-
"@faststore/components": "^2.2.
|
|
41
|
+
"@faststore/components": "^2.2.37",
|
|
42
42
|
"@faststore/graphql-utils": "^2.2.36",
|
|
43
43
|
"@faststore/sdk": "^2.2.35",
|
|
44
|
-
"@faststore/ui": "^2.2.
|
|
44
|
+
"@faststore/ui": "^2.2.37",
|
|
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",
|
|
@@ -119,5 +119,5 @@
|
|
|
119
119
|
"msw": {
|
|
120
120
|
"workerDirectory": "public"
|
|
121
121
|
},
|
|
122
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "f82966c103d0c3ed9e7a89944878ad9eb6a919c1"
|
|
123
123
|
}
|