@faststore/core 3.98.4 → 3.99.0-dev.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.
Files changed (31) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/build-manifest.json +2 -2
  3. package/.next/cache/config.json +3 -3
  4. package/.next/cache/webpack/client-production/0.pack +0 -0
  5. package/.next/cache/webpack/client-production/index.pack +0 -0
  6. package/.next/cache/webpack/server-production/0.pack +0 -0
  7. package/.next/cache/webpack/server-production/index.pack +0 -0
  8. package/.next/prerender-manifest.js +1 -1
  9. package/.next/prerender-manifest.json +1 -1
  10. package/.next/routes-manifest.json +1 -1
  11. package/.next/server/chunks/1741.js +1 -1
  12. package/.next/server/functions-config-manifest.json +1 -1
  13. package/.next/server/middleware-build-manifest.js +1 -1
  14. package/.next/server/pages/api/graphql.js +1 -1
  15. package/.next/server/pages/en-US/404.html +2 -2
  16. package/.next/server/pages/en-US/500.html +2 -2
  17. package/.next/server/pages/en-US/checkout.html +2 -2
  18. package/.next/server/pages/en-US/login.html +2 -2
  19. package/.next/server/pages/en-US/s.html +2 -2
  20. package/.next/server/pages/en-US.html +2 -2
  21. package/.next/server/pages-manifest.json +1 -1
  22. package/.next/trace +142 -142
  23. package/.turbo/turbo-build.log +7 -7
  24. package/.turbo/turbo-test.log +7 -7
  25. package/CHANGELOG.md +10 -14
  26. package/cms/faststore/components/cms_component__shoppingassistant.jsonc +9 -0
  27. package/cms/faststore/pages/cms_content_type__globalsections.jsonc +3 -0
  28. package/cms/faststore/schema.json +15 -1
  29. package/package.json +7 -7
  30. /package/.next/static/{9lFuk39f-HZcrM7Ul1Rlh → HfM_skwMOUpIXO3y1WakQ}/_buildManifest.js +0 -0
  31. /package/.next/static/{9lFuk39f-HZcrM7Ul1Rlh → HfM_skwMOUpIXO3y1WakQ}/_ssgManifest.js +0 -0
@@ -1,23 +1,23 @@
1
1
 
2
- > @faststore/core@3.98.3 prebuild /home/runner/work/faststore/faststore/packages/core
2
+ > @faststore/core@3.99.0-dev.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.98.3 partytown /home/runner/work/faststore/faststore/packages/core
6
+ > @faststore/core@3.99.0-dev.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.98.3 generate /home/runner/work/faststore/faststore/packages/core
11
+ > @faststore/core@3.99.0-dev.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.98.3 generate:schema /home/runner/work/faststore/faststore/packages/core
15
+ > @faststore/core@3.99.0-dev.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.98.3 generate:codegen /home/runner/work/faststore/faststore/packages/core
20
+ > @faststore/core@3.99.0-dev.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.98.3 format:generated /home/runner/work/faststore/faststore/packages/core
40
+ > @faststore/core@3.99.0-dev.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.98.3 build /home/runner/work/faststore/faststore/packages/core
44
+ > @faststore/core@3.99.0-dev.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
@@ -1,16 +1,16 @@
1
1
 
2
- > @faststore/core@3.98.3 test /home/runner/work/faststore/faststore/packages/core
2
+ > @faststore/core@3.99.0-dev.0 test /home/runner/work/faststore/faststore/packages/core
3
3
  > jest
4
4
 
5
- PASS test/utils/clearCookies.test.ts (12.005 s)
6
- PASS test/utils/multipleTemplates.test.ts (13.659 s)
5
+ PASS test/utils/multipleTemplates.test.ts (12.424 s)
6
+ PASS test/utils/clearCookies.test.ts (11.298 s)
7
+ PASS test/utils/cookieCacheBusting.test.ts (13.871 s)
7
8
  PASS test/server/cms/global.test.ts
8
- PASS test/utils/cookieCacheBusting.test.ts (15.415 s)
9
- PASS test/server/cms/index.test.ts (6.077 s)
10
- PASS test/server/index.test.ts (12.996 s)
9
+ PASS test/server/cms/index.test.ts (5.532 s)
10
+ PASS test/server/index.test.ts (12.61 s)
11
11
 
12
12
  Test Suites: 6 passed, 6 total
13
13
  Tests: 52 passed, 52 total
14
14
  Snapshots: 0 total
15
- Time: 27.695 s
15
+ Time: 26.233 s
16
16
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -3,27 +3,19 @@
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.98.4](https://github.com/vtex/faststore/compare/v3.98.3...v3.98.4) (2026-04-15)
6
+ # [3.99.0-dev.1](https://github.com/vtex/faststore/compare/v3.99.0-dev.0...v3.99.0-dev.1) (2026-04-15)
7
7
 
8
8
  **Note:** Version bump only for package @faststore/core
9
9
 
10
- ## [3.98.3](https://github.com/vtex/faststore/compare/v3.98.2...v3.98.3) (2026-04-09)
10
+ # [3.99.0-dev.0](https://github.com/vtex/faststore/compare/v3.98.1-dev.0...v3.99.0-dev.0) (2026-03-31)
11
11
 
12
- ### Bug Fixes
13
-
14
- - Store ID param sent to Content Platform client ([#3265](https://github.com/vtex/faststore/issues/3265)) ([63fffd8](https://github.com/vtex/faststore/commit/63fffd878403c4d0c9aff8f6d56064dfa42ab833))
15
-
16
- ## [3.98.2](https://github.com/vtex/faststore/compare/v3.98.1...v3.98.2) (2026-04-09)
17
-
18
- ### Bug Fixes
19
-
20
- - unsafe props ternary ([#3254](https://github.com/vtex/faststore/issues/3254)) ([00f35b5](https://github.com/vtex/faststore/commit/00f35b5b49a756b6de84d1739ae157e3f074f01e))
12
+ ### Features
21
13
 
22
- ## [3.98.1](https://github.com/vtex/faststore/compare/v3.98.0...v3.98.1) (2026-04-07)
14
+ - Add Shopping Assistant component to FastStore schema ([#3255](https://github.com/vtex/faststore/issues/3255)) ([f4c8ea6](https://github.com/vtex/faststore/commit/f4c8ea65da468d26acac198071882523a8a57215))
23
15
 
24
- ### Bug Fixes
16
+ ## [3.98.1-dev.0](https://github.com/vtex/faststore/compare/v3.98.0-dev.10...v3.98.1-dev.0) (2026-03-27)
25
17
 
26
- - simplify city and postal code display logic in `RegionBar` and `RegionButton` ([#3259](https://github.com/vtex/faststore/issues/3259)) ([8944bee](https://github.com/vtex/faststore/commit/8944bee9cb92ccea2b6ca24309cfa5478b6f4d0d))
18
+ **Note:** Version bump only for package @faststore/core
27
19
 
28
20
  # 3.98.0 (2026-03-27)
29
21
 
@@ -35,6 +27,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
35
27
 
36
28
  - version 2026 03 27 ([#3251](https://github.com/vtex/faststore/issues/3251)) ([f330a43](https://github.com/vtex/faststore/commit/f330a43661567ad8edb468acd3416bb7ffacd8b6))
37
29
 
30
+ # [3.98.0-dev.10](https://github.com/vtex/faststore/compare/v3.98.0-dev.9...v3.98.0-dev.10) (2026-03-27)
31
+
32
+ **Note:** Version bump only for package @faststore/core
33
+
38
34
  # [3.98.0-dev.9](https://github.com/vtex/faststore/compare/v3.98.0-dev.8...v3.98.0-dev.9) (2026-03-27)
39
35
 
40
36
  **Note:** Version bump only for package @faststore/core
@@ -0,0 +1,9 @@
1
+ {
2
+ "$extends": ["#/$defs/base-component"],
3
+ "$componentKey": "ShoppingAssistant",
4
+ "$componentTitle": "Shopping Assistant",
5
+ "title": "Shopping Assistant",
6
+ "description": "To enable Shopping Assistant, make sure you have finished the setup at Agentic CX > Dashboard.",
7
+ "type": "object",
8
+ "properties": {}
9
+ }
@@ -361,6 +361,9 @@
361
361
  },
362
362
  {
363
363
  "$ref": "#/components/EmptyState"
364
+ },
365
+ {
366
+ "$ref": "#/components/ShoppingAssistant"
364
367
  }
365
368
  ]
366
369
  }
@@ -1,5 +1,4 @@
1
1
  {
2
- "$id": "vtex.faststore",
3
2
  "title": "FastStore Schema",
4
3
  "description": "Collection of default schemas for FastStore.",
5
4
  "content-types": {
@@ -539,6 +538,9 @@
539
538
  },
540
539
  {
541
540
  "$ref": "#/components/EmptyState"
541
+ },
542
+ {
543
+ "$ref": "#/components/ShoppingAssistant"
542
544
  }
543
545
  ]
544
546
  }
@@ -3788,6 +3790,15 @@
3788
3790
  }
3789
3791
  }
3790
3792
  }
3793
+ },
3794
+ "ShoppingAssistant": {
3795
+ "$extends": ["#/$defs/base-component"],
3796
+ "$componentKey": "ShoppingAssistant",
3797
+ "$componentTitle": "Shopping Assistant",
3798
+ "title": "Shopping Assistant",
3799
+ "description": "To enable Shopping Assistant, make sure you have finished the setup at Agentic CX > Dashboard.",
3800
+ "type": "object",
3801
+ "properties": {}
3791
3802
  }
3792
3803
  },
3793
3804
  "$defs": {
@@ -3879,6 +3890,9 @@
3879
3890
  },
3880
3891
  {
3881
3892
  "$ref": "#/components/Search"
3893
+ },
3894
+ {
3895
+ "$ref": "#/components/ShoppingAssistant"
3882
3896
  }
3883
3897
  ]
3884
3898
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/core",
3
- "version": "3.98.4",
3
+ "version": "3.99.0-dev.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.98.0",
55
- "@faststore/graphql-utils": "^3.98.0",
56
- "@faststore/lighthouse": "3.98.0",
57
- "@faststore/sdk": "3.98.0",
58
- "@faststore/ui": "3.98.1",
54
+ "@faststore/api": "3.98.1-dev.0",
55
+ "@faststore/graphql-utils": "^3.98.1-dev.0",
56
+ "@faststore/lighthouse": "3.98.1-dev.0",
57
+ "@faststore/sdk": "3.98.1-dev.0",
58
+ "@faststore/ui": "3.99.0-dev.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",
@@ -124,5 +124,5 @@
124
124
  "ts-jest": "29.1.1",
125
125
  "typescript": "5.3.2"
126
126
  },
127
- "gitHead": "ee710a0c31c409363948a3c3b7c7c1f26acb25cb"
127
+ "gitHead": "ea8071b1888cc8fa2092fd2f2b4927c7d0ff09c0"
128
128
  }