@salesforce/retail-react-app 10.0.0 → 10.1.0-nightly-20260512085457
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.1.0-dev (May 07, 2026)
|
|
2
|
+
|
|
1
3
|
## v10.0.0 (May 07, 2026)
|
|
2
4
|
- Update MRT Data Store configuration comments and README to use the unprefixed environment variable names actually consumed by `@salesforce/mrt-utilities` (`MRT_DATA_STORE_DEFAULTS`, `MRT_DATA_STORE_WARN_ON_MISSING`). [#3811](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3811) [#3823](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3823)
|
|
3
5
|
- Add opt-in `app.mrtDataStore.enabled` to `config/default.js` (default `false`). Set to `true` or use `PWAKIT_MRT_DATA_STORE_ENABLED=true` to resolve MRT Data Store custom preferences during SSR. Local defaults without DynamoDB: `MRT_DATA_STORE_DEFAULTS` (see `config/default.js` comments). [#3787](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3787)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/retail-react-app",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.1.0-nightly-20260512085457",
|
|
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.3.0-nightly-20260512085457",
|
|
50
|
+
"@salesforce/pwa-kit-dev": "3.19.0-nightly-20260512085457",
|
|
51
|
+
"@salesforce/pwa-kit-react-sdk": "3.19.0-nightly-20260512085457",
|
|
52
|
+
"@salesforce/pwa-kit-runtime": "3.19.0-nightly-20260512085457",
|
|
53
53
|
"@salesforce/storefront-next-runtime": "0.1.1",
|
|
54
54
|
"@tanstack/react-query": "^4.28.0",
|
|
55
55
|
"@tanstack/react-query-devtools": "^4.29.1",
|
|
@@ -113,5 +113,5 @@
|
|
|
113
113
|
"maxSize": "395 kB"
|
|
114
114
|
}
|
|
115
115
|
],
|
|
116
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "b4da015a13212d51b82231ef2645dc6d7c3960c2"
|
|
117
117
|
}
|