Skip to content

Commit

Permalink
Consume latest commerce-sdk-isomorphic (#1743)
Browse files Browse the repository at this point in the history
* bump isomorphic sdk version

* fix param keys

* upgrade to 1.13.1
  • Loading branch information
kevinxh committed Apr 11, 2024
1 parent 2df9f52 commit 74b90fd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 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": "^1.12.0",
"commerce-sdk-isomorphic": "^1.13.1",
"js-cookie": "^3.0.1",
"jwt-decode": "^4.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ const productSearch = [
'locale',
'expand',
'offset',
'limit'
'limit',
'select',
'allImages'
] as const
const getSearchSuggestions = [
'organizationId',
Expand Down

0 comments on commit 74b90fd

Please sign in to comment.