Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/commerce-sdk-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## v5.1.0-dev
- Bump commerce-sdk-isomorphic to 5.1.0
- Add Node 24 support. Drop Node 16 support. [#3652](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3652)
- Add Shopper Consents API support [#3674](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3674)

Expand Down
11 changes: 4 additions & 7 deletions packages/commerce-sdk-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/commerce-sdk-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"version": "node ./scripts/version.js"
},
"dependencies": {
"commerce-sdk-isomorphic": "5.0.0",
"commerce-sdk-isomorphic": "5.1.0",
"js-cookie": "^3.0.1",
"jwt-decode": "^4.0.0"
},
Expand Down
6 changes: 4 additions & 2 deletions packages/commerce-sdk-react/src/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,19 @@ export const SERVER_AFFINITY_HEADER_KEY = 'sfdc_dwsid'

export const CLIENT_KEYS = {
SHOPPER_BASKETS: 'shopperBaskets',
SHOPPER_BASKETS_V2: 'shopperBasketsV2',
SHOPPER_CONFIGURATIONS: 'shopperConfigurations',
SHOPPER_CONSENTS: 'shopperConsents',
SHOPPER_CONTEXTS: 'shopperContexts',
SHOPPER_CUSTOMERS: 'shopperCustomers',
SHOPPER_EXPERIENCE: 'shopperExperience',
SHOPPER_GIFT_CERTIFICATES: 'shopperGiftCertificates',
SHOPPER_LOGIN: 'shopperLogin',
SHOPPER_ORDERS: 'shopperOrders',
SHOPPER_PAYMENTS: 'shopperPayments',
SHOPPER_PRODUCTS: 'shopperProducts',
SHOPPER_PROMOTIONS: 'shopperPromotions',
SHOPPER_SEARCH: 'shopperSearch',
SHOPPER_SEO: 'shopperSeo',
SHOPPER_STORES: 'shopperStores',
SHOPPER_CONFIGURATIONS: 'shopperConfigurations'
SHOPPER_STORES: 'shopperStores'
} as const
Loading
Loading