@faststore/core 3.99.0-dev.8 → 3.99.0
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/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/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/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-manifest.json +1 -1
- package/.next/trace +143 -143
- package/.turbo/turbo-test.log +6 -6
- package/CHANGELOG.md +4 -2
- package/cms/faststore/schema.json +13 -0
- package/package.json +7 -7
- /package/.next/static/{1U8jkq9FaVShRVivaXXPg → es3Z4hhE6B4Nut0ZqqUuB}/_buildManifest.js +0 -0
- /package/.next/static/{1U8jkq9FaVShRVivaXXPg → es3Z4hhE6B4Nut0ZqqUuB}/_ssgManifest.js +0 -0
package/.turbo/turbo-test.log
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
> @faststore/core@3.99.0-dev.7 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 (
|
|
5
|
+
PASS test/utils/multipleTemplates.test.ts (13.004 s)
|
|
6
|
+
PASS test/utils/clearCookies.test.ts (11.686 s)
|
|
7
|
+
PASS test/utils/cookieCacheBusting.test.ts (13.937 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 (5.
|
|
11
|
-
PASS test/server/index.test.ts (
|
|
10
|
+
PASS test/server/cms/index.test.ts (5.092 s)
|
|
11
|
+
PASS test/server/index.test.ts (12.142 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: 26.
|
|
16
|
+
Time: 26.534 s
|
|
17
17
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -3,9 +3,11 @@
|
|
|
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.99.0
|
|
6
|
+
# [3.99.0](https://github.com/vtex/faststore/compare/v3.98.4...v3.99.0) (2026-05-04)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- version bump v3 ([#3293](https://github.com/vtex/faststore/issues/3293)) ([0475e38](https://github.com/vtex/faststore/commit/0475e387df8f8a3ae486209a2ef828bb71edc60a))
|
|
9
11
|
|
|
10
12
|
## [Unreleased]
|
|
11
13
|
|
|
@@ -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.0
|
|
3
|
+
"version": "3.99.0",
|
|
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.0
|
|
55
|
-
"@faststore/graphql-utils": "^3.99.0
|
|
56
|
-
"@faststore/lighthouse": "3.99.0
|
|
57
|
-
"@faststore/sdk": "3.99.0
|
|
58
|
-
"@faststore/ui": "3.99.0
|
|
54
|
+
"@faststore/api": "3.99.0",
|
|
55
|
+
"@faststore/graphql-utils": "^3.99.0",
|
|
56
|
+
"@faststore/lighthouse": "3.99.0",
|
|
57
|
+
"@faststore/sdk": "3.99.0",
|
|
58
|
+
"@faststore/ui": "3.99.0",
|
|
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": "1af58159c3dfd550998c3dd1bdea47bded23854f"
|
|
130
130
|
}
|
|
File without changes
|
|
File without changes
|