@faststore/core 3.25.10 → 3.25.11
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/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/middleware-build-manifest.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/en-US.json +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/trace +121 -121
- package/.turbo/turbo-build.log +8 -8
- package/.turbo/turbo-test.log +5 -5
- package/CHANGELOG.md +4 -0
- package/jest.config.js +1 -1
- package/package.json +6 -6
- /package/.next/static/{_h75yXJKLLaN55VTCYgnu → 2yvAWpcX0n0jvPKiPqp_Z}/_buildManifest.js +0 -0
- /package/.next/static/{_h75yXJKLLaN55VTCYgnu → 2yvAWpcX0n0jvPKiPqp_Z}/_ssgManifest.js +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
|
|
2
|
-
> @faststore/core@3.25.
|
|
2
|
+
> @faststore/core@3.25.10 prebuild /home/runner/work/faststore/faststore/packages/core
|
|
3
3
|
> na run partytown && na run generate
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @faststore/core@3.25.
|
|
6
|
+
> @faststore/core@3.25.10 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.25.
|
|
11
|
+
> @faststore/core@3.25.10 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.25.
|
|
15
|
+
> @faststore/core@3.25.10 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.25.
|
|
20
|
+
> @faststore/core@3.25.10 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.25.
|
|
40
|
+
> @faststore/core@3.25.10 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.25.
|
|
44
|
+
> @faststore/core@3.25.10 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
|
|
@@ -60,8 +60,8 @@ https://nextjs.org/telemetry
|
|
|
60
60
|
Generating static pages (0/7) ...
|
|
61
61
|
|
|
62
62
|
Generating static pages (1/7)
|
|
63
63
|
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.
|
|
64
|
-
CustomModalFooterSection not found. Add a new component for this section or remove it from the CMS
|
|
65
64
|
|
|
66
65
|
Generating static pages (3/7)
|
|
66
|
+
CustomModalFooterSection not found. Add a new component for this section or remove it from the CMS
|
|
67
67
|
|
|
68
68
|
Generating static pages (5/7)
|
|
69
69
|
|
|
70
70
|
✓ Generating static pages (7/7)
|
|
71
71
|
Finalizing page optimization ...
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
|
|
2
|
-
> @faststore/core@3.25.
|
|
2
|
+
> @faststore/core@3.25.10 test /home/runner/work/faststore/faststore/packages/core
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
|
-
PASS test/server/cms/global.test.ts (
|
|
6
|
-
PASS test/utils/multipleTemplates.test.ts (
|
|
5
|
+
PASS test/server/cms/global.test.ts (24.07 s)
|
|
6
|
+
PASS test/utils/multipleTemplates.test.ts (24.779 s)
|
|
7
7
|
PASS test/server/cms/index.test.ts
|
|
8
|
-
PASS test/server/index.test.ts (
|
|
8
|
+
PASS test/server/index.test.ts (30.219 s)
|
|
9
9
|
|
|
10
10
|
Test Suites: 4 passed, 4 total
|
|
11
11
|
Tests: 22 passed, 22 total
|
|
12
12
|
Snapshots: 0 total
|
|
13
|
-
Time:
|
|
13
|
+
Time: 31.333 s
|
|
14
14
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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.25.11](https://github.com/vtex/faststore/compare/v3.25.10...v3.25.11) (2025-03-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @faststore/core
|
|
9
|
+
|
|
6
10
|
## [3.25.10](https://github.com/vtex/faststore/compare/v3.25.9...v3.25.10) (2025-03-11)
|
|
7
11
|
|
|
8
12
|
### Bug Fixes
|
package/jest.config.js
CHANGED
|
@@ -3,7 +3,7 @@ const { compilerOptions } = require('./tsconfig')
|
|
|
3
3
|
|
|
4
4
|
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
|
5
5
|
module.exports = {
|
|
6
|
-
|
|
6
|
+
...require('../../jest.config.js'),
|
|
7
7
|
testPathIgnorePatterns: ['/node_modules/', 'cypress/'],
|
|
8
8
|
|
|
9
9
|
/** Support importing from src/ or @generated/ folders (TS path imports) */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/core",
|
|
3
|
-
"version": "3.25.
|
|
3
|
+
"version": "3.25.11",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "vtex/faststore",
|
|
6
6
|
"browserslist": "supports es6-module and not dead",
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
"@envelop/graphql-jit": "^8.0.3",
|
|
45
45
|
"@envelop/parser-cache": "^6.0.2",
|
|
46
46
|
"@envelop/validation-cache": "^6.0.2",
|
|
47
|
-
"@faststore/api": "^3.25.
|
|
48
|
-
"@faststore/components": "^3.
|
|
47
|
+
"@faststore/api": "^3.25.11",
|
|
48
|
+
"@faststore/components": "^3.25.11",
|
|
49
49
|
"@faststore/graphql-utils": "^3.22.2",
|
|
50
50
|
"@faststore/lighthouse": "^3.22.2",
|
|
51
|
-
"@faststore/sdk": "^3.
|
|
52
|
-
"@faststore/ui": "^3.25.
|
|
51
|
+
"@faststore/sdk": "^3.25.11",
|
|
52
|
+
"@faststore/ui": "^3.25.11",
|
|
53
53
|
"@graphql-codegen/cli": "5.0.2",
|
|
54
54
|
"@graphql-codegen/client-preset": "4.2.6",
|
|
55
55
|
"@graphql-codegen/typescript": "4.0.7",
|
|
@@ -104,5 +104,5 @@
|
|
|
104
104
|
"ts-jest": "29.1.1",
|
|
105
105
|
"typescript": "5.3.2"
|
|
106
106
|
},
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "d30036f692b7ebcfd171f5b0b9a9e019cd83e4ad"
|
|
108
108
|
}
|
|
File without changes
|
|
File without changes
|