@faststore/core 3.0.81 → 3.0.82
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 +2 -2
- 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 +2 -2
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/404.js +1 -1
- package/.next/server/pages/500.js +1 -1
- package/.next/server/pages/[...slug].js +1 -1
- package/.next/server/pages/[slug]/p.js +1 -1
- package/.next/server/pages/account.js +1 -1
- package/.next/server/pages/checkout.js +1 -1
- package/.next/server/pages/en-US/404.html +2 -2
- package/.next/server/pages/en-US/500.html +2 -2
- package/.next/server/pages/en-US/account.html +2 -2
- package/.next/server/pages/en-US/checkout.html +2 -2
- package/.next/server/pages/en-US/login.html +2 -2
- package/.next/server/pages/en-US/s.html +2 -2
- package/.next/server/pages/en-US.html +2 -2
- package/.next/server/pages/index.js +1 -1
- package/.next/server/pages/login.js +1 -1
- package/.next/server/pages/s.js +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/trace +95 -95
- package/.turbo/turbo-build.log +8 -8
- package/.turbo/turbo-test.log +4 -4
- package/package.json +3 -3
- package/postinstall.js +1 -4
- /package/.next/static/{Hms_WRkdzQ_LNWzsqbyyg → rljnxsG2htJDozoke2a_C}/_buildManifest.js +0 -0
- /package/.next/static/{Hms_WRkdzQ_LNWzsqbyyg → rljnxsG2htJDozoke2a_C}/_ssgManifest.js +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$ yarn partytown & yarn generate && next build
|
|
2
|
-
$ faststore generate-graphql -c -d
|
|
3
2
|
$ partytown copylib ./public/~partytown
|
|
3
|
+
$ faststore generate-graphql -c -d
|
|
4
4
|
Partytown lib copied to: /home/runner/work/faststore/faststore/packages/core/public/~partytown
|
|
5
5
|
[STARTED] yarn generate:schema
|
|
6
6
|
[STATUS] $ tsx src/server/generator/generateGraphQLSchemaFile.ts --debug --verbose
|
|
@@ -31,7 +31,7 @@ Running lifecycle hook "afterStart" scripts...
|
|
|
31
31
|
[STATUS] $ prettier --write "@generated/**/*.{ts,js,tsx,jsx,json}" --loglevel error --debug --verbose
|
|
32
32
|
|
|
33
33
|
[FINISHED] yarn format:generated
|
|
34
|
-
[STARTED] DESTINATION=/home/runner/work/faststore/faststore/
|
|
34
|
+
[STARTED] DESTINATION=/home/runner/work/faststore/faststore/node_modules/@faststore/core yarn generate:copy-back
|
|
35
35
|
[STATUS] $ copyfiles "@generated/**/*" $DESTINATION --debug --verbose
|
|
36
36
|
unglobed path: @generated/gql.ts
|
|
37
37
|
unglobed path: @generated/graphql.ts
|
|
@@ -39,17 +39,17 @@ unglobed path: @generated/index.ts
|
|
|
39
39
|
unglobed path: @generated/persisted-documents.json
|
|
40
40
|
unglobed path: @generated/schema.graphql
|
|
41
41
|
copy from: @generated/gql.ts
|
|
42
|
-
copy to: /home/runner/work/faststore/faststore/
|
|
42
|
+
copy to: /home/runner/work/faststore/faststore/node_modules/@faststore/core/@generated/gql.ts
|
|
43
43
|
copy from: @generated/graphql.ts
|
|
44
|
-
copy to: /home/runner/work/faststore/faststore/
|
|
44
|
+
copy to: /home/runner/work/faststore/faststore/node_modules/@faststore/core/@generated/graphql.ts
|
|
45
45
|
copy from: @generated/index.ts
|
|
46
|
-
copy to: /home/runner/work/faststore/faststore/
|
|
46
|
+
copy to: /home/runner/work/faststore/faststore/node_modules/@faststore/core/@generated/index.ts
|
|
47
47
|
copy from: @generated/persisted-documents.json
|
|
48
|
-
copy to: /home/runner/work/faststore/faststore/
|
|
48
|
+
copy to: /home/runner/work/faststore/faststore/node_modules/@faststore/core/@generated/persisted-documents.json
|
|
49
49
|
copy from: @generated/schema.graphql
|
|
50
|
-
copy to: /home/runner/work/faststore/faststore/
|
|
50
|
+
copy to: /home/runner/work/faststore/faststore/node_modules/@faststore/core/@generated/schema.graphql
|
|
51
51
|
|
|
52
|
-
[FINISHED] DESTINATION=/home/runner/work/faststore/faststore/
|
|
52
|
+
[FINISHED] DESTINATION=/home/runner/work/faststore/faststore/node_modules/@faststore/core yarn generate:copy-back
|
|
53
53
|
success - GraphQL schema, types, and optimizations successfully generated 🎉
|
|
54
54
|
⚠ No build cache found. Please configure build caching for faster rebuilds. Read more: https://nextjs.org/docs/messages/no-cache
|
|
55
55
|
Attention: Next.js now collects completely anonymous telemetry regarding usage.
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
$ jest
|
|
2
|
-
PASS test/
|
|
3
|
-
PASS test/
|
|
4
|
-
PASS test/server/index.test.ts (34.
|
|
2
|
+
PASS test/server/cms/index.test.ts (32.203 s)
|
|
3
|
+
PASS test/utils/multipleTemplates.test.ts (32.477 s)
|
|
4
|
+
PASS test/server/index.test.ts (34.875 s)
|
|
5
5
|
|
|
6
6
|
Test Suites: 3 passed, 3 total
|
|
7
7
|
Tests: 19 passed, 19 total
|
|
8
8
|
Snapshots: 0 total
|
|
9
|
-
Time: 35.
|
|
9
|
+
Time: 35.9 s
|
|
10
10
|
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.82",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "vtex/faststore",
|
|
6
6
|
"browserslist": "supports es6-module and not dead",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@cypress/code-coverage": "^3.12.1",
|
|
88
88
|
"@envelop/testing": "^6.0.0",
|
|
89
|
-
"@faststore/cli": "^3.0.
|
|
89
|
+
"@faststore/cli": "^3.0.82",
|
|
90
90
|
"@faststore/eslint-config": "^3.0.68",
|
|
91
91
|
"@faststore/lighthouse": "^1.12.32",
|
|
92
92
|
"@lhci/cli": "^0.9.0",
|
|
@@ -129,5 +129,5 @@
|
|
|
129
129
|
"node": "18.19.0",
|
|
130
130
|
"yarn": "1.19.1"
|
|
131
131
|
},
|
|
132
|
-
"gitHead": "
|
|
132
|
+
"gitHead": "1fad72c2407848819a84644178257e250ea8cb5f"
|
|
133
133
|
}
|
package/postinstall.js
CHANGED
|
File without changes
|
|
File without changes
|