@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.
@@ -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 (12.308 s)
6
- PASS test/utils/clearCookies.test.ts (12.416 s)
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.272 s)
11
- PASS test/server/index.test.ts (13.382 s)
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.877 s
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-dev.8 (2026-05-04)
6
+ # [3.99.0](https://github.com/vtex/faststore/compare/v3.98.4...v3.99.0) (2026-05-04)
7
7
 
8
- **Note:** Version bump only for package @faststore/core
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-dev.8",
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-dev.8",
55
- "@faststore/graphql-utils": "^3.99.0-dev.8",
56
- "@faststore/lighthouse": "3.99.0-dev.8",
57
- "@faststore/sdk": "3.99.0-dev.8",
58
- "@faststore/ui": "3.99.0-dev.8",
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": "5a04cd847b5f269a1fbcbb0525bd6fb158ba772a"
129
+ "gitHead": "1af58159c3dfd550998c3dd1bdea47bded23854f"
130
130
  }