-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quick fix for einstein data #1028
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "commerce-sdk-react-preview", | ||
"version": "2.7.0-alpha.1", | ||
"version": "2.7.0-alpha.2", | ||
"description": "A library that provides react hooks for fetching data from Commerce Cloud", | ||
"author": "[email protected]", | ||
"license": "See license in LICENSE", | ||
|
@@ -60,7 +60,7 @@ | |
"@types/react-dom": "^17.0.2", | ||
"@types/react-helmet": "^6.1.6", | ||
"cross-env": "^5.2.0", | ||
"internal-lib-build": "^2.7.0-alpha.1", | ||
"internal-lib-build": "^2.7.0-alpha.2", | ||
"jsonwebtoken": "^8.5.1", | ||
"nock": "^13.2.9", | ||
"react": "^17.0.2", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "pwa-kit-create-app", | ||
"version": "2.7.0-alpha.1", | ||
"version": "2.7.0-alpha.2", | ||
"description": "Salesforce's project generator tool", | ||
"author": "[email protected]", | ||
"license": "See license in LICENSE", | ||
|
@@ -39,7 +39,7 @@ | |
"tar": "^6.1.11" | ||
}, | ||
"devDependencies": { | ||
"internal-lib-build": "^2.7.0-alpha.1", | ||
"internal-lib-build": "^2.7.0-alpha.2", | ||
"verdaccio": "^5.9.0" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you leave a TODO for refactoring the function? For the future, like when we move out this file out of the commerce-api folder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll make note of it in either a new ticket of the tick for that einstein work (save time having all this rebuild again)