@faststore/core 3.0.33 → 3.0.35
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 +11 -11
- package/.next/cache/config.json +3 -3
- package/.next/cache/eslint/.cache_1gneedd +1 -1
- 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/next-minimal-server.js.nft.json +1 -1
- package/.next/next-server.js.nft.json +1 -1
- package/.next/prerender-manifest.js +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/640.js +1 -1
- package/.next/server/chunks/646.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/500.js +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 +2 -2
- package/.next/server/pages/en-US.json +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/static/chunks/{104-407fa6e31258582b.js → 104-549e3a03338dbf15.js} +1 -1
- package/.next/static/{m4zoJ2WI49riWuUGIQ6K5 → xgj3UJasm3DsIrzOKl0DQ}/_buildManifest.js +1 -1
- package/.next/trace +91 -91
- package/.turbo/turbo-build.log +4 -4
- package/.turbo/turbo-test.log +9 -9
- package/package.json +4 -4
- /package/.next/static/{m4zoJ2WI49riWuUGIQ6K5 → xgj3UJasm3DsIrzOKl0DQ}/_ssgManifest.js +0 -0
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
|
⚠ No build cache found. Please configure build caching for faster rebuilds. Read more: https://nextjs.org/docs/messages/no-cache
|
|
7
7
|
Attention: Next.js now collects completely anonymous telemetry regarding usage.
|
|
@@ -36,12 +36,12 @@ Route (pages) Size First Load JS
|
|
|
36
36
|
┌ ● / 3.36 kB 143 kB
|
|
37
37
|
├ └ css/d586715f4f707df4.css 6.56 kB
|
|
38
38
|
├ /_app 0 B 93.4 kB
|
|
39
|
-
├ ● /[...slug] 4.47 kB
|
|
39
|
+
├ ● /[...slug] 4.47 kB 156 kB
|
|
40
40
|
├ └ css/4c4d90eb8cb1d2b7.css 7 kB
|
|
41
41
|
├ ● /[slug]/p 11.1 kB 151 kB
|
|
42
42
|
├ └ css/96e3fddf695d6aa9.css 11.3 kB
|
|
43
|
-
├ ○ /404 1.47 kB
|
|
44
|
-
├ ● /500 1.47 kB
|
|
43
|
+
├ ○ /404 1.47 kB 127 kB
|
|
44
|
+
├ ● /500 1.47 kB 127 kB
|
|
45
45
|
├ ● /account 676 B 126 kB
|
|
46
46
|
├ λ /api/graphql 0 B 93.4 kB
|
|
47
47
|
├ λ /api/health/live 0 B 93.4 kB
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
$ jest
|
|
2
|
-
PASS test/server/index.test.ts (23.
|
|
2
|
+
PASS test/server/index.test.ts (23.392 s)
|
|
3
3
|
FastStore GraphQL Layer
|
|
4
4
|
@faststore/api
|
|
5
|
-
✓ should return a valid GraphQL schema (
|
|
6
|
-
✓ should return a valid GraphQL schema contain all expected types (
|
|
5
|
+
✓ should return a valid GraphQL schema (11 ms)
|
|
6
|
+
✓ should return a valid GraphQL schema contain all expected types (14 ms)
|
|
7
7
|
✓ should return a valid GraphQL schema contain all expected queries (1 ms)
|
|
8
8
|
✓ should return a valid GraphQL schema contain all expected mutations
|
|
9
9
|
VTEX API Extension
|
|
10
|
-
✓ getTypeDefsFromFolder function should return an Array (
|
|
10
|
+
✓ getTypeDefsFromFolder function should return an Array (10 ms)
|
|
11
11
|
Third Party API Extension
|
|
12
|
-
✓ getTypeDefsFromFolder function should return an Array (
|
|
12
|
+
✓ getTypeDefsFromFolder function should return an Array (7 ms)
|
|
13
13
|
Final Schema after merging
|
|
14
|
-
✓ should return a valid merged GraphQL schema (
|
|
14
|
+
✓ should return a valid merged GraphQL schema (39 ms)
|
|
15
15
|
Envelop
|
|
16
|
-
✓ should exist with its plugins (
|
|
17
|
-
✓ should handle options and execute (
|
|
16
|
+
✓ should exist with its plugins (28 ms)
|
|
17
|
+
✓ should handle options and execute (290 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: 23.
|
|
22
|
+
Time: 23.524 s
|
|
23
23
|
Ran all test suites.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/core",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.35",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "vtex/faststore",
|
|
6
6
|
"browserslist": "supports es6-module and not dead",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@faststore/api": "^3.0.32",
|
|
43
43
|
"@faststore/components": "^3.0.24",
|
|
44
44
|
"@faststore/graphql-utils": "^3.0.24",
|
|
45
|
-
"@faststore/sdk": "^3.0.
|
|
45
|
+
"@faststore/sdk": "^3.0.34",
|
|
46
46
|
"@faststore/ui": "^3.0.24",
|
|
47
47
|
"@graphql-codegen/cli": "^3.3.1",
|
|
48
48
|
"@graphql-codegen/client-preset": "^4.1.0",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@cypress/code-coverage": "^3.12.1",
|
|
85
85
|
"@envelop/testing": "^6.0.0",
|
|
86
|
-
"@faststore/cli": "^3.0.
|
|
86
|
+
"@faststore/cli": "^3.0.35",
|
|
87
87
|
"@faststore/eslint-config": "^3.0.24",
|
|
88
88
|
"@faststore/lighthouse": "^1.12.32",
|
|
89
89
|
"@lhci/cli": "^0.9.0",
|
|
@@ -128,5 +128,5 @@
|
|
|
128
128
|
"node": "18.19.0",
|
|
129
129
|
"yarn": "1.19.1"
|
|
130
130
|
},
|
|
131
|
-
"gitHead": "
|
|
131
|
+
"gitHead": "8768f2b0d32e5ad38ff0c0bc687da6cd703440f0"
|
|
132
132
|
}
|
|
File without changes
|