@salesforce/retail-react-app 10.1.0 → 10.2.0-nightly-20260715084417
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/CHANGELOG.md +2 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
## v10.2.0-dev (Jul 13, 2026)
|
|
2
|
+
|
|
1
3
|
## v10.1.0 (Jul 13, 2026)
|
|
2
4
|
- [Feature] Enable customer context for Shopper Agent: on conversation start, call Core's Token Bridge via a same-origin PWA Kit proxy that forwards the shopper's SLAS session (access token in the body for non-HttpOnly mode; both tokens read server-side from `cc-at_*` / `cc-nx_*` cookies in HttpOnly mode) and reset the embedded messaging session on guest ↔ registered transitions so the agent never picks up a stale shopper identity.
|
|
3
5
|
- [Bugfix] Add explicit `rel="noopener noreferrer"` to external carrier tracking links so the order page URL doesn't leak as the `Referer` (Chakra `isExternal` alone only emits `noopener`).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/retail-react-app",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.2.0-nightly-20260715084417",
|
|
4
4
|
"license": "See license in LICENSE",
|
|
5
5
|
"author": "cc-pwa-kit@salesforce.com",
|
|
6
6
|
"ccExtensibility": {
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"@loadable/component": "^5.15.3",
|
|
47
47
|
"@peculiar/webcrypto": "^1.4.2",
|
|
48
48
|
"@salesforce/cc-datacloud-typescript": "1.1.2",
|
|
49
|
-
"@salesforce/commerce-sdk-react": "5.
|
|
50
|
-
"@salesforce/pwa-kit-dev": "3.
|
|
51
|
-
"@salesforce/pwa-kit-react-sdk": "3.
|
|
52
|
-
"@salesforce/pwa-kit-runtime": "3.
|
|
49
|
+
"@salesforce/commerce-sdk-react": "5.4.0-nightly-20260715084417",
|
|
50
|
+
"@salesforce/pwa-kit-dev": "3.20.0-nightly-20260715084417",
|
|
51
|
+
"@salesforce/pwa-kit-react-sdk": "3.20.0-nightly-20260715084417",
|
|
52
|
+
"@salesforce/pwa-kit-runtime": "3.20.0-nightly-20260715084417",
|
|
53
53
|
"@salesforce/storefront-next-runtime": "0.4.2",
|
|
54
54
|
"@tanstack/react-query": "^4.28.0",
|
|
55
55
|
"@tanstack/react-query-devtools": "^4.29.1",
|
|
@@ -114,5 +114,5 @@
|
|
|
114
114
|
"maxSize": "398 kB"
|
|
115
115
|
}
|
|
116
116
|
],
|
|
117
|
-
"gitHead": "
|
|
117
|
+
"gitHead": "c9cb173714fb2e6fcd3739906ca3edfbd806a47b"
|
|
118
118
|
}
|