@faststore/core 2.2.77 → 2.2.80
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 -1
- package/.next/build-manifest.json +13 -13
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/eslint/.cache_abdhua +1 -0
- package/.next/cache/next-server.js.nft.json +1 -1
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/1.pack +0 -0
- package/.next/cache/webpack/client-production/2.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack.old +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack.old +0 -0
- package/.next/next-server.js.nft.json +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/required-server-files.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/350.js +11 -5
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/404.js.nft.json +1 -1
- package/.next/server/pages/500.js.nft.json +1 -1
- package/.next/server/pages/[...slug].js.nft.json +1 -1
- package/.next/server/pages/[slug]/p.js.nft.json +1 -1
- package/.next/server/pages/_app.js.nft.json +1 -1
- package/.next/server/pages/_document.js.nft.json +1 -1
- package/.next/server/pages/_error.js.nft.json +1 -1
- package/.next/server/pages/account.js.nft.json +1 -1
- package/.next/server/pages/api/graphql.js +11 -5
- package/.next/server/pages/api/graphql.js.nft.json +1 -1
- package/.next/server/pages/checkout.js.nft.json +1 -1
- package/.next/server/pages/en-US/404.html +2 -2
- package/.next/server/pages/en-US/404.json +1 -1
- package/.next/server/pages/en-US/500.html +2 -2
- package/.next/server/pages/en-US/500.json +1 -1
- package/.next/server/pages/en-US/account.html +2 -2
- package/.next/server/pages/en-US/account.json +1 -1
- package/.next/server/pages/en-US/checkout.html +2 -2
- package/.next/server/pages/en-US/checkout.json +1 -1
- package/.next/server/pages/en-US/login.html +2 -2
- package/.next/server/pages/en-US/login.json +1 -1
- package/.next/server/pages/en-US/s.html +2 -2
- package/.next/server/pages/en-US/s.json +1 -1
- package/.next/server/pages/en-US.html +3 -3
- package/.next/server/pages/en-US.json +1 -1
- package/.next/server/pages/index.js.nft.json +1 -1
- package/.next/server/pages/login.js.nft.json +1 -1
- package/.next/server/pages/s.js.nft.json +1 -1
- package/.next/server/pages-manifest.json +6 -6
- package/.next/static/{RSHWlIOnC1jAGjYtzvUGP → MWHfGvZUwgni7KskCTh9O}/_buildManifest.js +1 -1
- package/.next/static/chunks/{webpack-54ce04ec11860b0b.js → webpack-dd9085193fcb2387.js} +1 -1
- package/.next/trace +82 -82
- package/next.config.js +3 -0
- package/package.json +12 -13
- package/.next/cache/config.json +0 -7
- package/.next/cache/eslint/.cache_1gneedd +0 -1
- package/.turbo/turbo-build.log +0 -68
- package/.turbo/turbo-lint.log +0 -5
- package/.turbo/turbo-test.log +0 -23
- /package/.next/static/{RSHWlIOnC1jAGjYtzvUGP → MWHfGvZUwgni7KskCTh9O}/_ssgManifest.js +0 -0
package/.turbo/turbo-build.log
DELETED
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
$ yarn partytown & yarn generate && next build
|
|
2
|
-
$ faststore generate-graphql -c
|
|
3
|
-
$ partytown copylib ./public/~partytown
|
|
4
|
-
Partytown lib copied to: /home/runner/work/faststore/faststore/packages/core/public/~partytown
|
|
5
|
-
success - GraphQL schema, types, and optimizations successfully generated 🎉
|
|
6
|
-
warn - You have enabled experimental feature (scrollRestoration) in next.config.js.
|
|
7
|
-
warn - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk.
|
|
8
|
-
|
|
9
|
-
warn - No build cache found. Please configure build caching for faster rebuilds. Read more: https://nextjs.org/docs/messages/no-cache
|
|
10
|
-
Attention: Next.js now collects completely anonymous telemetry regarding usage.
|
|
11
|
-
This information is used to shape Next.js' roadmap and prioritize features.
|
|
12
|
-
You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
|
|
13
|
-
https://nextjs.org/telemetry
|
|
14
|
-
|
|
15
|
-
Browserslist: caniuse-lite is outdated. Please run:
|
|
16
|
-
npx browserslist@latest --update-db
|
|
17
|
-
Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
|
|
18
|
-
info - Linting and checking validity of types...
|
|
19
|
-
Browserslist: caniuse-lite is outdated. Please run:
|
|
20
|
-
npx browserslist@latest --update-db
|
|
21
|
-
Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
|
|
22
|
-
info - Creating an optimized production build...
|
|
23
|
-
info - Disabled SWC as replacement for Babel because of custom Babel configuration ".babelrc" https://nextjs.org/docs/messages/swc-disabled
|
|
24
|
-
Browserslist: caniuse-lite is outdated. Please run:
|
|
25
|
-
npx browserslist@latest --update-db
|
|
26
|
-
Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
|
|
27
|
-
info - Using external babel configuration from /home/runner/work/faststore/faststore/packages/core/.babelrc
|
|
28
|
-
Browserslist: caniuse-lite is outdated. Please run:
|
|
29
|
-
npx update-browserslist-db@latest
|
|
30
|
-
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
31
|
-
info - Compiled successfully
|
|
32
|
-
info - Collecting page data...
|
|
33
|
-
info - Generating static pages (0/7)
|
|
34
|
-
info - Generating static pages (1/7)
|
|
35
|
-
info - Generating static pages (3/7)
|
|
36
|
-
info - Generating static pages (5/7)
|
|
37
|
-
info - Generating static pages (7/7)
|
|
38
|
-
info - Finalizing page optimization...
|
|
39
|
-
|
|
40
|
-
Route (pages) Size First Load JS
|
|
41
|
-
┌ ● / 3.38 kB 129 kB
|
|
42
|
-
├ └ css/7e897ebb936fac09.css 6.55 kB
|
|
43
|
-
├ /_app 0 B 83.8 kB
|
|
44
|
-
├ ● /[...slug] 4.45 kB 141 kB
|
|
45
|
-
├ └ css/510895065f32ed2f.css 7 kB
|
|
46
|
-
├ ● /[slug]/p 10.9 kB 136 kB
|
|
47
|
-
├ └ css/def381bf7c69fa2e.css 11.3 kB
|
|
48
|
-
├ ○ /404 1.19 kB 112 kB
|
|
49
|
-
├ ● /500 1.21 kB 112 kB
|
|
50
|
-
├ ● /account 675 B 111 kB
|
|
51
|
-
├ λ /api/graphql 0 B 83.8 kB
|
|
52
|
-
├ λ /api/health/live 0 B 83.8 kB
|
|
53
|
-
├ λ /api/health/ready 0 B 83.8 kB
|
|
54
|
-
├ λ /api/preview 0 B 83.8 kB
|
|
55
|
-
├ ● /checkout 660 B 111 kB
|
|
56
|
-
├ ● /login 1.14 kB 112 kB
|
|
57
|
-
└ ● /s 4.63 kB 126 kB
|
|
58
|
-
+ First Load JS shared by all 86.8 kB
|
|
59
|
-
├ chunks/framework-dfd14d7ce6600b03.js 45.3 kB
|
|
60
|
-
├ chunks/main-e4e873ee741162eb.js 24.2 kB
|
|
61
|
-
├ chunks/pages/_app-30b9666307e4b3b1.js 12.1 kB
|
|
62
|
-
├ chunks/webpack-54ce04ec11860b0b.js 2.25 kB
|
|
63
|
-
└ css/5d1f64b61ea581f4.css 3.05 kB
|
|
64
|
-
|
|
65
|
-
λ (Server) server-side renders at runtime (uses getInitialProps or getServerSideProps)
|
|
66
|
-
○ (Static) automatically rendered as static HTML (uses no initial props)
|
|
67
|
-
● (SSG) automatically generated as static HTML + JSON (uses getStaticProps)
|
|
68
|
-
|
package/.turbo/turbo-lint.log
DELETED
package/.turbo/turbo-test.log
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
$ jest
|
|
2
|
-
PASS test/server/index.test.ts (21.194 s)
|
|
3
|
-
FastStore GraphQL Layer
|
|
4
|
-
@faststore/api
|
|
5
|
-
✓ should return a valid GraphQL schema (11 ms)
|
|
6
|
-
✓ should return a valid GraphQL schema contain all expected types (10 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 (1 ms)
|
|
9
|
-
VTEX API Extension
|
|
10
|
-
✓ getTypeDefsFromFolder function should return an Array (9 ms)
|
|
11
|
-
Third Party API Extension
|
|
12
|
-
✓ getTypeDefsFromFolder function should return an Array (8 ms)
|
|
13
|
-
Final Schema after merging
|
|
14
|
-
✓ should return a valid merged GraphQL schema (90 ms)
|
|
15
|
-
Envelop
|
|
16
|
-
✓ should exist with its plugins (158 ms)
|
|
17
|
-
✓ should handle options and execute (484 ms)
|
|
18
|
-
|
|
19
|
-
Test Suites: 1 passed, 1 total
|
|
20
|
-
Tests: 9 passed, 9 total
|
|
21
|
-
Snapshots: 0 total
|
|
22
|
-
Time: 21.329 s
|
|
23
|
-
Ran all test suites.
|
|
File without changes
|