@faststore/core 2.2.11 → 2.2.13
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 +120 -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 +610 -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 +3964 -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 +1303 -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 +2268 -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 +365 -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 +555 -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/OJh9lsnAreNh11S0nldSP/_buildManifest.js +1 -0
- package/.next/static/OJh9lsnAreNh11S0nldSP/_ssgManifest.js +1 -0
- package/.next/static/chunks/251.1c79f06f2a2814b1.js +1 -0
- package/.next/static/chunks/386.d01e0db26c523f0f.js +1 -0
- package/.next/static/chunks/400-7ce14b0f942135d1.js +1 -0
- package/.next/static/chunks/520-5a9ae7339f19a163.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-864ba18fdcdc2649.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-d186c22d910fecbb.js +1 -0
- package/.next/static/chunks/pages/500-c6f28e1de16c5aab.js +1 -0
- package/.next/static/chunks/pages/[...slug]-c7c8e53be9021135.js +1 -0
- package/.next/static/chunks/pages/[slug]/p-fc8a69c60752c685.js +1 -0
- package/.next/static/chunks/pages/_app-48d56037a2534a44.js +1 -0
- package/.next/static/chunks/pages/_error-a7a0c1d9bfbb4f38.js +1 -0
- package/.next/static/chunks/pages/account-46edcd73944d7924.js +1 -0
- package/.next/static/chunks/pages/checkout-49faa1acf04be10c.js +1 -0
- package/.next/static/chunks/pages/index-5088cf4fabfe4812.js +1 -0
- package/.next/static/chunks/pages/login-e944d38d65d2eea5.js +1 -0
- package/.next/static/chunks/pages/s-b8b561b006b5056f.js +1 -0
- package/.next/static/chunks/polyfills-c67a75d1b6f99dc8.js +1 -0
- package/.next/static/chunks/webpack-66a77a46f9162613.js +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/6e1a7434f061d0ef.css +1 -0
- package/.next/static/css/723835bce380750d.css +1 -0
- package/.next/static/css/8f93a4630936c20b.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/trace +77 -0
- package/.turbo/turbo-build.log +11 -4
- package/.turbo/turbo-test.log +9 -9
- package/cms/faststore/sections.json +0 -12
- package/package.json +5 -5
- 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/ProductDetails/ProductDetails.tsx +0 -5
- package/src/components/ui/ImageGallery/ImageGallery.tsx +1 -7
- package/public/robots.txt +0 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
$ yarn partytown & yarn generate && next build
|
|
2
|
-
$ faststore generate-graphql -c
|
|
3
2
|
$ partytown copylib ./public/~partytown
|
|
4
3
|
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,9 +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
|
|
22
23
|
info - Generating static pages (1/7)
|
|
24
|
+
warn - AlertSectionIcon not found. Add a new component for this section or remove it from the CMS
|
|
25
|
+
warn - AlertSectionIcon not found. Add a new component for this section or remove it from the CMS
|
|
23
26
|
info - Generating static pages (3/7)
|
|
27
|
+
warn - AlertSectionIcon not found. Add a new component for this section or remove it from the CMS
|
|
28
|
+
warn - AlertSectionIcon not found. Add a new component for this section or remove it from the CMS
|
|
24
29
|
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
|
|
25
32
|
info - Generating static pages (7/7)
|
|
26
33
|
info - Finalizing page optimization...
|
|
27
34
|
|
|
@@ -30,8 +37,8 @@ Route (pages) Size First Load JS
|
|
|
30
37
|
├ /_app 0 B 78.6 kB
|
|
31
38
|
├ ● /[...slug] 4.3 kB 139 kB
|
|
32
39
|
├ └ css/527e334fa69cf40a.css 1.85 kB
|
|
33
|
-
├ ● /[slug]/p
|
|
34
|
-
├ └ css/
|
|
40
|
+
├ ● /[slug]/p 10.9 kB 135 kB
|
|
41
|
+
├ └ css/d7bbfbd552f407e9.css 11.3 kB
|
|
35
42
|
├ ○ /404 1.19 kB 111 kB
|
|
36
43
|
├ ● /500 1.2 kB 111 kB
|
|
37
44
|
├ ● /account 670 B 110 kB
|
|
@@ -46,7 +53,7 @@ Route (pages) Size First Load JS
|
|
|
46
53
|
├ chunks/framework-dfd14d7ce6600b03.js 45.3 kB
|
|
47
54
|
├ chunks/main-e4e873ee741162eb.js 24.1 kB
|
|
48
55
|
├ chunks/pages/_app-48d56037a2534a44.js 6.99 kB
|
|
49
|
-
├ chunks/webpack-
|
|
56
|
+
├ chunks/webpack-66a77a46f9162613.js 2.25 kB
|
|
50
57
|
└ css/5d1f64b61ea581f4.css 3.06 kB
|
|
51
58
|
|
|
52
59
|
λ (Server) server-side renders at runtime (uses getInitialProps or getServerSideProps)
|
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 (9.304s)
|
|
5
5
|
FastStore GraphQL Layer
|
|
6
6
|
@faststore/api
|
|
7
|
-
✓ should return a valid GraphQL schema (
|
|
8
|
-
✓ should return a valid GraphQL schema contain all expected types (
|
|
9
|
-
✓ should return a valid GraphQL schema contain all expected queries (
|
|
7
|
+
✓ should return a valid GraphQL schema (6ms)
|
|
8
|
+
✓ should return a valid GraphQL schema contain all expected types (9ms)
|
|
9
|
+
✓ should return a valid GraphQL schema contain all expected queries (9ms)
|
|
10
10
|
✓ should return a valid GraphQL schema contain all expected mutations (1ms)
|
|
11
11
|
VTEX API Extension
|
|
12
|
-
✓ getTypeDefsFromFolder function should return an Array (
|
|
12
|
+
✓ getTypeDefsFromFolder function should return an Array (7ms)
|
|
13
13
|
Third Party API Extension
|
|
14
14
|
✓ getTypeDefsFromFolder function should return an Array (5ms)
|
|
15
15
|
Final Schema after merging
|
|
16
|
-
✓ should return a valid merged GraphQL schema (
|
|
16
|
+
✓ should return a valid merged GraphQL schema (34ms)
|
|
17
17
|
Envelop
|
|
18
|
-
✓ should exist with its plugins (
|
|
19
|
-
✓ should handle options and execute (
|
|
18
|
+
✓ should exist with its plugins (34ms)
|
|
19
|
+
✓ should handle options and execute (463ms)
|
|
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: 10.117s
|
|
25
25
|
Ran all test suites.
|
|
@@ -1442,18 +1442,6 @@
|
|
|
1442
1442
|
"default": "Description"
|
|
1443
1443
|
}
|
|
1444
1444
|
}
|
|
1445
|
-
},
|
|
1446
|
-
"imageGallery": {
|
|
1447
|
-
"title": "Image Gallery",
|
|
1448
|
-
"type": "object",
|
|
1449
|
-
"properties": {
|
|
1450
|
-
"imagePosition": {
|
|
1451
|
-
"type": "string",
|
|
1452
|
-
"title": "Image Position",
|
|
1453
|
-
"enumNames": ["Center", "Top", "Bottom"],
|
|
1454
|
-
"enum": ["center", "top", "bottom"]
|
|
1455
|
-
}
|
|
1456
|
-
}
|
|
1457
1445
|
}
|
|
1458
1446
|
}
|
|
1459
1447
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/core",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.13",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"browserslist": "supports es6-module and not dead",
|
|
6
6
|
"exports": {
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"@envelop/parser-cache": "^2.2.0",
|
|
40
40
|
"@envelop/validation-cache": "^2.2.0",
|
|
41
41
|
"@faststore/api": "^2.2.0",
|
|
42
|
-
"@faststore/components": "^2.2.
|
|
42
|
+
"@faststore/components": "^2.2.13",
|
|
43
43
|
"@faststore/graphql-utils": "^2.2.0",
|
|
44
44
|
"@faststore/sdk": "^2.2.0",
|
|
45
|
-
"@faststore/ui": "^2.2.
|
|
45
|
+
"@faststore/ui": "^2.2.13",
|
|
46
46
|
"@graphql-codegen/cli": "^3.3.1",
|
|
47
47
|
"@graphql-codegen/typescript": "^3.0.4",
|
|
48
48
|
"@graphql-codegen/typescript-operations": "^3.0.4",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@cypress/code-coverage": "^3.12.1",
|
|
82
82
|
"@envelop/testing": "^6.0.0",
|
|
83
|
-
"@faststore/cli": "^2.2.
|
|
83
|
+
"@faststore/cli": "^2.2.12",
|
|
84
84
|
"@faststore/eslint-config": "^2.2.0",
|
|
85
85
|
"@faststore/lighthouse": "^1.12.32",
|
|
86
86
|
"@lhci/cli": "^0.9.0",
|
|
@@ -129,5 +129,5 @@
|
|
|
129
129
|
"msw": {
|
|
130
130
|
"workerDirectory": "public"
|
|
131
131
|
},
|
|
132
|
-
"gitHead": "
|
|
132
|
+
"gitHead": "e86acedc75c7b8d3a1e5321f8c05b3b9bcf9b450"
|
|
133
133
|
}
|