@faststore/core 3.28.0 → 3.29.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 +25 -25
- package/.next/cache/.tsbuildinfo +1 -1
- 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/chunks/1506.js +1 -1
- package/.next/server/chunks/3117.js +2 -2
- package/.next/server/chunks/4289.js +1 -1
- package/.next/server/chunks/6198.js +1 -1
- package/.next/server/chunks/8646.js +1 -1
- package/.next/server/chunks/UIBannerText.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/[...slug].js +1 -1
- package/.next/server/pages/api/graphql.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/s.js +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/static/{4tEedMpsgB8eSey2ZlBS3 → JNYNLuT_CpzRGNoTumIQk}/_buildManifest.js +1 -1
- package/.next/static/chunks/{6335-65828a609522b6e2.js → 6335-3697bf8451c28906.js} +1 -1
- package/.next/static/chunks/pages/{_app-4cf4015388594311.js → _app-ac95c1e9f24267d5.js} +1 -1
- package/.next/static/chunks/{webpack-082d08d5aac34119.js → webpack-505ab169c34dcfac.js} +1 -1
- package/.next/static/css/{2d010a1ea6aab015.css → 2841bab51b99dd53.css} +1 -1
- package/.next/trace +121 -121
- package/.turbo/turbo-build.log +16 -16
- package/.turbo/turbo-test.log +5 -5
- package/@generated/gql.ts +2 -2
- package/@generated/graphql.ts +32 -1
- package/@generated/persisted-documents.json +1 -1
- package/@generated/schema.graphql +23 -0
- package/CHANGELOG.md +10 -0
- package/discovery.config.default.js +8 -0
- package/package.json +5 -5
- package/src/sdk/session/index.ts +8 -0
- /package/.next/static/{4tEedMpsgB8eSey2ZlBS3 → JNYNLuT_CpzRGNoTumIQk}/_ssgManifest.js +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
|
|
2
|
-
> @faststore/core@3.
|
|
2
|
+
> @faststore/core@3.28.1 prebuild /home/runner/work/faststore/faststore/packages/core
|
|
3
3
|
> na run partytown && na run generate
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @faststore/core@3.
|
|
6
|
+
> @faststore/core@3.28.1 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.
|
|
11
|
+
> @faststore/core@3.28.1 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.
|
|
15
|
+
> @faststore/core@3.28.1 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.
|
|
20
|
+
> @faststore/core@3.28.1 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.
|
|
40
|
+
> @faststore/core@3.28.1 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.
|
|
44
|
+
> @faststore/core@3.28.1 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
|
-
|
|
65
64
|
Generating static pages (3/7)
|
|
66
65
|
CustomModalFooterSection not found. Add a new component for this section or remove it from the CMS
|
|
66
|
+
|
|
67
67
|
Generating static pages (3/7)
|
|
68
68
|
|
|
69
69
|
Generating static pages (5/7)
|
|
70
70
|
|
|
71
71
|
✓ Generating static pages (7/7)
|
|
72
72
|
Finalizing page optimization ...
|
|
@@ -70,7 +70,7 @@ CustomModalFooterSection not found. Add a new component for this section or remo
|
|
|
70
70
|
Route (pages) Size First Load JS
|
|
71
71
|
┌ ● / 3.86 kB 124 kB
|
|
72
72
|
├ └ css/b1806cbafd0c1f81.css 3.06 kB
|
|
73
|
-
├ /_app 0 B 92.
|
|
73
|
+
├ /_app 0 B 92.3 kB
|
|
74
74
|
├ ● /[...slug] 2.14 kB 132 kB
|
|
75
75
|
├ ● /[slug]/p 35.5 kB 156 kB
|
|
76
76
|
├ ├ css/a3ca6a9b63f657be.css 5.75 kB
|
|
@@ -79,18 +79,18 @@ Route (pages) Size First Load JS
|
|
|
79
79
|
├ ○ /404 1.48 kB 122 kB
|
|
80
80
|
├ ● /500 1.48 kB 122 kB
|
|
81
81
|
├ ● /account 712 B 121 kB
|
|
82
|
-
├ λ /api/graphql 0 B 92.
|
|
83
|
-
├ λ /api/health/live 0 B 92.
|
|
84
|
-
├ λ /api/health/ready 0 B 92.
|
|
85
|
-
├ λ /api/preview 0 B 92.
|
|
82
|
+
├ λ /api/graphql 0 B 92.3 kB
|
|
83
|
+
├ λ /api/health/live 0 B 92.3 kB
|
|
84
|
+
├ λ /api/health/ready 0 B 92.3 kB
|
|
85
|
+
├ λ /api/preview 0 B 92.3 kB
|
|
86
86
|
├ ● /checkout 694 B 121 kB
|
|
87
87
|
├ ● /login 1.59 kB 122 kB
|
|
88
88
|
└ ● /s 3.18 kB 133 kB
|
|
89
|
-
+ First Load JS shared by all 95.
|
|
89
|
+
+ First Load JS shared by all 95.8 kB
|
|
90
90
|
├ chunks/framework-807b0f81cbc129f0.js 45.4 kB
|
|
91
91
|
├ chunks/main-5569625b3fdd6741.js 33.1 kB
|
|
92
|
-
├ chunks/pages/_app-
|
|
93
|
-
├ chunks/webpack-
|
|
92
|
+
├ chunks/pages/_app-ac95c1e9f24267d5.js 10.3 kB
|
|
93
|
+
├ chunks/webpack-505ab169c34dcfac.js 3.58 kB
|
|
94
94
|
└ css/0a57ee6c7a57788c.css 3.49 kB
|
|
95
95
|
|
|
96
96
|
λ (Server) server-side renders at runtime (uses getInitialProps or getServerSideProps)
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
|
|
2
|
-
> @faststore/core@3.
|
|
2
|
+
> @faststore/core@3.28.1 test /home/runner/work/faststore/faststore/packages/core
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
|
-
PASS test/
|
|
6
|
-
PASS test/
|
|
5
|
+
PASS test/server/cms/global.test.ts (23.011 s)
|
|
6
|
+
PASS test/utils/multipleTemplates.test.ts (23.522 s)
|
|
7
7
|
PASS test/server/cms/index.test.ts
|
|
8
|
-
PASS test/server/index.test.ts (
|
|
8
|
+
PASS test/server/index.test.ts (28.622 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: 29.774 s
|
|
14
14
|
Ran all test suites.
|
package/@generated/gql.ts
CHANGED
|
@@ -56,7 +56,7 @@ const documents = {
|
|
|
56
56
|
types.ClientSearchSuggestionsQueryDocument,
|
|
57
57
|
'\n query ClientTopSearchSuggestionsQuery(\n $term: String!\n $selectedFacets: [IStoreSelectedFacet!]\n ) {\n ...ClientTopSearchSuggestions\n search(first: 5, term: $term, selectedFacets: $selectedFacets) {\n suggestions {\n terms {\n value\n }\n }\n }\n }\n':
|
|
58
58
|
types.ClientTopSearchSuggestionsQueryDocument,
|
|
59
|
-
'\n mutation ValidateSession($session: IStoreSession!, $search: String!) {\n validateSession(session: $session, search: $search) {\n locale\n channel\n country\n addressType\n postalCode\n deliveryMode {\n deliveryChannel\n deliveryMethod\n deliveryWindow {\n startDate\n endDate\n }\n }\n geoCoordinates {\n latitude\n longitude\n }\n currency {\n code\n symbol\n }\n person {\n id\n email\n givenName\n familyName\n }\n b2b {\n customerId\n }\n }\n }\n':
|
|
59
|
+
'\n mutation ValidateSession($session: IStoreSession!, $search: String!) {\n validateSession(session: $session, search: $search) {\n locale\n channel\n country\n addressType\n postalCode\n deliveryMode {\n deliveryChannel\n deliveryMethod\n deliveryWindow {\n startDate\n endDate\n }\n }\n geoCoordinates {\n latitude\n longitude\n }\n currency {\n code\n symbol\n }\n person {\n id\n email\n givenName\n familyName\n }\n b2b {\n customerId\n }\n marketingData {\n utmCampaign\n utmMedium\n utmSource\n utmiCampaign\n utmiPage\n utmiPart\n }\n }\n }\n':
|
|
60
60
|
types.ValidateSessionDocument,
|
|
61
61
|
'\n query ClientShippingSimulationQuery(\n $postalCode: String!\n $country: String!\n $items: [IShippingItem!]!\n ) {\n ...ClientShippingSimulation\n shipping(items: $items, postalCode: $postalCode, country: $country) {\n logisticsInfo {\n slas {\n carrier\n price\n availableDeliveryWindows {\n startDateUtc\n endDateUtc\n price\n listPrice\n }\n shippingEstimate\n localizedEstimates\n }\n }\n address {\n city\n neighborhood\n state\n }\n }\n }\n':
|
|
62
62
|
types.ClientShippingSimulationQueryDocument,
|
|
@@ -198,7 +198,7 @@ export function gql(
|
|
|
198
198
|
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
|
199
199
|
*/
|
|
200
200
|
export function gql(
|
|
201
|
-
source: '\n mutation ValidateSession($session: IStoreSession!, $search: String!) {\n validateSession(session: $session, search: $search) {\n locale\n channel\n country\n addressType\n postalCode\n deliveryMode {\n deliveryChannel\n deliveryMethod\n deliveryWindow {\n startDate\n endDate\n }\n }\n geoCoordinates {\n latitude\n longitude\n }\n currency {\n code\n symbol\n }\n person {\n id\n email\n givenName\n familyName\n }\n b2b {\n customerId\n }\n }\n }\n'
|
|
201
|
+
source: '\n mutation ValidateSession($session: IStoreSession!, $search: String!) {\n validateSession(session: $session, search: $search) {\n locale\n channel\n country\n addressType\n postalCode\n deliveryMode {\n deliveryChannel\n deliveryMethod\n deliveryWindow {\n startDate\n endDate\n }\n }\n geoCoordinates {\n latitude\n longitude\n }\n currency {\n code\n symbol\n }\n person {\n id\n email\n givenName\n familyName\n }\n b2b {\n customerId\n }\n marketingData {\n utmCampaign\n utmMedium\n utmSource\n utmiCampaign\n utmiPage\n utmiPart\n }\n }\n }\n'
|
|
202
202
|
): typeof import('./graphql').ValidateSessionDocument
|
|
203
203
|
/**
|
|
204
204
|
* The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
|
package/@generated/graphql.ts
CHANGED
|
@@ -230,6 +230,15 @@ export type IStoreImage = {
|
|
|
230
230
|
url: Scalars['String']['input']
|
|
231
231
|
}
|
|
232
232
|
|
|
233
|
+
export type IStoreMarketingData = {
|
|
234
|
+
utmCampaign: InputMaybe<Scalars['String']['input']>
|
|
235
|
+
utmMedium: InputMaybe<Scalars['String']['input']>
|
|
236
|
+
utmSource: InputMaybe<Scalars['String']['input']>
|
|
237
|
+
utmiCampaign: InputMaybe<Scalars['String']['input']>
|
|
238
|
+
utmiPage: InputMaybe<Scalars['String']['input']>
|
|
239
|
+
utmiPart: InputMaybe<Scalars['String']['input']>
|
|
240
|
+
}
|
|
241
|
+
|
|
233
242
|
/** Offer input. */
|
|
234
243
|
export type IStoreOffer = {
|
|
235
244
|
/** Information on the item being offered. */
|
|
@@ -321,6 +330,8 @@ export type IStoreSession = {
|
|
|
321
330
|
geoCoordinates: InputMaybe<IStoreGeoCoordinates>
|
|
322
331
|
/** Session input locale. */
|
|
323
332
|
locale: Scalars['String']['input']
|
|
333
|
+
/** Marketing information input. */
|
|
334
|
+
marketingData: InputMaybe<IStoreMarketingData>
|
|
324
335
|
/** Session input person. */
|
|
325
336
|
person: InputMaybe<IStorePerson>
|
|
326
337
|
/** Session input postal code. */
|
|
@@ -858,6 +869,16 @@ export type StoreListItem = {
|
|
|
858
869
|
position: Scalars['Int']['output']
|
|
859
870
|
}
|
|
860
871
|
|
|
872
|
+
/** Marketing information. */
|
|
873
|
+
export type StoreMarketingData = {
|
|
874
|
+
utmCampaign: Maybe<Scalars['String']['output']>
|
|
875
|
+
utmMedium: Maybe<Scalars['String']['output']>
|
|
876
|
+
utmSource: Maybe<Scalars['String']['output']>
|
|
877
|
+
utmiCampaign: Maybe<Scalars['String']['output']>
|
|
878
|
+
utmiPage: Maybe<Scalars['String']['output']>
|
|
879
|
+
utmiPart: Maybe<Scalars['String']['output']>
|
|
880
|
+
}
|
|
881
|
+
|
|
861
882
|
/** Offer information. */
|
|
862
883
|
export type StoreOffer = {
|
|
863
884
|
/** Offer item availability. */
|
|
@@ -1087,6 +1108,8 @@ export type StoreSession = {
|
|
|
1087
1108
|
geoCoordinates: Maybe<StoreGeoCoordinates>
|
|
1088
1109
|
/** Session locale. */
|
|
1089
1110
|
locale: Scalars['String']['output']
|
|
1111
|
+
/** Marketing information. */
|
|
1112
|
+
marketingData: Maybe<StoreMarketingData>
|
|
1090
1113
|
/** Session input person. */
|
|
1091
1114
|
person: Maybe<StorePerson>
|
|
1092
1115
|
/** Session postal code. */
|
|
@@ -1743,6 +1766,14 @@ export type ValidateSessionMutation = {
|
|
|
1743
1766
|
familyName: string
|
|
1744
1767
|
} | null
|
|
1745
1768
|
b2b: { customerId: string } | null
|
|
1769
|
+
marketingData: {
|
|
1770
|
+
utmCampaign: string | null
|
|
1771
|
+
utmMedium: string | null
|
|
1772
|
+
utmSource: string | null
|
|
1773
|
+
utmiCampaign: string | null
|
|
1774
|
+
utmiPage: string | null
|
|
1775
|
+
utmiPart: string | null
|
|
1776
|
+
} | null
|
|
1746
1777
|
} | null
|
|
1747
1778
|
}
|
|
1748
1779
|
|
|
@@ -2307,7 +2338,7 @@ export const ClientTopSearchSuggestionsQueryDocument = {
|
|
|
2307
2338
|
export const ValidateSessionDocument = {
|
|
2308
2339
|
__meta__: {
|
|
2309
2340
|
operationName: 'ValidateSession',
|
|
2310
|
-
operationHash: '
|
|
2341
|
+
operationHash: '2c6e94b978eb50647873082daebcc5b332154cb1',
|
|
2311
2342
|
},
|
|
2312
2343
|
} as unknown as TypedDocumentString<
|
|
2313
2344
|
ValidateSessionMutation,
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
"7d121ef8d4dc99174e64e4429a9b977b8bbebed8": "fragment CartProductItem on StoreProduct { additionalProperty { name propertyID value valueReference } brand { name } gtin image { alternateName url } isVariantOf { name productGroupID skuVariants { activeVariations availableVariations slugsMap } } name sku unitMultiplier } fragment ClientProduct on Query { product(locator: $locator) { id: productID } } fragment ProductDetailsFragment_product on StoreProduct { additionalProperty { name propertyID value valueReference } brand { name } description gtin image { alternateName url } isVariantOf { name productGroupID skuVariants { activeVariations availableVariations slugsMap } } name offers { lowPrice lowPriceWithTaxes offers { availability listPrice listPriceWithTaxes price priceWithTaxes seller { identifier } } } id: productID sku unitMultiplier ...CartProductItem } query ClientProductQuery($locator: [IStoreSelectedFacet!]!) { product(locator: $locator) { ...ProductDetailsFragment_product } ...ClientProduct }",
|
|
10
10
|
"47e48eaee91d16a4237eb2c1241bc2ed3e2ad9bb": "fragment ClientSearchSuggestions on Query { search(first: 5, term: $term, selectedFacets: $selectedFacets) { suggestions { terms { value } } } } fragment ProductSummary_product on StoreProduct { additionalProperty { name propertyID value valueReference } advertisement { adId adResponseId } brand { brandName: name } brand { name } gtin image { alternateName url } isVariantOf { name productGroupID } name offers { lowPrice lowPriceWithTaxes offers { availability listPrice listPriceWithTaxes price quantity seller { identifier } } } id: productID sku slug } fragment SearchEvent_metadata on SearchMetadata { fuzzy isTermMisspelled logicalOperator } query ClientSearchSuggestionsQuery($selectedFacets: [IStoreSelectedFacet!], $term: String!) { search(first: 5, term: $term, selectedFacets: $selectedFacets) { metadata { ...SearchEvent_metadata } products { pageInfo { totalCount } } suggestions { products { ...ProductSummary_product } terms { value } } } ...ClientSearchSuggestions }",
|
|
11
11
|
"e2385b0f11726d0068f96548f57a8dd441c064e3": "fragment ClientTopSearchSuggestions on Query { search(first: 5, term: $term, selectedFacets: $selectedFacets) { suggestions { terms { value } } } } query ClientTopSearchSuggestionsQuery($selectedFacets: [IStoreSelectedFacet!], $term: String!) { search(first: 5, term: $term, selectedFacets: $selectedFacets) { suggestions { terms { value } } } ...ClientTopSearchSuggestions }",
|
|
12
|
-
"
|
|
12
|
+
"2c6e94b978eb50647873082daebcc5b332154cb1": "mutation ValidateSession($search: String!, $session: IStoreSession!) { validateSession(session: $session, search: $search) { addressType b2b { customerId } channel country currency { code symbol } deliveryMode { deliveryChannel deliveryMethod deliveryWindow { endDate startDate } } geoCoordinates { latitude longitude } locale marketingData { utmCampaign utmMedium utmSource utmiCampaign utmiPage utmiPart } person { email familyName givenName id } postalCode } }",
|
|
13
13
|
"d6667f1de2a26b94b9b55f4b25d7d823f82635a0": "fragment ClientShippingSimulation on Query { shipping(items: $items, postalCode: $postalCode, country: $country) { address { city } } } query ClientShippingSimulationQuery($country: String!, $items: [IShippingItem!]!, $postalCode: String!) { shipping(items: $items, postalCode: $postalCode, country: $country) { address { city neighborhood state } logisticsInfo { slas { availableDeliveryWindows { endDateUtc listPrice price startDateUtc } carrier localizedEstimates price shippingEstimate } } } ...ClientShippingSimulation }"
|
|
14
14
|
}
|
|
@@ -707,6 +707,25 @@ input IStoreCurrency {
|
|
|
707
707
|
symbol: String!
|
|
708
708
|
}
|
|
709
709
|
|
|
710
|
+
"""Marketing information."""
|
|
711
|
+
type StoreMarketingData {
|
|
712
|
+
utmCampaign: String
|
|
713
|
+
utmMedium: String
|
|
714
|
+
utmSource: String
|
|
715
|
+
utmiCampaign: String
|
|
716
|
+
utmiPart: String
|
|
717
|
+
utmiPage: String
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
input IStoreMarketingData {
|
|
721
|
+
utmCampaign: String
|
|
722
|
+
utmMedium: String
|
|
723
|
+
utmSource: String
|
|
724
|
+
utmiCampaign: String
|
|
725
|
+
utmiPart: String
|
|
726
|
+
utmiPage: String
|
|
727
|
+
}
|
|
728
|
+
|
|
710
729
|
"""Geographic coordinates information."""
|
|
711
730
|
type StoreGeoCoordinates {
|
|
712
731
|
"""The latitude of the geographic coordinates."""
|
|
@@ -779,6 +798,8 @@ type StoreSession {
|
|
|
779
798
|
person: StorePerson
|
|
780
799
|
"""B2B Information."""
|
|
781
800
|
b2b: StoreB2B
|
|
801
|
+
"""Marketing information."""
|
|
802
|
+
marketingData: StoreMarketingData
|
|
782
803
|
}
|
|
783
804
|
|
|
784
805
|
type StoreB2B {
|
|
@@ -811,6 +832,8 @@ input IStoreSession {
|
|
|
811
832
|
person: IStorePerson
|
|
812
833
|
"""Session input b2b."""
|
|
813
834
|
b2b: IStoreB2B
|
|
835
|
+
"""Marketing information input."""
|
|
836
|
+
marketingData: IStoreMarketingData
|
|
814
837
|
}
|
|
815
838
|
|
|
816
839
|
"""Shipping Simulation item input."""
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +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
|
+
# [3.29.0](https://github.com/vtex/faststore/compare/v3.28.1...v3.29.0) (2025-03-21)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- add UTM to orderForm ([#2736](https://github.com/vtex/faststore/issues/2736)) ([e423cef](https://github.com/vtex/faststore/commit/e423cef2992f003b8d8add119cb1847069a1571d)), closes [/github.com/vtex-apps/checkout-graphql/blob/df8f02932e9710fa437cf2c550e98cf9b7dc3726/node/resolvers/items.ts#L152-L157](https://github.com//github.com/vtex-apps/checkout-graphql/blob/df8f02932e9710fa437cf2c550e98cf9b7dc3726/node/resolvers/items.ts/issues/L152-L157)
|
|
11
|
+
|
|
12
|
+
## [3.28.1](https://github.com/vtex/faststore/compare/v3.28.0...v3.28.1) (2025-03-20)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @faststore/core
|
|
15
|
+
|
|
6
16
|
# 3.28.0 (2025-03-20)
|
|
7
17
|
|
|
8
18
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/core",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.29.0",
|
|
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.
|
|
47
|
+
"@faststore/api": "^3.29.0",
|
|
48
48
|
"@faststore/components": "^3.28.0",
|
|
49
49
|
"@faststore/graphql-utils": "^3.28.0",
|
|
50
50
|
"@faststore/lighthouse": "^3.28.0",
|
|
51
|
-
"@faststore/sdk": "^3.
|
|
52
|
-
"@faststore/ui": "^3.28.
|
|
51
|
+
"@faststore/sdk": "^3.29.0",
|
|
52
|
+
"@faststore/ui": "^3.28.1",
|
|
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": "181fe768514108afb75c72a9c33b92add91ea29e"
|
|
108
108
|
}
|
package/src/sdk/session/index.ts
CHANGED
|
File without changes
|