-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[commerce-sdk-react] Bug Fix Cookie expires time (@W-16626227@) (#1994)
* Fix Cookie expires converting seconds to Date * Update CHANGELOG.md * Add tests * PR Feedback * Update packages/commerce-sdk-react/CHANGELOG.md Co-authored-by: Kevin He <[email protected]> Signed-off-by: Adam Raya <[email protected]> * PR Feedback convert seconds to date in auth * Bump version * Bump retail-react-app * Update convertSecondsToDate logic * Support expires not defined --------- Signed-off-by: Adam Raya <[email protected]> Co-authored-by: Kevin He <[email protected]>
- Loading branch information
Showing
8 changed files
with
33 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@salesforce/retail-react-app", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"license": "See license in LICENSE", | ||
"author": "[email protected]", | ||
"ccExtensibility": { | ||
|
@@ -45,7 +45,7 @@ | |
"@lhci/cli": "^0.11.0", | ||
"@loadable/component": "^5.15.3", | ||
"@peculiar/webcrypto": "^1.4.2", | ||
"@salesforce/commerce-sdk-react": "3.0.0", | ||
"@salesforce/commerce-sdk-react": "3.0.1", | ||
"@salesforce/pwa-kit-dev": "3.7.0", | ||
"@salesforce/pwa-kit-react-sdk": "3.7.0", | ||
"@salesforce/pwa-kit-runtime": "3.7.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters