@faststore/core 3.99.0-dev.8 → 3.99.1
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 +21 -21
- 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/edge-server-production/0.pack +0 -0
- package/.next/cache/webpack/edge-server-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/react-loadable-manifest.json +6 -6
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/9563.js +2 -2
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/api/graphql.js +2 -2
- 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/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/{2927.23bae2c79f0ac0f3.js → 2927.5a79877943a6bf7c.js} +1 -1
- package/.next/static/chunks/{UIToast.de15325248043ce5.js → UIToast.19a8664c01a00d3a.js} +1 -1
- package/.next/static/chunks/{webpack-dbc0d9f67d2f928f.js → webpack-f621ff3e951d2982.js} +1 -1
- package/.next/trace +143 -143
- package/.turbo/turbo-build.log +14 -8
- package/.turbo/turbo-test.log +7 -7
- package/CHANGELOG.md +7 -1
- package/cms/faststore/schema.json +13 -0
- package/package.json +7 -7
- /package/.next/static/{1U8jkq9FaVShRVivaXXPg → NAuY8lqaeBBZf9CMZuYI2}/_buildManifest.js +0 -0
- /package/.next/static/{1U8jkq9FaVShRVivaXXPg → NAuY8lqaeBBZf9CMZuYI2}/_ssgManifest.js +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
|
|
2
|
-
> @faststore/core@3.99.0
|
|
2
|
+
> @faststore/core@3.99.0 prebuild /home/runner/work/faststore/faststore/packages/core
|
|
3
3
|
> na run partytown && na run generate
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @faststore/core@3.99.0
|
|
6
|
+
> @faststore/core@3.99.0 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.99.0
|
|
11
|
+
> @faststore/core@3.99.0 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.99.0
|
|
15
|
+
> @faststore/core@3.99.0 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.99.0
|
|
20
|
+
> @faststore/core@3.99.0 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.99.0
|
|
40
|
+
> @faststore/core@3.99.0 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.99.0
|
|
44
|
+
> @faststore/core@3.99.0 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
|
|
@@ -79,10 +79,16 @@ Import trace for requested module:
|
|
|
79
79
|
|
|
80
80
|
Collecting page data ...
|
|
81
81
|
Generating static pages (0/6) ...
|
|
82
|
+
Search not found. Add a new component for this section or remove it from the CMS
|
|
82
83
|
|
|
83
84
|
Generating static pages (1/6)
|
|
84
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
|
+
Search not found. Add a new component for this section or remove it from the CMS
|
|
85
87
|
|
|
86
88
|
Generating static pages (2/6)
|
|
89
|
+
Search not found. Add a new component for this section or remove it from the CMS
|
|
90
|
+
Search not found. Add a new component for this section or remove it from the CMS
|
|
91
|
+
Search not found. Add a new component for this section or remove it from the CMS
|
|
87
92
|
|
|
88
93
|
Generating static pages (4/6)
|
|
94
|
+
Search not found. Add a new component for this section or remove it from the CMS
|
|
89
95
|
|
|
90
96
|
✓ Generating static pages (6/6)
|
|
91
97
|
Finalizing page optimization ...
|
|
92
98
|
Collecting build traces ...
|
|
@@ -125,7 +131,7 @@ Route (pages) Size First Load JS
|
|
|
125
131
|
├ chunks/framework-d514426edf885c68.js 45.4 kB
|
|
126
132
|
├ chunks/main-ec03882c4375091d.js 33.2 kB
|
|
127
133
|
├ chunks/pages/_app-84aaff8a9d4de60e.js 26.5 kB
|
|
128
|
-
├ chunks/webpack-
|
|
134
|
+
├ chunks/webpack-f621ff3e951d2982.js 3.89 kB
|
|
129
135
|
└ css/146a8678babc61bf.css 9.2 kB
|
|
130
136
|
|
|
131
137
|
λ (Server) server-side renders at runtime (uses getInitialProps or getServerSideProps)
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
|
|
2
|
-
> @faststore/core@3.99.0
|
|
2
|
+
> @faststore/core@3.99.0 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 (12.
|
|
5
|
+
PASS test/utils/multipleTemplates.test.ts (13.199 s)
|
|
6
|
+
PASS test/utils/clearCookies.test.ts (12.107 s)
|
|
7
|
+
PASS test/utils/cookieCacheBusting.test.ts (14.06 s)
|
|
7
8
|
PASS test/server/cms/global.test.ts
|
|
8
|
-
PASS test/utils/cookieCacheBusting.test.ts (15.075 s)
|
|
9
9
|
PASS test/utils/validateSessionRefreshToken.test.ts
|
|
10
|
-
PASS test/server/cms/index.test.ts
|
|
11
|
-
PASS test/server/index.test.ts (
|
|
10
|
+
PASS test/server/cms/index.test.ts
|
|
11
|
+
PASS test/server/index.test.ts (11.403 s)
|
|
12
12
|
|
|
13
13
|
Test Suites: 7 passed, 7 total
|
|
14
14
|
Tests: 58 passed, 58 total
|
|
15
15
|
Snapshots: 0 total
|
|
16
|
-
Time:
|
|
16
|
+
Time: 25.808 s
|
|
17
17
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -3,10 +3,16 @@
|
|
|
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
|
-
|
|
6
|
+
## 3.99.1 (2026-05-06)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @faststore/core
|
|
9
9
|
|
|
10
|
+
# [3.99.0](https://github.com/vtex/faststore/compare/v3.98.4...v3.99.0) (2026-05-04)
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- version bump v3 ([#3293](https://github.com/vtex/faststore/issues/3293)) ([0475e38](https://github.com/vtex/faststore/commit/0475e387df8f8a3ae486209a2ef828bb71edc60a))
|
|
15
|
+
|
|
10
16
|
## [Unreleased]
|
|
11
17
|
|
|
12
18
|
### Features
|
|
@@ -3802,6 +3802,19 @@
|
|
|
3802
3802
|
}
|
|
3803
3803
|
},
|
|
3804
3804
|
"$defs": {
|
|
3805
|
+
"base-component": {
|
|
3806
|
+
"type": "object",
|
|
3807
|
+
"required": [],
|
|
3808
|
+
"properties": {}
|
|
3809
|
+
},
|
|
3810
|
+
"base-page-template": {
|
|
3811
|
+
"type": "object",
|
|
3812
|
+
"properties": {
|
|
3813
|
+
"sections": {
|
|
3814
|
+
"$ref": "#/$defs/$ALLOW_ALL_COMPONENTS"
|
|
3815
|
+
}
|
|
3816
|
+
}
|
|
3817
|
+
},
|
|
3805
3818
|
"$ALLOW_ALL_COMPONENTS": {
|
|
3806
3819
|
"type": "array",
|
|
3807
3820
|
"items": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/core",
|
|
3
|
-
"version": "3.99.
|
|
3
|
+
"version": "3.99.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
"@envelop/graphql-jit": "^8.0.3",
|
|
52
52
|
"@envelop/parser-cache": "^6.0.2",
|
|
53
53
|
"@envelop/validation-cache": "^6.0.2",
|
|
54
|
-
"@faststore/api": "3.99.
|
|
55
|
-
"@faststore/graphql-utils": "^3.99.
|
|
56
|
-
"@faststore/lighthouse": "3.99.
|
|
57
|
-
"@faststore/sdk": "3.99.
|
|
58
|
-
"@faststore/ui": "3.99.
|
|
54
|
+
"@faststore/api": "3.99.1",
|
|
55
|
+
"@faststore/graphql-utils": "^3.99.1",
|
|
56
|
+
"@faststore/lighthouse": "3.99.1",
|
|
57
|
+
"@faststore/sdk": "3.99.1",
|
|
58
|
+
"@faststore/ui": "3.99.1",
|
|
59
59
|
"@graphql-codegen/cli": "5.0.2",
|
|
60
60
|
"@graphql-codegen/client-preset": "4.2.6",
|
|
61
61
|
"@graphql-codegen/typescript": "4.0.7",
|
|
@@ -126,5 +126,5 @@
|
|
|
126
126
|
"ts-jest": "29.1.1",
|
|
127
127
|
"typescript": "5.3.2"
|
|
128
128
|
},
|
|
129
|
-
"gitHead": "
|
|
129
|
+
"gitHead": "58c9a02f542a1b6ca57296d08361646f979ec469"
|
|
130
130
|
}
|
|
File without changes
|
|
File without changes
|