@faststore/core 3.96.0-dev.20 → 3.96.0-dev.21
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 +3 -3
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- 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/prerender-manifest.js +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/9630.js +1 -1
- package/.next/server/functions-config-manifest.json +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/en-US/404.html +1 -2
- package/.next/server/pages/en-US/500.html +1 -2
- package/.next/server/pages/en-US/checkout.html +1 -2
- package/.next/server/pages/en-US/login.html +1 -2
- package/.next/server/pages/en-US/s.html +1 -2
- package/.next/server/pages/en-US.html +1 -2
- package/.next/server/pages-manifest.json +1 -1
- package/.next/static/chunks/pages/{_app-84f4631d16675a99.js → _app-f87270c7ea7ebccd.js} +1 -1
- package/.next/trace +139 -139
- package/.turbo/turbo-build.log +10 -10
- package/.turbo/turbo-test.log +5 -6
- package/CHANGELOG.md +6 -0
- package/package.json +2 -2
- package/src/components/ThirdPartyScripts/ThirdPartyScripts.tsx +4 -1
- /package/.next/static/{QRixhNiAsgIj0Hs3mfbyA → 5Lt5qpuDSXgwijjqR0LX_}/_buildManifest.js +0 -0
- /package/.next/static/{QRixhNiAsgIj0Hs3mfbyA → 5Lt5qpuDSXgwijjqR0LX_}/_ssgManifest.js +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
|
|
2
|
-
> @faststore/core@3.96.0-dev.
|
|
2
|
+
> @faststore/core@3.96.0-dev.20 prebuild /home/runner/work/faststore/faststore/packages/core
|
|
3
3
|
> na run partytown && na run generate
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @faststore/core@3.96.0-dev.
|
|
6
|
+
> @faststore/core@3.96.0-dev.20 partytown /home/runner/work/faststore/faststore/packages/core
|
|
7
7
|
> partytown copylib ./public/~partytown
|
|
8
8
|
|
|
9
9
|
Partytown lib copied to: /home/runner/work/faststore/faststore/packages/core/public/~partytown
|
|
10
10
|
|
|
11
|
-
> @faststore/core@3.96.0-dev.
|
|
11
|
+
> @faststore/core@3.96.0-dev.20 generate /home/runner/work/faststore/faststore/packages/core
|
|
12
12
|
> na run generate:schema && na run generate:codegen && na run format:generated
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
> @faststore/core@3.96.0-dev.
|
|
15
|
+
> @faststore/core@3.96.0-dev.20 generate:schema /home/runner/work/faststore/faststore/packages/core
|
|
16
16
|
> tsx src/server/generator/generateGraphQLSchemaFile.ts
|
|
17
17
|
|
|
18
18
|
Schema GraphQL file generated successfully
|
|
19
19
|
|
|
20
|
-
> @faststore/core@3.96.0-dev.
|
|
20
|
+
> @faststore/core@3.96.0-dev.20 generate:codegen /home/runner/work/faststore/faststore/packages/core
|
|
21
21
|
> graphql-codegen
|
|
22
22
|
|
|
23
23
|
[STARTED] Parse Configuration
|
|
@@ -37,11 +37,11 @@ Running lifecycle hook "afterStart" scripts...
|
|
|
37
37
|
[CLI] Loading Documents
|
|
38
38
|
[CLI] Generating output
|
|
39
39
|
|
|
40
|
-
> @faststore/core@3.96.0-dev.
|
|
40
|
+
> @faststore/core@3.96.0-dev.20 format:generated /home/runner/work/faststore/faststore/packages/core
|
|
41
41
|
> prettier --write "@generated/**/*.{ts,js,tsx,jsx,json}" --loglevel error
|
|
42
42
|
|
|
43
43
|
|
|
44
|
-
> @faststore/core@3.96.0-dev.
|
|
44
|
+
> @faststore/core@3.96.0-dev.20 build /home/runner/work/faststore/faststore/packages/core
|
|
45
45
|
> next build
|
|
46
46
|
|
|
47
47
|
⚠ No build cache found. Please configure build caching for faster rebuilds. Read more: https://nextjs.org/docs/messages/no-cache
|
|
@@ -80,8 +80,8 @@ Import trace for requested module:
|
|
|
80
80
|
Collecting page data ...
|
|
81
81
|
Generating static pages (0/6) ...
|
|
82
82
|
|
|
83
83
|
Generating static pages (1/6)
|
|
84
|
-
|
|
85
84
|
Generating static pages (2/6)
|
|
86
85
|
Warning: Dynamic Content not found for the page: home. Refer to the Dynamic Content documentation at https://developers.vtex.com/docs/guides/faststore/dynamic-content-overview for mapping the page and the corresponding data-fetching function.
|
|
86
|
+
|
|
87
87
|
Generating static pages (2/6)
|
|
88
88
|
|
|
89
89
|
Generating static pages (4/6)
|
|
90
90
|
|
|
91
91
|
✓ Generating static pages (6/6)
|
|
92
92
|
Finalizing page optimization ...
|
|
@@ -107,7 +107,7 @@ Route (pages) Size First Load JS
|
|
|
107
107
|
├ ● /pvt/account/[...unknown] 287 B 109 kB
|
|
108
108
|
├ λ /pvt/account/403 2.98 kB 143 kB
|
|
109
109
|
├ └ css/0fae3d432331aae9.css 4.68 kB
|
|
110
|
-
├ λ /pvt/account/404 2.18 kB
|
|
110
|
+
├ λ /pvt/account/404 2.18 kB 143 kB
|
|
111
111
|
├ └ css/0fc6b2ff69142c6a.css 4.74 kB
|
|
112
112
|
├ λ /pvt/account/orders 9.71 kB 150 kB
|
|
113
113
|
├ └ css/40a294d0a24ad01d.css 14.1 kB
|
|
@@ -123,7 +123,7 @@ Route (pages) Size First Load JS
|
|
|
123
123
|
+ First Load JS shared by all 112 kB
|
|
124
124
|
├ chunks/framework-d514426edf885c68.js 45.4 kB
|
|
125
125
|
├ chunks/main-ec03882c4375091d.js 33.2 kB
|
|
126
|
-
├ chunks/pages/_app-
|
|
126
|
+
├ chunks/pages/_app-f87270c7ea7ebccd.js 26 kB
|
|
127
127
|
├ chunks/webpack-ec959833ee314a9b.js 3.87 kB
|
|
128
128
|
└ css/0f070d03aacd9cc5.css 3.57 kB
|
|
129
129
|
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
|
|
2
|
-
> @faststore/core@3.96.0-dev.
|
|
2
|
+
> @faststore/core@3.96.0-dev.20 test /home/runner/work/faststore/faststore/packages/core
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
|
-
PASS test/utils/multipleTemplates.test.ts (
|
|
6
|
-
PASS test/utils/clearCookies.test.ts (28.
|
|
5
|
+
PASS test/utils/multipleTemplates.test.ts (28.945 s)
|
|
6
|
+
PASS test/utils/clearCookies.test.ts (28.261 s)
|
|
7
7
|
PASS test/server/cms/global.test.ts
|
|
8
8
|
PASS test/utils/cookieCacheBusting.test.ts
|
|
9
9
|
PASS test/server/cms/index.test.ts
|
|
10
|
-
PASS test/server/index.test.ts (33.
|
|
11
|
-
A worker process has failed to exit gracefully and has been force exited. This is likely caused by tests leaking due to improper teardown. Try running with --detectOpenHandles to find leaks. Active timers can also cause this, ensure that .unref() was called on them.
|
|
10
|
+
PASS test/server/index.test.ts (33.004 s)
|
|
12
11
|
|
|
13
12
|
Test Suites: 6 passed, 6 total
|
|
14
13
|
Tests: 47 passed, 47 total
|
|
15
14
|
Snapshots: 0 total
|
|
16
|
-
Time: 34.
|
|
15
|
+
Time: 34.084 s
|
|
17
16
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.96.0-dev.21](https://github.com/vtex/faststore/compare/v3.96.0-dev.20...v3.96.0-dev.21) (2026-01-08)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- Prevent Partytown cross-origin errors in iframe environments ([#3155](https://github.com/vtex/faststore/issues/3155)) ([997252e](https://github.com/vtex/faststore/commit/997252e9a18807f4c26c350197d4f2d139de58f8))
|
|
11
|
+
|
|
6
12
|
# [3.96.0-dev.20](https://github.com/vtex/faststore/compare/v3.96.0-dev.19...v3.96.0-dev.20) (2026-01-08)
|
|
7
13
|
|
|
8
14
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/core",
|
|
3
|
-
"version": "3.96.0-dev.
|
|
3
|
+
"version": "3.96.0-dev.21",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -123,5 +123,5 @@
|
|
|
123
123
|
"ts-jest": "29.1.1",
|
|
124
124
|
"typescript": "5.3.2"
|
|
125
125
|
},
|
|
126
|
-
"gitHead": "
|
|
126
|
+
"gitHead": "c71b031892fd862202f57c27e2744c15f7f7c53f"
|
|
127
127
|
}
|
|
@@ -37,7 +37,10 @@ function ThirdPartyScripts() {
|
|
|
37
37
|
{includeGTM && <GoogleTagManager containerId={gtmContainerId} />}
|
|
38
38
|
{includeVTEX && <VTEX />}
|
|
39
39
|
<OverrideComponents.ThirdPartyScripts />
|
|
40
|
-
|
|
40
|
+
{/* Only render Partytown when not in an iframe to prevent cross-origin errors. */}
|
|
41
|
+
{typeof window !== 'undefined' && window.self === window.top && (
|
|
42
|
+
<Partytown key="partytown" />
|
|
43
|
+
)}
|
|
41
44
|
</>
|
|
42
45
|
)
|
|
43
46
|
}
|
|
File without changes
|
|
File without changes
|